Shades of Deco #CDCD76
Tints of Deco #CDCD76
RGB
CMYK
RGB Variations
Color information
#CDCD76 (or 0xCDCD76) is known color: Deco. HEX triplet: CD, CD and 76. RGB value is (205,205,118). Sum of RGB (Red+Green+Blue) = 205+205+118=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD76 is #323289. Grayscale: #C3C3C3. Windows color (decimal): -3289738 or 7785933. OLE color: 7785933.
HSL color Cylindrical-coordinate representation of color #CDCD76: hue angle of 60º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDCD76 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 118 | - |
| CMYK | 0 | 0 | 0.42 | 0.20 |
| HSL | 60º | 0.47% | 0.63% | - |
| HSV(B) | 60º | 0.42% | 0.8% | - |
| XYZ | 50.28 | 57.95 | 25.68 | - |
| YUV | 195.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 118 | 0 | 0 | 0.42 | 0.20 | 60 | 0.47 | 0.63 |
| Hex | CD | CD | 76 | 0 | 0 | 2A | 14 | 3C | 2F | 3F |
| Octal | 315 | 315 | 166 | 0 | 0 | 52 | 24 | 74 | 57 | 77 |
| Binary | 11001101 | 11001101 | 1110110 | 0 | 0 | 101010 | 10100 | 111100 | 101111 | 111111 |
Color Harmonies of #CDCD76
Complementary color
Monochromatic Colors of #CDCD76
Black with #CDCD76
Text Example
Text Example
White with #CDCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD76; }
p { color: rgb(205,205,118); }
H1.HeaderClassName
{
color: #CDCD76;
}
.AnyTagClassName
{
color: #CDCD76;
}
</style>
background-color css
<style>
a { background-color: #CDCD76; }
a { background-color: rgb(205,205,118); }
div.DivClassName
{
background-color: #CDCD76;
}
.BgClassName
{
background-color: #CDCD76;
}
</style>
border-color css
<style>
span { border-color: #CDCD76; }
span { border-color: rgb(205,205,118); }
td.TdClassName
{
border-color: #CDCD76;
}
.TagClassName
{
border-color: #CDCD76;
}
</style>