Shades of Deco #CCDB77
Tints of Deco #CCDB77
RGB
CMYK
RGB Variations
Color information
#CCDB77 (or 0xCCDB77) is known color: Deco. HEX triplet: CC, DB and 77. RGB value is (204,219,119). Sum of RGB (Red+Green+Blue) = 204+219+119=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB77 is #332488. Grayscale: #CBCBCB. Windows color (decimal): -3351689 or 7855052. OLE color: 7855052.
HSL color Cylindrical-coordinate representation of color #CCDB77: hue angle of 69º degrees, saturation: 0.58, 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 #CCDB77 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 119 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.14 |
| HSL | 69º | 0.58% | 0.66% | - |
| HSV(B) | 69º | 0.46% | 0.86% | - |
| XYZ | 53.56 | 64.83 | 27.14 | - |
| YUV | 203.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 119 | 0.07 | 0 | 0.46 | 0.14 | 69 | 0.58 | 0.66 |
| Hex | CC | DB | 77 | 7 | 0 | 2E | E | 45 | 3A | 42 |
| Octal | 314 | 333 | 167 | 7 | 0 | 56 | 16 | 105 | 72 | 102 |
| Binary | 11001100 | 11011011 | 1110111 | 111 | 0 | 101110 | 1110 | 1000101 | 111010 | 1000010 |
Color Harmonies of #CCDB77
Complementary color
Monochromatic Colors of #CCDB77
Black with #CCDB77
Text Example
Text Example
White with #CCDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB77; }
p { color: rgb(204,219,119); }
H1.HeaderClassName
{
color: #CCDB77;
}
.AnyTagClassName
{
color: #CCDB77;
}
</style>
background-color css
<style>
a { background-color: #CCDB77; }
a { background-color: rgb(204,219,119); }
div.DivClassName
{
background-color: #CCDB77;
}
.BgClassName
{
background-color: #CCDB77;
}
</style>
border-color css
<style>
span { border-color: #CCDB77; }
span { border-color: rgb(204,219,119); }
td.TdClassName
{
border-color: #CCDB77;
}
.TagClassName
{
border-color: #CCDB77;
}
</style>