Shades of Deco #CCD988
Tints of Deco #CCD988
RGB
CMYK
RGB Variations
Color information
#CCD988 (or 0xCCD988) is known color: Deco. HEX triplet: CC, D9 and 88. RGB value is (204,217,136). Sum of RGB (Red+Green+Blue) = 204+217+136=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD988 is #332677. Grayscale: #CCCCCC. Windows color (decimal): -3352184 or 8968652. OLE color: 8968652.
HSL color Cylindrical-coordinate representation of color #CCD988: hue angle of 69.63º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD988 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 136 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.15 |
| HSL | 69.63º | 0.52% | 0.69% | - |
| HSV(B) | 69.63º | 0.37% | 0.85% | - |
| XYZ | 54.16 | 64.24 | 32.84 | - |
| YUV | 203.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 136 | 0.06 | 0 | 0.37 | 0.15 | 69.63 | 0.52 | 0.69 |
| Hex | CC | D9 | 88 | 6 | 0 | 25 | F | 46 | 34 | 45 |
| Octal | 314 | 331 | 210 | 6 | 0 | 45 | 17 | 106 | 64 | 105 |
| Binary | 11001100 | 11011001 | 10001000 | 110 | 0 | 100101 | 1111 | 1000110 | 110100 | 1000101 |
Color Harmonies of #CCD988
Complementary color
Monochromatic Colors of #CCD988
Black with #CCD988
Text Example
Text Example
White with #CCD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD988; }
p { color: rgb(204,217,136); }
H1.HeaderClassName
{
color: #CCD988;
}
.AnyTagClassName
{
color: #CCD988;
}
</style>
background-color css
<style>
a { background-color: #CCD988; }
a { background-color: rgb(204,217,136); }
div.DivClassName
{
background-color: #CCD988;
}
.BgClassName
{
background-color: #CCD988;
}
</style>
border-color css
<style>
span { border-color: #CCD988; }
span { border-color: rgb(204,217,136); }
td.TdClassName
{
border-color: #CCD988;
}
.TagClassName
{
border-color: #CCD988;
}
</style>