Shades of Deco #CDCD70
Tints of Deco #CDCD70
RGB
CMYK
RGB Variations
Color information
#CDCD70 (or 0xCDCD70) is known color: Deco. HEX triplet: CD, CD and 70. RGB value is (205,205,112). Sum of RGB (Red+Green+Blue) = 205+205+112=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD70 is #32328F. Grayscale: #C2C2C2. Windows color (decimal): -3289744 or 7392717. OLE color: 7392717.
HSL color Cylindrical-coordinate representation of color #CDCD70: hue angle of 60º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDCD70 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 112 | - |
| CMYK | 0 | 0 | 0.45 | 0.20 |
| HSL | 60º | 0.48% | 0.62% | - |
| HSV(B) | 60º | 0.45% | 0.8% | - |
| XYZ | 49.93 | 57.81 | 23.86 | - |
| YUV | 194.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 112 | 0 | 0 | 0.45 | 0.20 | 60 | 0.48 | 0.62 |
| Hex | CD | CD | 70 | 0 | 0 | 2D | 14 | 3C | 30 | 3E |
| Octal | 315 | 315 | 160 | 0 | 0 | 55 | 24 | 74 | 60 | 76 |
| Binary | 11001101 | 11001101 | 1110000 | 0 | 0 | 101101 | 10100 | 111100 | 110000 | 111110 |
Color Harmonies of #CDCD70
Complementary color
Monochromatic Colors of #CDCD70
Black with #CDCD70
Text Example
Text Example
White with #CDCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD70; }
p { color: rgb(205,205,112); }
H1.HeaderClassName
{
color: #CDCD70;
}
.AnyTagClassName
{
color: #CDCD70;
}
</style>
background-color css
<style>
a { background-color: #CDCD70; }
a { background-color: rgb(205,205,112); }
div.DivClassName
{
background-color: #CDCD70;
}
.BgClassName
{
background-color: #CDCD70;
}
</style>
border-color css
<style>
span { border-color: #CDCD70; }
span { border-color: rgb(205,205,112); }
td.TdClassName
{
border-color: #CDCD70;
}
.TagClassName
{
border-color: #CDCD70;
}
</style>