Color spaces of #dccbab
RGB | 220 | 203 | 171 |
---|---|---|---|
HSL | 0.11 | 0.41 | 0.77 |
HSV | 39° | 22° | 86° |
CMYK | 0.00 | 0.08 | 0.22 0.14 |
XYZ | 58.2218 | 60.8678 | 47.2081 |
Yxy | 60.8678 | 0.3501 | 0.3660 |
Hunter Lab | 78.0178 | -3.3233 | 18.7365 |
CIE-Lab | 82.3076 | 0.8985 | 18.1228 |
#dccbab color RGB value is (220,203,171).
#dccbab hex color red value is 220, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dccbab hue: 0.11 , saturation: 0.41 and the lightness value of dccbab is 0.77.
The process color (four color CMYK) of #dccbab color hex is 0.00, 0.08, 0.22, 0.14. Web safe color of #dccbab is #cccc99. Color #dccbab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001011 | 10101011 |
Octal | 334 | 313 | 253 |
Decimal | 220 | 203 | 171 |
Hex | DC | CB | AB |
Shades of #dccbab
Tints of #dccbab
RGB Percentages of Color #dccbab
CMYK Percentages of Color #dccbab
Complementary Color
#dccbab | #abbcdc |
#dccbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccbab Color CSS Codes
.mybgcolor {background-color:#dccbab; } .myforecolor {color:#dccbab; } .mybordercolor {border:3px solid #dccbab; }
#dccbab Text Font Color
<p style="color:#dccbab">Text here</p>
This sample text font color is #dccbab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dccbab Background Color
<div style="background-color:#dccbab">
Div content here</div>
This div background color is #dccbab
#dccbab Border Color
<div style="border:3px solid #dccbab">
Div here</div>
This div border color is #dccbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccbab; -webkit-box-shadow: 1px 1px 3px 2px #dccbab; box-shadow: 1px 1px 3px 2px #dccbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccbab; -webkit-box-shadow: 1px 1px 3px 2px #dccbab; box-shadow: 1px 1px 3px 2px #dccbab;">
Div content here</div>
This div box has shadow with color #dccbab
#dccbab Color Palettes
Comments
No comments written yet.
Please login to write comment.