Shades of Deco #CDC978
Tints of Deco #CDC978
RGB
CMYK
RGB Variations
Color information
#CDC978 (or 0xCDC978) is known color: Deco. HEX triplet: CD, C9 and 78. RGB value is (205,201,120). Sum of RGB (Red+Green+Blue) = 205+201+120=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC978 is #323687. Grayscale: #C1C1C1. Windows color (decimal): -3290760 or 7915981. OLE color: 7915981.
HSL color Cylindrical-coordinate representation of color #CDC978: hue angle of 57.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC978 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 120 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.20 |
| HSL | 57.18º | 0.46% | 0.64% | - |
| HSV(B) | 57.18º | 0.41% | 0.8% | - |
| XYZ | 49.45 | 56.11 | 25.99 | - |
| YUV | 192.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 120 | 0 | 0.02 | 0.41 | 0.20 | 57.18 | 0.46 | 0.64 |
| Hex | CD | C9 | 78 | 0 | 2 | 29 | 14 | 39 | 2E | 40 |
| Octal | 315 | 311 | 170 | 0 | 2 | 51 | 24 | 71 | 56 | 100 |
| Binary | 11001101 | 11001001 | 1111000 | 0 | 10 | 101001 | 10100 | 111001 | 101110 | 1000000 |
Color Harmonies of #CDC978
Complementary color
Monochromatic Colors of #CDC978
Black with #CDC978
Text Example
Text Example
White with #CDC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC978; }
p { color: rgb(205,201,120); }
H1.HeaderClassName
{
color: #CDC978;
}
.AnyTagClassName
{
color: #CDC978;
}
</style>
background-color css
<style>
a { background-color: #CDC978; }
a { background-color: rgb(205,201,120); }
div.DivClassName
{
background-color: #CDC978;
}
.BgClassName
{
background-color: #CDC978;
}
</style>
border-color css
<style>
span { border-color: #CDC978; }
span { border-color: rgb(205,201,120); }
td.TdClassName
{
border-color: #CDC978;
}
.TagClassName
{
border-color: #CDC978;
}
</style>