Shades of Deco #CDC972
Tints of Deco #CDC972
RGB
CMYK
RGB Variations
Color information
#CDC972 (or 0xCDC972) is known color: Deco. HEX triplet: CD, C9 and 72. RGB value is (205,201,114). Sum of RGB (Red+Green+Blue) = 205+201+114=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC972 is #32368D. Grayscale: #C0C0C0. Windows color (decimal): -3290766 or 7522765. OLE color: 7522765.
HSL color Cylindrical-coordinate representation of color #CDC972: hue angle of 57.36º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDC972 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 114 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.20 |
| HSL | 57.36º | 0.48% | 0.63% | - |
| HSV(B) | 57.36º | 0.44% | 0.8% | - |
| XYZ | 49.1 | 55.97 | 24.13 | - |
| YUV | 192.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 114 | 0 | 0.02 | 0.44 | 0.20 | 57.36 | 0.48 | 0.63 |
| Hex | CD | C9 | 72 | 0 | 2 | 2C | 14 | 39 | 30 | 3F |
| Octal | 315 | 311 | 162 | 0 | 2 | 54 | 24 | 71 | 60 | 77 |
| Binary | 11001101 | 11001001 | 1110010 | 0 | 10 | 101100 | 10100 | 111001 | 110000 | 111111 |
Color Harmonies of #CDC972
Complementary color
Monochromatic Colors of #CDC972
Black with #CDC972
Text Example
Text Example
White with #CDC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC972; }
p { color: rgb(205,201,114); }
H1.HeaderClassName
{
color: #CDC972;
}
.AnyTagClassName
{
color: #CDC972;
}
</style>
background-color css
<style>
a { background-color: #CDC972; }
a { background-color: rgb(205,201,114); }
div.DivClassName
{
background-color: #CDC972;
}
.BgClassName
{
background-color: #CDC972;
}
</style>
border-color css
<style>
span { border-color: #CDC972; }
span { border-color: rgb(205,201,114); }
td.TdClassName
{
border-color: #CDC972;
}
.TagClassName
{
border-color: #CDC972;
}
</style>