Shades of Deco #CCDD80
Tints of Deco #CCDD80
RGB
CMYK
RGB Variations
Color information
#CCDD80 (or 0xCCDD80) is known color: Deco. HEX triplet: CC, DD and 80. RGB value is (204,221,128). Sum of RGB (Red+Green+Blue) = 204+221+128=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD80 is #33227F. Grayscale: #CDCDCD. Windows color (decimal): -3351168 or 8445388. OLE color: 8445388.
HSL color Cylindrical-coordinate representation of color #CCDD80: hue angle of 70.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDD80 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 128 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.13 |
| HSL | 70.97º | 0.58% | 0.68% | - |
| HSV(B) | 70.97º | 0.42% | 0.87% | - |
| XYZ | 54.65 | 66.11 | 30.3 | - |
| YUV | 205.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 128 | 0.08 | 0 | 0.42 | 0.13 | 70.97 | 0.58 | 0.68 |
| Hex | CC | DD | 80 | 8 | 0 | 2A | D | 47 | 3A | 44 |
| Octal | 314 | 335 | 200 | 10 | 0 | 52 | 15 | 107 | 72 | 104 |
| Binary | 11001100 | 11011101 | 10000000 | 1000 | 0 | 101010 | 1101 | 1000111 | 111010 | 1000100 |
Color Harmonies of #CCDD80
Complementary color
Monochromatic Colors of #CCDD80
Black with #CCDD80
Text Example
Text Example
White with #CCDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD80; }
p { color: rgb(204,221,128); }
H1.HeaderClassName
{
color: #CCDD80;
}
.AnyTagClassName
{
color: #CCDD80;
}
</style>
background-color css
<style>
a { background-color: #CCDD80; }
a { background-color: rgb(204,221,128); }
div.DivClassName
{
background-color: #CCDD80;
}
.BgClassName
{
background-color: #CCDD80;
}
</style>
border-color css
<style>
span { border-color: #CCDD80; }
span { border-color: rgb(204,221,128); }
td.TdClassName
{
border-color: #CCDD80;
}
.TagClassName
{
border-color: #CCDD80;
}
</style>