Shades of Deco #CCD995
Tints of Deco #CCD995
RGB
CMYK
RGB Variations
Color information
#CCD995 (or 0xCCD995) is known color: Deco. HEX triplet: CC, D9 and 95. RGB value is (204,217,149). Sum of RGB (Red+Green+Blue) = 204+217+149=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD995 is #33266A. Grayscale: #CDCDCD. Windows color (decimal): -3352171 or 9820620. OLE color: 9820620.
HSL color Cylindrical-coordinate representation of color #CCD995: hue angle of 71.47º 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 #CCD995 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 149 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.15 |
| HSL | 71.47º | 0.47% | 0.72% | - |
| HSV(B) | 71.47º | 0.31% | 0.85% | - |
| XYZ | 55.14 | 64.63 | 38 | - |
| YUV | 205.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 149 | 0.06 | 0 | 0.31 | 0.15 | 71.47 | 0.47 | 0.72 |
| Hex | CC | D9 | 95 | 6 | 0 | 1F | F | 47 | 2F | 48 |
| Octal | 314 | 331 | 225 | 6 | 0 | 37 | 17 | 107 | 57 | 110 |
| Binary | 11001100 | 11011001 | 10010101 | 110 | 0 | 11111 | 1111 | 1000111 | 101111 | 1001000 |
Color Harmonies of #CCD995
Complementary color
Monochromatic Colors of #CCD995
Black with #CCD995
Text Example
Text Example
White with #CCD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD995; }
p { color: rgb(204,217,149); }
H1.HeaderClassName
{
color: #CCD995;
}
.AnyTagClassName
{
color: #CCD995;
}
</style>
background-color css
<style>
a { background-color: #CCD995; }
a { background-color: rgb(204,217,149); }
div.DivClassName
{
background-color: #CCD995;
}
.BgClassName
{
background-color: #CCD995;
}
</style>
border-color css
<style>
span { border-color: #CCD995; }
span { border-color: rgb(204,217,149); }
td.TdClassName
{
border-color: #CCD995;
}
.TagClassName
{
border-color: #CCD995;
}
</style>