Shades of Deco #CCDB81
Tints of Deco #CCDB81
RGB
CMYK
RGB Variations
Color information
#CCDB81 (or 0xCCDB81) is known color: Deco. HEX triplet: CC, DB and 81. RGB value is (204,219,129). Sum of RGB (Red+Green+Blue) = 204+219+129=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB81 is #33247E. Grayscale: #CCCCCC. Windows color (decimal): -3351679 or 8510412. OLE color: 8510412.
HSL color Cylindrical-coordinate representation of color #CCDB81: hue angle of 70º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCDB81 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 129 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.14 |
| HSL | 70º | 0.56% | 0.68% | - |
| HSV(B) | 70º | 0.41% | 0.86% | - |
| XYZ | 54.2 | 65.09 | 30.48 | - |
| YUV | 204.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 129 | 0.07 | 0 | 0.41 | 0.14 | 70 | 0.56 | 0.68 |
| Hex | CC | DB | 81 | 7 | 0 | 29 | E | 46 | 38 | 44 |
| Octal | 314 | 333 | 201 | 7 | 0 | 51 | 16 | 106 | 70 | 104 |
| Binary | 11001100 | 11011011 | 10000001 | 111 | 0 | 101001 | 1110 | 1000110 | 111000 | 1000100 |
Color Harmonies of #CCDB81
Complementary color
Monochromatic Colors of #CCDB81
Black with #CCDB81
Text Example
Text Example
White with #CCDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB81; }
p { color: rgb(204,219,129); }
H1.HeaderClassName
{
color: #CCDB81;
}
.AnyTagClassName
{
color: #CCDB81;
}
</style>
background-color css
<style>
a { background-color: #CCDB81; }
a { background-color: rgb(204,219,129); }
div.DivClassName
{
background-color: #CCDB81;
}
.BgClassName
{
background-color: #CCDB81;
}
</style>
border-color css
<style>
span { border-color: #CCDB81; }
span { border-color: rgb(204,219,129); }
td.TdClassName
{
border-color: #CCDB81;
}
.TagClassName
{
border-color: #CCDB81;
}
</style>