Shades of Deco #CCD998
Tints of Deco #CCD998
RGB
CMYK
RGB Variations
Color information
#CCD998 (or 0xCCD998) is known color: Deco. HEX triplet: CC, D9 and 98. RGB value is (204,217,152). Sum of RGB (Red+Green+Blue) = 204+217+152=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD998 is #332667. Grayscale: #CDCDCD. Windows color (decimal): -3352168 or 10017228. OLE color: 10017228.
HSL color Cylindrical-coordinate representation of color #CCD998: hue angle of 72º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD998 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 152 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.15 |
| HSL | 72º | 0.46% | 0.72% | - |
| HSV(B) | 72º | 0.3% | 0.85% | - |
| XYZ | 55.38 | 64.73 | 39.28 | - |
| YUV | 205.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 152 | 0.06 | 0 | 0.30 | 0.15 | 72 | 0.46 | 0.72 |
| Hex | CC | D9 | 98 | 6 | 0 | 1E | F | 48 | 2E | 48 |
| Octal | 314 | 331 | 230 | 6 | 0 | 36 | 17 | 110 | 56 | 110 |
| Binary | 11001100 | 11011001 | 10011000 | 110 | 0 | 11110 | 1111 | 1001000 | 101110 | 1001000 |
Color Harmonies of #CCD998
Complementary color
Monochromatic Colors of #CCD998
Black with #CCD998
Text Example
Text Example
White with #CCD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD998; }
p { color: rgb(204,217,152); }
H1.HeaderClassName
{
color: #CCD998;
}
.AnyTagClassName
{
color: #CCD998;
}
</style>
background-color css
<style>
a { background-color: #CCD998; }
a { background-color: rgb(204,217,152); }
div.DivClassName
{
background-color: #CCD998;
}
.BgClassName
{
background-color: #CCD998;
}
</style>
border-color css
<style>
span { border-color: #CCD998; }
span { border-color: rgb(204,217,152); }
td.TdClassName
{
border-color: #CCD998;
}
.TagClassName
{
border-color: #CCD998;
}
</style>