Shades of Deco #CCD289
Tints of Deco #CCD289
RGB
CMYK
RGB Variations
Color information
#CCD289 (or 0xCCD289) is known color: Deco. HEX triplet: CC, D2 and 89. RGB value is (204,210,137). Sum of RGB (Red+Green+Blue) = 204+210+137=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD289 is #332D76. Grayscale: #C8C8C8. Windows color (decimal): -3353975 or 9032396. OLE color: 9032396.
HSL color Cylindrical-coordinate representation of color #CCD289: hue angle of 64.93º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD289 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 137 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.18 |
| HSL | 64.93º | 0.45% | 0.68% | - |
| HSV(B) | 64.93º | 0.35% | 0.82% | - |
| XYZ | 52.46 | 60.74 | 32.63 | - |
| YUV | 199.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 137 | 0.03 | 0 | 0.35 | 0.18 | 64.93 | 0.45 | 0.68 |
| Hex | CC | D2 | 89 | 3 | 0 | 23 | 12 | 41 | 2D | 44 |
| Octal | 314 | 322 | 211 | 3 | 0 | 43 | 22 | 101 | 55 | 104 |
| Binary | 11001100 | 11010010 | 10001001 | 11 | 0 | 100011 | 10010 | 1000001 | 101101 | 1000100 |
Color Harmonies of #CCD289
Complementary color
Monochromatic Colors of #CCD289
Black with #CCD289
Text Example
Text Example
White with #CCD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD289; }
p { color: rgb(204,210,137); }
H1.HeaderClassName
{
color: #CCD289;
}
.AnyTagClassName
{
color: #CCD289;
}
</style>
background-color css
<style>
a { background-color: #CCD289; }
a { background-color: rgb(204,210,137); }
div.DivClassName
{
background-color: #CCD289;
}
.BgClassName
{
background-color: #CCD289;
}
</style>
border-color css
<style>
span { border-color: #CCD289; }
span { border-color: rgb(204,210,137); }
td.TdClassName
{
border-color: #CCD289;
}
.TagClassName
{
border-color: #CCD289;
}
</style>