Shades of Deco #CCCD76
Tints of Deco #CCCD76
RGB
CMYK
RGB Variations
Color information
#CCCD76 (or 0xCCCD76) is known color: Deco. HEX triplet: CC, CD and 76. RGB value is (204,205,118). Sum of RGB (Red+Green+Blue) = 204+205+118=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD76 is #333289. Grayscale: #C3C3C3. Windows color (decimal): -3355274 or 7785932. OLE color: 7785932.
HSL color Cylindrical-coordinate representation of color #CCCD76: hue angle of 60.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCD76 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 118 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.20 |
| HSL | 60.69º | 0.47% | 0.63% | - |
| HSV(B) | 60.69º | 0.42% | 0.8% | - |
| XYZ | 50 | 57.81 | 25.66 | - |
| YUV | 194.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 118 | 0.00 | 0 | 0.42 | 0.20 | 60.69 | 0.47 | 0.63 |
| Hex | CC | CD | 76 | 0 | 0 | 2A | 14 | 3D | 2F | 3F |
| Octal | 314 | 315 | 166 | 0 | 0 | 52 | 24 | 75 | 57 | 77 |
| Binary | 11001100 | 11001101 | 1110110 | 0 | 0 | 101010 | 10100 | 111101 | 101111 | 111111 |
Color Harmonies of #CCCD76
Complementary color
Monochromatic Colors of #CCCD76
Black with #CCCD76
Text Example
Text Example
White with #CCCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD76; }
p { color: rgb(204,205,118); }
H1.HeaderClassName
{
color: #CCCD76;
}
.AnyTagClassName
{
color: #CCCD76;
}
</style>
background-color css
<style>
a { background-color: #CCCD76; }
a { background-color: rgb(204,205,118); }
div.DivClassName
{
background-color: #CCCD76;
}
.BgClassName
{
background-color: #CCCD76;
}
</style>
border-color css
<style>
span { border-color: #CCCD76; }
span { border-color: rgb(204,205,118); }
td.TdClassName
{
border-color: #CCCD76;
}
.TagClassName
{
border-color: #CCCD76;
}
</style>