Color spaces of #dccbba
RGB | 220 | 203 | 186 |
---|---|---|---|
HSL | 0.08 | 0.33 | 0.80 |
HSV | 30° | 15° | 86° |
CMYK | 0.00 | 0.08 | 0.15 0.14 |
XYZ | 59.7341 | 61.4727 | 55.1715 |
Yxy | 61.4727 | 0.3387 | 0.3485 |
Hunter Lab | 78.4045 | -1.2140 | 13.1621 |
CIE-Lab | 82.6322 | 3.1446 | 10.6091 |
#dccbba color RGB value is (220,203,186).
#dccbba hex color red value is 220, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dccbba hue: 0.08 , saturation: 0.33 and the lightness value of dccbba is 0.80.
The process color (four color CMYK) of #dccbba color hex is 0.00, 0.08, 0.15, 0.14. Web safe color of #dccbba is #cccccc. Color #dccbba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001011 | 10111010 |
Octal | 334 | 313 | 272 |
Decimal | 220 | 203 | 186 |
Hex | DC | CB | BA |
Shades of #dccbba
Tints of #dccbba
RGB Percentages of Color #dccbba
CMYK Percentages of Color #dccbba
Complementary Color
#dccbba | #bacbdc |
#dccbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccbba Color CSS Codes
.mybgcolor {background-color:#dccbba; } .myforecolor {color:#dccbba; } .mybordercolor {border:3px solid #dccbba; }
#dccbba Text Font Color
<p style="color:#dccbba">Text here</p>
This sample text font color is #dccbba
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.
#dccbba Background Color
<div style="background-color:#dccbba">
Div content here</div>
This div background color is #dccbba
#dccbba Border Color
<div style="border:3px solid #dccbba">
Div here</div>
This div border color is #dccbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,203,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccbba; -webkit-box-shadow: 1px 1px 3px 2px #dccbba; box-shadow: 1px 1px 3px 2px #dccbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,203,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccbba; -webkit-box-shadow: 1px 1px 3px 2px #dccbba; box-shadow: 1px 1px 3px 2px #dccbba;">
Div content here</div>
This div box has shadow with color #dccbba
Comments
No comments written yet.
Please login to write comment.