Color spaces of #dcccb3
RGB | 220 | 204 | 179 |
---|---|---|---|
HSL | 0.10 | 0.37 | 0.78 |
HSV | 37° | 19° | 86° |
CMYK | 0.00 | 0.07 | 0.19 0.14 |
XYZ | 59.2447 | 61.6560 | 51.4261 |
Yxy | 61.6560 | 0.3438 | 0.3578 |
Hunter Lab | 78.5213 | -2.7333 | 16.1340 |
CIE-Lab | 82.7301 | 1.5497 | 14.4709 |
#dcccb3 color RGB value is (220,204,179).
#dcccb3 hex color red value is 220, green value is 204 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dcccb3 hue: 0.10 , saturation: 0.37 and the lightness value of dcccb3 is 0.78.
The process color (four color CMYK) of #dcccb3 color hex is 0.00, 0.07, 0.19, 0.14. Web safe color of #dcccb3 is #cccccc. Color #dcccb3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001100 | 10110011 |
Octal | 334 | 314 | 263 |
Decimal | 220 | 204 | 179 |
Hex | DC | CC | B3 |
Shades of #dcccb3
Tints of #dcccb3
RGB Percentages of Color #dcccb3
CMYK Percentages of Color #dcccb3
Complementary Color
#dcccb3 | #b3c3dc |
#dcccb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcccb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcccb3 Color CSS Codes
.mybgcolor {background-color:#dcccb3; } .myforecolor {color:#dcccb3; } .mybordercolor {border:3px solid #dcccb3; }
#dcccb3 Text Font Color
<p style="color:#dcccb3">Text here</p>
This sample text font color is #dcccb3
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.
#dcccb3 Background Color
<div style="background-color:#dcccb3">
Div content here</div>
This div background color is #dcccb3
#dcccb3 Border Color
<div style="border:3px solid #dcccb3">
Div here</div>
This div border color is #dcccb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,204,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcccb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcccb3; -webkit-box-shadow: 1px 1px 3px 2px #dcccb3; box-shadow: 1px 1px 3px 2px #dcccb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,204,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcccb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcccb3; -webkit-box-shadow: 1px 1px 3px 2px #dcccb3; box-shadow: 1px 1px 3px 2px #dcccb3;">
Div content here</div>
This div box has shadow with color #dcccb3
#dcccb3 Color Palettes
Comments
No comments written yet.
Please login to write comment.