Color spaces of #dca08e
RGB | 220 | 160 | 142 |
---|---|---|---|
HSL | 0.04 | 0.53 | 0.71 |
HSV | 14° | 35° | 86° |
CMYK | 0.00 | 0.27 | 0.35 0.14 |
XYZ | 46.9685 | 42.3102 | 31.2824 |
Yxy | 42.3102 | 0.3896 | 0.3509 |
Hunter Lab | 65.0463 | 15.0599 | 17.0183 |
CIE-Lab | 71.0843 | 19.9361 | 18.1748 |
#dca08e color RGB value is (220,160,142).
#dca08e hex color red value is 220, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dca08e hue: 0.04 , saturation: 0.53 and the lightness value of dca08e is 0.71.
The process color (four color CMYK) of #dca08e color hex is 0.00, 0.27, 0.35, 0.14. Web safe color of #dca08e is #cc9999. Color #dca08e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100000 | 10001110 |
Octal | 334 | 240 | 216 |
Decimal | 220 | 160 | 142 |
Hex | DC | A0 | 8E |
Shades of #dca08e
Tints of #dca08e
RGB Percentages of Color #dca08e
CMYK Percentages of Color #dca08e
Complementary Color
#dca08e | #8ecadc |
#dca08e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca08e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca08e Color CSS Codes
.mybgcolor {background-color:#dca08e; } .myforecolor {color:#dca08e; } .mybordercolor {border:3px solid #dca08e; }
#dca08e Text Font Color
<p style="color:#dca08e">Text here</p>
This sample text font color is #dca08e
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.
#dca08e Background Color
<div style="background-color:#dca08e">
Div content here</div>
This div background color is #dca08e
#dca08e Border Color
<div style="border:3px solid #dca08e">
Div here</div>
This div border color is #dca08e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,160,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca08e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca08e; -webkit-box-shadow: 1px 1px 3px 2px #dca08e; box-shadow: 1px 1px 3px 2px #dca08e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,160,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca08e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca08e; -webkit-box-shadow: 1px 1px 3px 2px #dca08e; box-shadow: 1px 1px 3px 2px #dca08e;">
Div content here</div>
This div box has shadow with color #dca08e
Comments
No comments written yet.
Please login to write comment.