Shades of Deco #CCDC80
Tints of Deco #CCDC80
RGB
CMYK
RGB Variations
Color information
#CCDC80 (or 0xCCDC80) is known color: Deco. HEX triplet: CC, DC and 80. RGB value is (204,220,128). Sum of RGB (Red+Green+Blue) = 204+220+128=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC80 is #33237F. Grayscale: #CDCDCD. Windows color (decimal): -3351424 or 8445132. OLE color: 8445132.
HSL color Cylindrical-coordinate representation of color #CCDC80: hue angle of 70.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDC80 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 128 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.14 |
| HSL | 70.43º | 0.57% | 0.68% | - |
| HSV(B) | 70.43º | 0.42% | 0.86% | - |
| XYZ | 54.39 | 65.58 | 30.21 | - |
| YUV | 204.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 128 | 0.07 | 0 | 0.42 | 0.14 | 70.43 | 0.57 | 0.68 |
| Hex | CC | DC | 80 | 7 | 0 | 2A | E | 46 | 39 | 44 |
| Octal | 314 | 334 | 200 | 7 | 0 | 52 | 16 | 106 | 71 | 104 |
| Binary | 11001100 | 11011100 | 10000000 | 111 | 0 | 101010 | 1110 | 1000110 | 111001 | 1000100 |
Color Harmonies of #CCDC80
Complementary color
Monochromatic Colors of #CCDC80
Black with #CCDC80
Text Example
Text Example
White with #CCDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC80; }
p { color: rgb(204,220,128); }
H1.HeaderClassName
{
color: #CCDC80;
}
.AnyTagClassName
{
color: #CCDC80;
}
</style>
background-color css
<style>
a { background-color: #CCDC80; }
a { background-color: rgb(204,220,128); }
div.DivClassName
{
background-color: #CCDC80;
}
.BgClassName
{
background-color: #CCDC80;
}
</style>
border-color css
<style>
span { border-color: #CCDC80; }
span { border-color: rgb(204,220,128); }
td.TdClassName
{
border-color: #CCDC80;
}
.TagClassName
{
border-color: #CCDC80;
}
</style>