Shades of Deco #CCCC89
Tints of Deco #CCCC89
RGB
CMYK
RGB Variations
Color information
#CCCC89 (or 0xCCCC89) is known color: Deco. HEX triplet: CC, CC and 89. RGB value is (204,204,137). Sum of RGB (Red+Green+Blue) = 204+204+137=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC89 is #333376. Grayscale: #C4C4C4. Windows color (decimal): -3355511 or 9030860. OLE color: 9030860.
HSL color Cylindrical-coordinate representation of color #CCCC89: hue angle of 60º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCC89 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 137 | - |
| CMYK | 0 | 0 | 0.33 | 0.2 |
| HSL | 60º | 0.4% | 0.67% | - |
| HSV(B) | 60º | 0.33% | 0.8% | - |
| XYZ | 51.01 | 57.83 | 32.14 | - |
| YUV | 196.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 137 | 0 | 0 | 0.33 | 0.2 | 60 | 0.4 | 0.67 |
| Hex | CC | CC | 89 | 0 | 0 | 21 | 14 | 3C | 28 | 43 |
| Octal | 314 | 314 | 211 | 0 | 0 | 41 | 24 | 74 | 50 | 103 |
| Binary | 11001100 | 11001100 | 10001001 | 0 | 0 | 100001 | 10100 | 111100 | 101000 | 1000011 |
Color Harmonies of #CCCC89
Complementary color
Monochromatic Colors of #CCCC89
Black with #CCCC89
Text Example
Text Example
White with #CCCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC89; }
p { color: rgb(204,204,137); }
H1.HeaderClassName
{
color: #CCCC89;
}
.AnyTagClassName
{
color: #CCCC89;
}
</style>
background-color css
<style>
a { background-color: #CCCC89; }
a { background-color: rgb(204,204,137); }
div.DivClassName
{
background-color: #CCCC89;
}
.BgClassName
{
background-color: #CCCC89;
}
</style>
border-color css
<style>
span { border-color: #CCCC89; }
span { border-color: rgb(204,204,137); }
td.TdClassName
{
border-color: #CCCC89;
}
.TagClassName
{
border-color: #CCCC89;
}
</style>