Shades of Deco #CDC879
Tints of Deco #CDC879
RGB
CMYK
RGB Variations
Color information
#CDC879 (or 0xCDC879) is known color: Deco. HEX triplet: CD, C8 and 79. RGB value is (205,200,121). Sum of RGB (Red+Green+Blue) = 205+200+121=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC879 is #323786. Grayscale: #C0C0C0. Windows color (decimal): -3291015 or 7981261. OLE color: 7981261.
HSL color Cylindrical-coordinate representation of color #CDC879: hue angle of 56.43º 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 #CDC879 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 121 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.20 |
| HSL | 56.43º | 0.46% | 0.64% | - |
| HSV(B) | 56.43º | 0.41% | 0.8% | - |
| XYZ | 49.28 | 55.67 | 26.24 | - |
| YUV | 192.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 121 | 0 | 0.02 | 0.41 | 0.20 | 56.43 | 0.46 | 0.64 |
| Hex | CD | C8 | 79 | 0 | 2 | 29 | 14 | 38 | 2E | 40 |
| Octal | 315 | 310 | 171 | 0 | 2 | 51 | 24 | 70 | 56 | 100 |
| Binary | 11001101 | 11001000 | 1111001 | 0 | 10 | 101001 | 10100 | 111000 | 101110 | 1000000 |
Color Harmonies of #CDC879
Complementary color
Monochromatic Colors of #CDC879
Black with #CDC879
Text Example
Text Example
White with #CDC879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC879; }
p { color: rgb(205,200,121); }
H1.HeaderClassName
{
color: #CDC879;
}
.AnyTagClassName
{
color: #CDC879;
}
</style>
background-color css
<style>
a { background-color: #CDC879; }
a { background-color: rgb(205,200,121); }
div.DivClassName
{
background-color: #CDC879;
}
.BgClassName
{
background-color: #CDC879;
}
</style>
border-color css
<style>
span { border-color: #CDC879; }
span { border-color: rgb(205,200,121); }
td.TdClassName
{
border-color: #CDC879;
}
.TagClassName
{
border-color: #CDC879;
}
</style>