Shades of Deco #CDC977
Tints of Deco #CDC977
RGB
CMYK
RGB Variations
Color information
#CDC977 (or 0xCDC977) is known color: Deco. HEX triplet: CD, C9 and 77. RGB value is (205,201,119). Sum of RGB (Red+Green+Blue) = 205+201+119=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC977 is #323688. Grayscale: #C1C1C1. Windows color (decimal): -3290761 or 7850445. OLE color: 7850445.
HSL color Cylindrical-coordinate representation of color #CDC977: hue angle of 57.21º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC977 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 119 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.20 |
| HSL | 57.21º | 0.46% | 0.64% | - |
| HSV(B) | 57.21º | 0.42% | 0.8% | - |
| XYZ | 49.39 | 56.08 | 25.67 | - |
| YUV | 192.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 119 | 0 | 0.02 | 0.42 | 0.20 | 57.21 | 0.46 | 0.64 |
| Hex | CD | C9 | 77 | 0 | 2 | 2A | 14 | 39 | 2E | 40 |
| Octal | 315 | 311 | 167 | 0 | 2 | 52 | 24 | 71 | 56 | 100 |
| Binary | 11001101 | 11001001 | 1110111 | 0 | 10 | 101010 | 10100 | 111001 | 101110 | 1000000 |
Color Harmonies of #CDC977
Complementary color
Monochromatic Colors of #CDC977
Black with #CDC977
Text Example
Text Example
White with #CDC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC977; }
p { color: rgb(205,201,119); }
H1.HeaderClassName
{
color: #CDC977;
}
.AnyTagClassName
{
color: #CDC977;
}
</style>
background-color css
<style>
a { background-color: #CDC977; }
a { background-color: rgb(205,201,119); }
div.DivClassName
{
background-color: #CDC977;
}
.BgClassName
{
background-color: #CDC977;
}
</style>
border-color css
<style>
span { border-color: #CDC977; }
span { border-color: rgb(205,201,119); }
td.TdClassName
{
border-color: #CDC977;
}
.TagClassName
{
border-color: #CDC977;
}
</style>