Color spaces of #dca96e
RGB | 220 | 169 | 110 |
---|---|---|---|
HSL | 0.09 | 0.61 | 0.65 |
HSV | 32° | 50° | 86° |
CMYK | 0.00 | 0.23 | 0.50 0.14 |
XYZ | 46.5176 | 44.7174 | 20.9314 |
Yxy | 44.7174 | 0.4147 | 0.3987 |
Hunter Lab | 66.8711 | 7.1458 | 28.2513 |
CIE-Lab | 72.7054 | 11.6794 | 37.5129 |
#dca96e color RGB value is (220,169,110).
#dca96e hex color red value is 220, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dca96e hue: 0.09 , saturation: 0.61 and the lightness value of dca96e is 0.65.
The process color (four color CMYK) of #dca96e color hex is 0.00, 0.23, 0.50, 0.14. Web safe color of #dca96e is #cc9966. Color #dca96e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101001 | 01101110 |
Octal | 334 | 251 | 156 |
Decimal | 220 | 169 | 110 |
Hex | DC | A9 | 6E |
Shades of #dca96e
Tints of #dca96e
RGB Percentages of Color #dca96e
CMYK Percentages of Color #dca96e
Complementary Color
#dca96e | #6ea1dc |
#dca96e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca96e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca96e Color CSS Codes
.mybgcolor {background-color:#dca96e; } .myforecolor {color:#dca96e; } .mybordercolor {border:3px solid #dca96e; }
#dca96e Text Font Color
<p style="color:#dca96e">Text here</p>
This sample text font color is #dca96e
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.
#dca96e Background Color
<div style="background-color:#dca96e">
Div content here</div>
This div background color is #dca96e
#dca96e Border Color
<div style="border:3px solid #dca96e">
Div here</div>
This div border color is #dca96e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,169,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca96e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca96e; -webkit-box-shadow: 1px 1px 3px 2px #dca96e; box-shadow: 1px 1px 3px 2px #dca96e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,169,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca96e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca96e; -webkit-box-shadow: 1px 1px 3px 2px #dca96e; box-shadow: 1px 1px 3px 2px #dca96e;">
Div content here</div>
This div box has shadow with color #dca96e
Comments
No comments written yet.
Please login to write comment.