Shades of Deco #CCDA76
Tints of Deco #CCDA76
RGB
CMYK
RGB Variations
Color information
#CCDA76 (or 0xCCDA76) is known color: Deco. HEX triplet: CC, DA and 76. RGB value is (204,218,118). Sum of RGB (Red+Green+Blue) = 204+218+118=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA76 is #332589. Grayscale: #CACACA. Windows color (decimal): -3351946 or 7789260. OLE color: 7789260.
HSL color Cylindrical-coordinate representation of color #CCDA76: hue angle of 68.4º 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 #CCDA76 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 118 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.15 |
| HSL | 68.4º | 0.57% | 0.66% | - |
| HSV(B) | 68.4º | 0.46% | 0.85% | - |
| XYZ | 53.24 | 64.29 | 26.74 | - |
| YUV | 202.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 118 | 0.06 | 0 | 0.46 | 0.15 | 68.4 | 0.57 | 0.66 |
| Hex | CC | DA | 76 | 6 | 0 | 2E | F | 44 | 39 | 42 |
| Octal | 314 | 332 | 166 | 6 | 0 | 56 | 17 | 104 | 71 | 102 |
| Binary | 11001100 | 11011010 | 1110110 | 110 | 0 | 101110 | 1111 | 1000100 | 111001 | 1000010 |
Color Harmonies of #CCDA76
Complementary color
Monochromatic Colors of #CCDA76
Black with #CCDA76
Text Example
Text Example
White with #CCDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA76; }
p { color: rgb(204,218,118); }
H1.HeaderClassName
{
color: #CCDA76;
}
.AnyTagClassName
{
color: #CCDA76;
}
</style>
background-color css
<style>
a { background-color: #CCDA76; }
a { background-color: rgb(204,218,118); }
div.DivClassName
{
background-color: #CCDA76;
}
.BgClassName
{
background-color: #CCDA76;
}
</style>
border-color css
<style>
span { border-color: #CCDA76; }
span { border-color: rgb(204,218,118); }
td.TdClassName
{
border-color: #CCDA76;
}
.TagClassName
{
border-color: #CCDA76;
}
</style>