Shades of Deco #CDCD80
Tints of Deco #CDCD80
RGB
CMYK
RGB Variations
Color information
#CDCD80 (or 0xCDCD80) is known color: Deco. HEX triplet: CD, CD and 80. RGB value is (205,205,128). Sum of RGB (Red+Green+Blue) = 205+205+128=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD80 is #32327F. Grayscale: #C4C4C4. Windows color (decimal): -3289728 or 8441293. OLE color: 8441293.
HSL color Cylindrical-coordinate representation of color #CDCD80: hue angle of 60º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDCD80 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 128 | - |
| CMYK | 0 | 0 | 0.38 | 0.20 |
| HSL | 60º | 0.44% | 0.65% | - |
| HSV(B) | 60º | 0.38% | 0.8% | - |
| XYZ | 50.9 | 58.2 | 28.97 | - |
| YUV | 196.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 128 | 0 | 0 | 0.38 | 0.20 | 60 | 0.44 | 0.65 |
| Hex | CD | CD | 80 | 0 | 0 | 26 | 14 | 3C | 2C | 41 |
| Octal | 315 | 315 | 200 | 0 | 0 | 46 | 24 | 74 | 54 | 101 |
| Binary | 11001101 | 11001101 | 10000000 | 0 | 0 | 100110 | 10100 | 111100 | 101100 | 1000001 |
Color Harmonies of #CDCD80
Complementary color
Monochromatic Colors of #CDCD80
Black with #CDCD80
Text Example
Text Example
White with #CDCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD80; }
p { color: rgb(205,205,128); }
H1.HeaderClassName
{
color: #CDCD80;
}
.AnyTagClassName
{
color: #CDCD80;
}
</style>
background-color css
<style>
a { background-color: #CDCD80; }
a { background-color: rgb(205,205,128); }
div.DivClassName
{
background-color: #CDCD80;
}
.BgClassName
{
background-color: #CDCD80;
}
</style>
border-color css
<style>
span { border-color: #CDCD80; }
span { border-color: rgb(205,205,128); }
td.TdClassName
{
border-color: #CDCD80;
}
.TagClassName
{
border-color: #CDCD80;
}
</style>