Shades of Deco #CCD076
Tints of Deco #CCD076
RGB
CMYK
RGB Variations
Color information
#CCD076 (or 0xCCD076) is known color: Deco. HEX triplet: CC, D0 and 76. RGB value is (204,208,118). Sum of RGB (Red+Green+Blue) = 204+208+118=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD076 is #332F89. Grayscale: #C4C4C4. Windows color (decimal): -3354506 or 7786700. OLE color: 7786700.
HSL color Cylindrical-coordinate representation of color #CCD076: hue angle of 62.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD076 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 118 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.18 |
| HSL | 62.67º | 0.49% | 0.64% | - |
| HSV(B) | 62.67º | 0.43% | 0.82% | - |
| XYZ | 50.73 | 59.26 | 25.9 | - |
| YUV | 196.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 118 | 0.02 | 0 | 0.43 | 0.18 | 62.67 | 0.49 | 0.64 |
| Hex | CC | D0 | 76 | 2 | 0 | 2B | 12 | 3F | 31 | 40 |
| Octal | 314 | 320 | 166 | 2 | 0 | 53 | 22 | 77 | 61 | 100 |
| Binary | 11001100 | 11010000 | 1110110 | 10 | 0 | 101011 | 10010 | 111111 | 110001 | 1000000 |
Color Harmonies of #CCD076
Complementary color
Monochromatic Colors of #CCD076
Black with #CCD076
Text Example
Text Example
White with #CCD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD076; }
p { color: rgb(204,208,118); }
H1.HeaderClassName
{
color: #CCD076;
}
.AnyTagClassName
{
color: #CCD076;
}
</style>
background-color css
<style>
a { background-color: #CCD076; }
a { background-color: rgb(204,208,118); }
div.DivClassName
{
background-color: #CCD076;
}
.BgClassName
{
background-color: #CCD076;
}
</style>
border-color css
<style>
span { border-color: #CCD076; }
span { border-color: rgb(204,208,118); }
td.TdClassName
{
border-color: #CCD076;
}
.TagClassName
{
border-color: #CCD076;
}
</style>