Shades of Deco #CDC974
Tints of Deco #CDC974
RGB
CMYK
RGB Variations
Color information
#CDC974 (or 0xCDC974) is known color: Deco. HEX triplet: CD, C9 and 74. RGB value is (205,201,116). Sum of RGB (Red+Green+Blue) = 205+201+116=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC974 is #32368B. Grayscale: #C0C0C0. Windows color (decimal): -3290764 or 7653837. OLE color: 7653837.
HSL color Cylindrical-coordinate representation of color #CDC974: hue angle of 57.3º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC974 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 116 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.20 |
| HSL | 57.3º | 0.47% | 0.63% | - |
| HSV(B) | 57.3º | 0.43% | 0.8% | - |
| XYZ | 49.22 | 56.01 | 24.74 | - |
| YUV | 192.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 116 | 0 | 0.02 | 0.43 | 0.20 | 57.3 | 0.47 | 0.63 |
| Hex | CD | C9 | 74 | 0 | 2 | 2B | 14 | 39 | 2F | 3F |
| Octal | 315 | 311 | 164 | 0 | 2 | 53 | 24 | 71 | 57 | 77 |
| Binary | 11001101 | 11001001 | 1110100 | 0 | 10 | 101011 | 10100 | 111001 | 101111 | 111111 |
Color Harmonies of #CDC974
Complementary color
Monochromatic Colors of #CDC974
Black with #CDC974
Text Example
Text Example
White with #CDC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC974; }
p { color: rgb(205,201,116); }
H1.HeaderClassName
{
color: #CDC974;
}
.AnyTagClassName
{
color: #CDC974;
}
</style>
background-color css
<style>
a { background-color: #CDC974; }
a { background-color: rgb(205,201,116); }
div.DivClassName
{
background-color: #CDC974;
}
.BgClassName
{
background-color: #CDC974;
}
</style>
border-color css
<style>
span { border-color: #CDC974; }
span { border-color: rgb(205,201,116); }
td.TdClassName
{
border-color: #CDC974;
}
.TagClassName
{
border-color: #CDC974;
}
</style>