Shades of Deco #CDC97A
Tints of Deco #CDC97A
RGB
CMYK
RGB Variations
Color information
#CDC97A (or 0xCDC97A) is known color: Deco. HEX triplet: CD, C9 and 7A. RGB value is (205,201,122). Sum of RGB (Red+Green+Blue) = 205+201+122=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC97A is #323685. Grayscale: #C1C1C1. Windows color (decimal): -3290758 or 8047053. OLE color: 8047053.
HSL color Cylindrical-coordinate representation of color #CDC97A: hue angle of 57.11º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC97A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 122 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.20 |
| HSL | 57.11º | 0.45% | 0.64% | - |
| HSV(B) | 57.11º | 0.4% | 0.8% | - |
| XYZ | 49.58 | 56.16 | 26.64 | - |
| YUV | 193.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 122 | 0 | 0.02 | 0.40 | 0.20 | 57.11 | 0.45 | 0.64 |
| Hex | CD | C9 | 7A | 0 | 2 | 28 | 14 | 39 | 2D | 40 |
| Octal | 315 | 311 | 172 | 0 | 2 | 50 | 24 | 71 | 55 | 100 |
| Binary | 11001101 | 11001001 | 1111010 | 0 | 10 | 101000 | 10100 | 111001 | 101101 | 1000000 |
Color Harmonies of #CDC97A
Complementary color
Monochromatic Colors of #CDC97A
Black with #CDC97A
Text Example
Text Example
White with #CDC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC97A; }
p { color: rgb(205,201,122); }
H1.HeaderClassName
{
color: #CDC97A;
}
.AnyTagClassName
{
color: #CDC97A;
}
</style>
background-color css
<style>
a { background-color: #CDC97A; }
a { background-color: rgb(205,201,122); }
div.DivClassName
{
background-color: #CDC97A;
}
.BgClassName
{
background-color: #CDC97A;
}
</style>
border-color css
<style>
span { border-color: #CDC97A; }
span { border-color: rgb(205,201,122); }
td.TdClassName
{
border-color: #CDC97A;
}
.TagClassName
{
border-color: #CDC97A;
}
</style>