Shades of Deco #CDC970
Tints of Deco #CDC970
RGB
CMYK
RGB Variations
Color information
#CDC970 (or 0xCDC970) is known color: Deco. HEX triplet: CD, C9 and 70. RGB value is (205,201,112). Sum of RGB (Red+Green+Blue) = 205+201+112=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC970 is #32368F. Grayscale: #C0C0C0. Windows color (decimal): -3290768 or 7391693. OLE color: 7391693.
HSL color Cylindrical-coordinate representation of color #CDC970: hue angle of 57.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDC970 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 112 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.20 |
| HSL | 57.42º | 0.48% | 0.62% | - |
| HSV(B) | 57.42º | 0.45% | 0.8% | - |
| XYZ | 48.99 | 55.92 | 23.54 | - |
| YUV | 192.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 112 | 0 | 0.02 | 0.45 | 0.20 | 57.42 | 0.48 | 0.62 |
| Hex | CD | C9 | 70 | 0 | 2 | 2D | 14 | 39 | 30 | 3E |
| Octal | 315 | 311 | 160 | 0 | 2 | 55 | 24 | 71 | 60 | 76 |
| Binary | 11001101 | 11001001 | 1110000 | 0 | 10 | 101101 | 10100 | 111001 | 110000 | 111110 |
Color Harmonies of #CDC970
Complementary color
Monochromatic Colors of #CDC970
Black with #CDC970
Text Example
Text Example
White with #CDC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC970; }
p { color: rgb(205,201,112); }
H1.HeaderClassName
{
color: #CDC970;
}
.AnyTagClassName
{
color: #CDC970;
}
</style>
background-color css
<style>
a { background-color: #CDC970; }
a { background-color: rgb(205,201,112); }
div.DivClassName
{
background-color: #CDC970;
}
.BgClassName
{
background-color: #CDC970;
}
</style>
border-color css
<style>
span { border-color: #CDC970; }
span { border-color: rgb(205,201,112); }
td.TdClassName
{
border-color: #CDC970;
}
.TagClassName
{
border-color: #CDC970;
}
</style>