Shades of Deco #CCD889
Tints of Deco #CCD889
RGB
CMYK
RGB Variations
Color information
#CCD889 (or 0xCCD889) is known color: Deco. HEX triplet: CC, D8 and 89. RGB value is (204,216,137). Sum of RGB (Red+Green+Blue) = 204+216+137=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD889 is #332776. Grayscale: #CBCBCB. Windows color (decimal): -3352439 or 9033932. OLE color: 9033932.
HSL color Cylindrical-coordinate representation of color #CCD889: hue angle of 69.11º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD889 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 137 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.15 |
| HSL | 69.11º | 0.5% | 0.69% | - |
| HSV(B) | 69.11º | 0.37% | 0.85% | - |
| XYZ | 53.97 | 63.76 | 33.13 | - |
| YUV | 203.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 137 | 0.06 | 0 | 0.37 | 0.15 | 69.11 | 0.5 | 0.69 |
| Hex | CC | D8 | 89 | 6 | 0 | 25 | F | 45 | 32 | 45 |
| Octal | 314 | 330 | 211 | 6 | 0 | 45 | 17 | 105 | 62 | 105 |
| Binary | 11001100 | 11011000 | 10001001 | 110 | 0 | 100101 | 1111 | 1000101 | 110010 | 1000101 |
Color Harmonies of #CCD889
Complementary color
Monochromatic Colors of #CCD889
Black with #CCD889
Text Example
Text Example
White with #CCD889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD889; }
p { color: rgb(204,216,137); }
H1.HeaderClassName
{
color: #CCD889;
}
.AnyTagClassName
{
color: #CCD889;
}
</style>
background-color css
<style>
a { background-color: #CCD889; }
a { background-color: rgb(204,216,137); }
div.DivClassName
{
background-color: #CCD889;
}
.BgClassName
{
background-color: #CCD889;
}
</style>
border-color css
<style>
span { border-color: #CCD889; }
span { border-color: rgb(204,216,137); }
td.TdClassName
{
border-color: #CCD889;
}
.TagClassName
{
border-color: #CCD889;
}
</style>