Shades of Deco #CCDC77
Tints of Deco #CCDC77
RGB
CMYK
RGB Variations
Color information
#CCDC77 (or 0xCCDC77) is known color: Deco. HEX triplet: CC, DC and 77. RGB value is (204,220,119). Sum of RGB (Red+Green+Blue) = 204+220+119=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC77 is #332388. Grayscale: #CCCCCC. Windows color (decimal): -3351433 or 7855308. OLE color: 7855308.
HSL color Cylindrical-coordinate representation of color #CCDC77: hue angle of 69.5º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCDC77 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 119 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.14 |
| HSL | 69.5º | 0.59% | 0.66% | - |
| HSV(B) | 69.5º | 0.46% | 0.86% | - |
| XYZ | 53.82 | 65.36 | 27.23 | - |
| YUV | 203.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 119 | 0.07 | 0 | 0.46 | 0.14 | 69.5 | 0.59 | 0.66 |
| Hex | CC | DC | 77 | 7 | 0 | 2E | E | 46 | 3B | 42 |
| Octal | 314 | 334 | 167 | 7 | 0 | 56 | 16 | 106 | 73 | 102 |
| Binary | 11001100 | 11011100 | 1110111 | 111 | 0 | 101110 | 1110 | 1000110 | 111011 | 1000010 |
Color Harmonies of #CCDC77
Complementary color
Monochromatic Colors of #CCDC77
Black with #CCDC77
Text Example
Text Example
White with #CCDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC77; }
p { color: rgb(204,220,119); }
H1.HeaderClassName
{
color: #CCDC77;
}
.AnyTagClassName
{
color: #CCDC77;
}
</style>
background-color css
<style>
a { background-color: #CCDC77; }
a { background-color: rgb(204,220,119); }
div.DivClassName
{
background-color: #CCDC77;
}
.BgClassName
{
background-color: #CCDC77;
}
</style>
border-color css
<style>
span { border-color: #CCDC77; }
span { border-color: rgb(204,220,119); }
td.TdClassName
{
border-color: #CCDC77;
}
.TagClassName
{
border-color: #CCDC77;
}
</style>