Shades of Deco #CCD489
Tints of Deco #CCD489
RGB
CMYK
RGB Variations
Color information
#CCD489 (or 0xCCD489) is known color: Deco. HEX triplet: CC, D4 and 89. RGB value is (204,212,137). Sum of RGB (Red+Green+Blue) = 204+212+137=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD489 is #332B76. Grayscale: #C9C9C9. Windows color (decimal): -3353463 or 9032908. OLE color: 9032908.
HSL color Cylindrical-coordinate representation of color #CCD489: hue angle of 66.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD489 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 137 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.17 |
| HSL | 66.4º | 0.47% | 0.68% | - |
| HSV(B) | 66.4º | 0.35% | 0.83% | - |
| XYZ | 52.96 | 61.73 | 32.79 | - |
| YUV | 201.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 137 | 0.04 | 0 | 0.35 | 0.17 | 66.4 | 0.47 | 0.68 |
| Hex | CC | D4 | 89 | 4 | 0 | 23 | 11 | 42 | 2F | 44 |
| Octal | 314 | 324 | 211 | 4 | 0 | 43 | 21 | 102 | 57 | 104 |
| Binary | 11001100 | 11010100 | 10001001 | 100 | 0 | 100011 | 10001 | 1000010 | 101111 | 1000100 |
Color Harmonies of #CCD489
Complementary color
Monochromatic Colors of #CCD489
Black with #CCD489
Text Example
Text Example
White with #CCD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD489; }
p { color: rgb(204,212,137); }
H1.HeaderClassName
{
color: #CCD489;
}
.AnyTagClassName
{
color: #CCD489;
}
</style>
background-color css
<style>
a { background-color: #CCD489; }
a { background-color: rgb(204,212,137); }
div.DivClassName
{
background-color: #CCD489;
}
.BgClassName
{
background-color: #CCD489;
}
</style>
border-color css
<style>
span { border-color: #CCD489; }
span { border-color: rgb(204,212,137); }
td.TdClassName
{
border-color: #CCD489;
}
.TagClassName
{
border-color: #CCD489;
}
</style>