Color spaces of #dcd9cb
RGB | 220 | 217 | 203 |
---|---|---|---|
HSL | 0.14 | 0.20 | 0.83 |
HSV | 49° | 8° | 86° |
CMYK | 0.00 | 0.01 | 0.08 0.14 |
XYZ | 65.1075 | 69.1531 | 66.4163 |
Yxy | 69.1531 | 0.3244 | 0.3446 |
Hunter Lab | 83.1583 | -5.7734 | 10.8575 |
CIE-Lab | 86.5798 | -1.3957 | 7.2452 |
#dcd9cb color RGB value is (220,217,203).
#dcd9cb hex color red value is 220, green value is 217 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcd9cb hue: 0.14 , saturation: 0.20 and the lightness value of dcd9cb is 0.83.
The process color (four color CMYK) of #dcd9cb color hex is 0.00, 0.01, 0.08, 0.14. Web safe color of #dcd9cb is #cccccc. Color #dcd9cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011001 | 11001011 |
Octal | 334 | 331 | 313 |
Decimal | 220 | 217 | 203 |
Hex | DC | D9 | CB |
Shades of #dcd9cb
Tints of #dcd9cb
RGB Percentages of Color #dcd9cb
CMYK Percentages of Color #dcd9cb
Complementary Color
#dcd9cb | #cbcedc |
#dcd9cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd9cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd9cb Color CSS Codes
.mybgcolor {background-color:#dcd9cb; } .myforecolor {color:#dcd9cb; } .mybordercolor {border:3px solid #dcd9cb; }
#dcd9cb Text Font Color
<p style="color:#dcd9cb">Text here</p>
This sample text font color is #dcd9cb
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.
#dcd9cb Background Color
<div style="background-color:#dcd9cb">
Div content here</div>
This div background color is #dcd9cb
#dcd9cb Border Color
<div style="border:3px solid #dcd9cb">
Div here</div>
This div border color is #dcd9cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,217,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd9cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd9cb; -webkit-box-shadow: 1px 1px 3px 2px #dcd9cb; box-shadow: 1px 1px 3px 2px #dcd9cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,217,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd9cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd9cb; -webkit-box-shadow: 1px 1px 3px 2px #dcd9cb; box-shadow: 1px 1px 3px 2px #dcd9cb;">
Div content here</div>
This div box has shadow with color #dcd9cb
Comments
No comments written yet.
Please login to write comment.