Shades of Deco #CCDC76
Tints of Deco #CCDC76
RGB
CMYK
RGB Variations
Color information
#CCDC76 (or 0xCCDC76) is known color: Deco. HEX triplet: CC, DC and 76. RGB value is (204,220,118). Sum of RGB (Red+Green+Blue) = 204+220+118=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC76 is #332389. Grayscale: #CBCBCB. Windows color (decimal): -3351434 or 7789772. OLE color: 7789772.
HSL color Cylindrical-coordinate representation of color #CCDC76: hue angle of 69.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCDC76 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 118 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.14 |
| HSL | 69.41º | 0.59% | 0.66% | - |
| HSV(B) | 69.41º | 0.46% | 0.86% | - |
| XYZ | 53.77 | 65.33 | 26.92 | - |
| YUV | 203.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 118 | 0.07 | 0 | 0.46 | 0.14 | 69.41 | 0.59 | 0.66 |
| Hex | CC | DC | 76 | 7 | 0 | 2E | E | 45 | 3B | 42 |
| Octal | 314 | 334 | 166 | 7 | 0 | 56 | 16 | 105 | 73 | 102 |
| Binary | 11001100 | 11011100 | 1110110 | 111 | 0 | 101110 | 1110 | 1000101 | 111011 | 1000010 |
Color Harmonies of #CCDC76
Complementary color
Monochromatic Colors of #CCDC76
Black with #CCDC76
Text Example
Text Example
White with #CCDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC76; }
p { color: rgb(204,220,118); }
H1.HeaderClassName
{
color: #CCDC76;
}
.AnyTagClassName
{
color: #CCDC76;
}
</style>
background-color css
<style>
a { background-color: #CCDC76; }
a { background-color: rgb(204,220,118); }
div.DivClassName
{
background-color: #CCDC76;
}
.BgClassName
{
background-color: #CCDC76;
}
</style>
border-color css
<style>
span { border-color: #CCDC76; }
span { border-color: rgb(204,220,118); }
td.TdClassName
{
border-color: #CCDC76;
}
.TagClassName
{
border-color: #CCDC76;
}
</style>