Shades of Deco #CCD982
Tints of Deco #CCD982
RGB
CMYK
RGB Variations
Color information
#CCD982 (or 0xCCD982) is known color: Deco. HEX triplet: CC, D9 and 82. RGB value is (204,217,130). Sum of RGB (Red+Green+Blue) = 204+217+130=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD982 is #33267D. Grayscale: #CBCBCB. Windows color (decimal): -3352190 or 8575436. OLE color: 8575436.
HSL color Cylindrical-coordinate representation of color #CCD982: hue angle of 68.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD982 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 130 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.15 |
| HSL | 68.97º | 0.53% | 0.68% | - |
| HSV(B) | 68.97º | 0.4% | 0.85% | - |
| XYZ | 53.74 | 64.07 | 30.65 | - |
| YUV | 203.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 130 | 0.06 | 0 | 0.40 | 0.15 | 68.97 | 0.53 | 0.68 |
| Hex | CC | D9 | 82 | 6 | 0 | 28 | F | 45 | 35 | 44 |
| Octal | 314 | 331 | 202 | 6 | 0 | 50 | 17 | 105 | 65 | 104 |
| Binary | 11001100 | 11011001 | 10000010 | 110 | 0 | 101000 | 1111 | 1000101 | 110101 | 1000100 |
Color Harmonies of #CCD982
Complementary color
Monochromatic Colors of #CCD982
Black with #CCD982
Text Example
Text Example
White with #CCD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD982; }
p { color: rgb(204,217,130); }
H1.HeaderClassName
{
color: #CCD982;
}
.AnyTagClassName
{
color: #CCD982;
}
</style>
background-color css
<style>
a { background-color: #CCD982; }
a { background-color: rgb(204,217,130); }
div.DivClassName
{
background-color: #CCD982;
}
.BgClassName
{
background-color: #CCD982;
}
</style>
border-color css
<style>
span { border-color: #CCD982; }
span { border-color: rgb(204,217,130); }
td.TdClassName
{
border-color: #CCD982;
}
.TagClassName
{
border-color: #CCD982;
}
</style>