Shades of Deco #CCDC89
Tints of Deco #CCDC89
RGB
CMYK
RGB Variations
Color information
#CCDC89 (or 0xCCDC89) is known color: Deco. HEX triplet: CC, DC and 89. RGB value is (204,220,137). Sum of RGB (Red+Green+Blue) = 204+220+137=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC89 is #332376. Grayscale: #CECECE. Windows color (decimal): -3351415 or 9034956. OLE color: 9034956.
HSL color Cylindrical-coordinate representation of color #CCDC89: hue angle of 71.57º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDC89 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 137 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.14 |
| HSL | 71.57º | 0.54% | 0.7% | - |
| HSV(B) | 71.57º | 0.38% | 0.86% | - |
| XYZ | 55.01 | 65.83 | 33.47 | - |
| YUV | 205.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 137 | 0.07 | 0 | 0.38 | 0.14 | 71.57 | 0.54 | 0.7 |
| Hex | CC | DC | 89 | 7 | 0 | 26 | E | 48 | 36 | 46 |
| Octal | 314 | 334 | 211 | 7 | 0 | 46 | 16 | 110 | 66 | 106 |
| Binary | 11001100 | 11011100 | 10001001 | 111 | 0 | 100110 | 1110 | 1001000 | 110110 | 1000110 |
Color Harmonies of #CCDC89
Complementary color
Monochromatic Colors of #CCDC89
Black with #CCDC89
Text Example
Text Example
White with #CCDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC89; }
p { color: rgb(204,220,137); }
H1.HeaderClassName
{
color: #CCDC89;
}
.AnyTagClassName
{
color: #CCDC89;
}
</style>
background-color css
<style>
a { background-color: #CCDC89; }
a { background-color: rgb(204,220,137); }
div.DivClassName
{
background-color: #CCDC89;
}
.BgClassName
{
background-color: #CCDC89;
}
</style>
border-color css
<style>
span { border-color: #CCDC89; }
span { border-color: rgb(204,220,137); }
td.TdClassName
{
border-color: #CCDC89;
}
.TagClassName
{
border-color: #CCDC89;
}
</style>