Shades of Deco #CCD996
Tints of Deco #CCD996
RGB
CMYK
RGB Variations
Color information
#CCD996 (or 0xCCD996) is known color: Deco. HEX triplet: CC, D9 and 96. RGB value is (204,217,150). Sum of RGB (Red+Green+Blue) = 204+217+150=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD996 is #332669. Grayscale: #CDCDCD. Windows color (decimal): -3352170 or 9886156. OLE color: 9886156.
HSL color Cylindrical-coordinate representation of color #CCD996: hue angle of 71.64º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD996 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 150 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.15 |
| HSL | 71.64º | 0.47% | 0.72% | - |
| HSV(B) | 71.64º | 0.31% | 0.85% | - |
| XYZ | 55.22 | 64.67 | 38.43 | - |
| YUV | 205.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 150 | 0.06 | 0 | 0.31 | 0.15 | 71.64 | 0.47 | 0.72 |
| Hex | CC | D9 | 96 | 6 | 0 | 1F | F | 48 | 2F | 48 |
| Octal | 314 | 331 | 226 | 6 | 0 | 37 | 17 | 110 | 57 | 110 |
| Binary | 11001100 | 11011001 | 10010110 | 110 | 0 | 11111 | 1111 | 1001000 | 101111 | 1001000 |
Color Harmonies of #CCD996
Complementary color
Monochromatic Colors of #CCD996
Black with #CCD996
Text Example
Text Example
White with #CCD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD996; }
p { color: rgb(204,217,150); }
H1.HeaderClassName
{
color: #CCD996;
}
.AnyTagClassName
{
color: #CCD996;
}
</style>
background-color css
<style>
a { background-color: #CCD996; }
a { background-color: rgb(204,217,150); }
div.DivClassName
{
background-color: #CCD996;
}
.BgClassName
{
background-color: #CCD996;
}
</style>
border-color css
<style>
span { border-color: #CCD996; }
span { border-color: rgb(204,217,150); }
td.TdClassName
{
border-color: #CCD996;
}
.TagClassName
{
border-color: #CCD996;
}
</style>