Shades of Deco #CCCD89
Tints of Deco #CCCD89
RGB
CMYK
RGB Variations
Color information
#CCCD89 (or 0xCCCD89) is known color: Deco. HEX triplet: CC, CD and 89. RGB value is (204,205,137). Sum of RGB (Red+Green+Blue) = 204+205+137=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD89 is #333276. Grayscale: #C5C5C5. Windows color (decimal): -3355255 or 9031116. OLE color: 9031116.
HSL color Cylindrical-coordinate representation of color #CCCD89: hue angle of 60.88º 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 #CCCD89 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 137 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.20 |
| HSL | 60.88º | 0.4% | 0.67% | - |
| HSV(B) | 60.88º | 0.33% | 0.8% | - |
| XYZ | 51.25 | 58.31 | 32.22 | - |
| YUV | 196.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 137 | 0.00 | 0 | 0.33 | 0.20 | 60.88 | 0.4 | 0.67 |
| Hex | CC | CD | 89 | 0 | 0 | 21 | 14 | 3D | 28 | 43 |
| Octal | 314 | 315 | 211 | 0 | 0 | 41 | 24 | 75 | 50 | 103 |
| Binary | 11001100 | 11001101 | 10001001 | 0 | 0 | 100001 | 10100 | 111101 | 101000 | 1000011 |
Color Harmonies of #CCCD89
Complementary color
Monochromatic Colors of #CCCD89
Black with #CCCD89
Text Example
Text Example
White with #CCCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD89; }
p { color: rgb(204,205,137); }
H1.HeaderClassName
{
color: #CCCD89;
}
.AnyTagClassName
{
color: #CCCD89;
}
</style>
background-color css
<style>
a { background-color: #CCCD89; }
a { background-color: rgb(204,205,137); }
div.DivClassName
{
background-color: #CCCD89;
}
.BgClassName
{
background-color: #CCCD89;
}
</style>
border-color css
<style>
span { border-color: #CCCD89; }
span { border-color: rgb(204,205,137); }
td.TdClassName
{
border-color: #CCCD89;
}
.TagClassName
{
border-color: #CCCD89;
}
</style>