Shades of Deco #CCD898
Tints of Deco #CCD898
RGB
CMYK
RGB Variations
Color information
#CCD898 (or 0xCCD898) is known color: Deco. HEX triplet: CC, D8 and 98. RGB value is (204,216,152). Sum of RGB (Red+Green+Blue) = 204+216+152=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD898 is #332767. Grayscale: #CDCDCD. Windows color (decimal): -3352424 or 10016972. OLE color: 10016972.
HSL color Cylindrical-coordinate representation of color #CCD898: hue angle of 71.25º degrees, saturation: 0.45, 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 #CCD898 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 152 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.15 |
| HSL | 71.25º | 0.45% | 0.72% | - |
| HSV(B) | 71.25º | 0.3% | 0.85% | - |
| XYZ | 55.13 | 64.22 | 39.2 | - |
| YUV | 205.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 152 | 0.06 | 0 | 0.30 | 0.15 | 71.25 | 0.45 | 0.72 |
| Hex | CC | D8 | 98 | 6 | 0 | 1E | F | 47 | 2D | 48 |
| Octal | 314 | 330 | 230 | 6 | 0 | 36 | 17 | 107 | 55 | 110 |
| Binary | 11001100 | 11011000 | 10011000 | 110 | 0 | 11110 | 1111 | 1000111 | 101101 | 1001000 |
Color Harmonies of #CCD898
Complementary color
Monochromatic Colors of #CCD898
Black with #CCD898
Text Example
Text Example
White with #CCD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD898; }
p { color: rgb(204,216,152); }
H1.HeaderClassName
{
color: #CCD898;
}
.AnyTagClassName
{
color: #CCD898;
}
</style>
background-color css
<style>
a { background-color: #CCD898; }
a { background-color: rgb(204,216,152); }
div.DivClassName
{
background-color: #CCD898;
}
.BgClassName
{
background-color: #CCD898;
}
</style>
border-color css
<style>
span { border-color: #CCD898; }
span { border-color: rgb(204,216,152); }
td.TdClassName
{
border-color: #CCD898;
}
.TagClassName
{
border-color: #CCD898;
}
</style>