Shades of Deco #CCDB76
Tints of Deco #CCDB76
RGB
CMYK
RGB Variations
Color information
#CCDB76 (or 0xCCDB76) is known color: Deco. HEX triplet: CC, DB and 76. RGB value is (204,219,118). Sum of RGB (Red+Green+Blue) = 204+219+118=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB76 is #332489. Grayscale: #CBCBCB. Windows color (decimal): -3351690 or 7789516. OLE color: 7789516.
HSL color Cylindrical-coordinate representation of color #CCDB76: hue angle of 68.91º 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 #CCDB76 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 118 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.14 |
| HSL | 68.91º | 0.58% | 0.66% | - |
| HSV(B) | 68.91º | 0.46% | 0.86% | - |
| XYZ | 53.5 | 64.81 | 26.83 | - |
| YUV | 203 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 118 | 0.07 | 0 | 0.46 | 0.14 | 68.91 | 0.58 | 0.66 |
| Hex | CC | DB | 76 | 7 | 0 | 2E | E | 45 | 3A | 42 |
| Octal | 314 | 333 | 166 | 7 | 0 | 56 | 16 | 105 | 72 | 102 |
| Binary | 11001100 | 11011011 | 1110110 | 111 | 0 | 101110 | 1110 | 1000101 | 111010 | 1000010 |
Color Harmonies of #CCDB76
Complementary color
Monochromatic Colors of #CCDB76
Black with #CCDB76
Text Example
Text Example
White with #CCDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB76; }
p { color: rgb(204,219,118); }
H1.HeaderClassName
{
color: #CCDB76;
}
.AnyTagClassName
{
color: #CCDB76;
}
</style>
background-color css
<style>
a { background-color: #CCDB76; }
a { background-color: rgb(204,219,118); }
div.DivClassName
{
background-color: #CCDB76;
}
.BgClassName
{
background-color: #CCDB76;
}
</style>
border-color css
<style>
span { border-color: #CCDB76; }
span { border-color: rgb(204,219,118); }
td.TdClassName
{
border-color: #CCDB76;
}
.TagClassName
{
border-color: #CCDB76;
}
</style>