Shades of Deco #CCD976
Tints of Deco #CCD976
RGB
CMYK
RGB Variations
Color information
#CCD976 (or 0xCCD976) is known color: Deco. HEX triplet: CC, D9 and 76. RGB value is (204,217,118). Sum of RGB (Red+Green+Blue) = 204+217+118=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD976 is #332689. Grayscale: #CACACA. Windows color (decimal): -3352202 or 7789004. OLE color: 7789004.
HSL color Cylindrical-coordinate representation of color #CCD976: hue angle of 67.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD976 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 118 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.15 |
| HSL | 67.88º | 0.57% | 0.66% | - |
| HSV(B) | 67.88º | 0.46% | 0.85% | - |
| XYZ | 52.98 | 63.77 | 26.66 | - |
| YUV | 201.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 118 | 0.06 | 0 | 0.46 | 0.15 | 67.88 | 0.57 | 0.66 |
| Hex | CC | D9 | 76 | 6 | 0 | 2E | F | 44 | 39 | 42 |
| Octal | 314 | 331 | 166 | 6 | 0 | 56 | 17 | 104 | 71 | 102 |
| Binary | 11001100 | 11011001 | 1110110 | 110 | 0 | 101110 | 1111 | 1000100 | 111001 | 1000010 |
Color Harmonies of #CCD976
Complementary color
Monochromatic Colors of #CCD976
Black with #CCD976
Text Example
Text Example
White with #CCD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD976; }
p { color: rgb(204,217,118); }
H1.HeaderClassName
{
color: #CCD976;
}
.AnyTagClassName
{
color: #CCD976;
}
</style>
background-color css
<style>
a { background-color: #CCD976; }
a { background-color: rgb(204,217,118); }
div.DivClassName
{
background-color: #CCD976;
}
.BgClassName
{
background-color: #CCD976;
}
</style>
border-color css
<style>
span { border-color: #CCD976; }
span { border-color: rgb(204,217,118); }
td.TdClassName
{
border-color: #CCD976;
}
.TagClassName
{
border-color: #CCD976;
}
</style>