Color spaces of #cda970
RGB | 205 | 169 | 112 |
---|---|---|---|
HSL | 0.10 | 0.48 | 0.62 |
HSV | 37° | 45° | 80° |
CMYK | 0.00 | 0.18 | 0.45 0.20 |
XYZ | 42.2894 | 42.5249 | 21.3085 |
Yxy | 42.5249 | 0.3985 | 0.4007 |
Hunter Lab | 65.2111 | 1.6378 | 26.2741 |
CIE-Lab | 71.2313 | 5.7137 | 34.2822 |
#cda970 color RGB value is (205,169,112).
#cda970 hex color red value is 205, green value is 169 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cda970 hue: 0.10 , saturation: 0.48 and the lightness value of cda970 is 0.62.
The process color (four color CMYK) of #cda970 color hex is 0.00, 0.18, 0.45, 0.20. Web safe color of #cda970 is #cc9966. Color #cda970 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101001 | 01110000 |
Octal | 315 | 251 | 160 |
Decimal | 205 | 169 | 112 |
Hex | CD | A9 | 70 |
Shades of #cda970
Tints of #cda970
RGB Percentages of Color #cda970
CMYK Percentages of Color #cda970
Complementary Color
#cda970 | #7094cd |
#cda970 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda970 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda970 Color CSS Codes
.mybgcolor {background-color:#cda970; } .myforecolor {color:#cda970; } .mybordercolor {border:3px solid #cda970; }
#cda970 Text Font Color
<p style="color:#cda970">Text here</p>
This sample text font color is #cda970
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.
#cda970 Background Color
<div style="background-color:#cda970">
Div content here</div>
This div background color is #cda970
#cda970 Border Color
<div style="border:3px solid #cda970">
Div here</div>
This div border color is #cda970
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,169,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda970; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda970; -webkit-box-shadow: 1px 1px 3px 2px #cda970; box-shadow: 1px 1px 3px 2px #cda970; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,169,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda970">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda970; -webkit-box-shadow: 1px 1px 3px 2px #cda970; box-shadow: 1px 1px 3px 2px #cda970;">
Div content here</div>
This div box has shadow with color #cda970
Comments
No comments written yet.
Please login to write comment.