Shades of Deco #CCCC74
Tints of Deco #CCCC74
RGB
CMYK
RGB Variations
Color information
#CCCC74 (or 0xCCCC74) is known color: Deco. HEX triplet: CC, CC and 74. RGB value is (204,204,116). Sum of RGB (Red+Green+Blue) = 204+204+116=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC74 is #33338B. Grayscale: #C2C2C2. Windows color (decimal): -3355532 or 7654604. OLE color: 7654604.
HSL color Cylindrical-coordinate representation of color #CCCC74: hue angle of 60º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCC74 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 116 | - |
| CMYK | 0 | 0 | 0.43 | 0.2 |
| HSL | 60º | 0.46% | 0.63% | - |
| HSV(B) | 60º | 0.43% | 0.8% | - |
| XYZ | 49.65 | 57.28 | 24.96 | - |
| YUV | 193.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 116 | 0 | 0 | 0.43 | 0.2 | 60 | 0.46 | 0.63 |
| Hex | CC | CC | 74 | 0 | 0 | 2B | 14 | 3C | 2E | 3F |
| Octal | 314 | 314 | 164 | 0 | 0 | 53 | 24 | 74 | 56 | 77 |
| Binary | 11001100 | 11001100 | 1110100 | 0 | 0 | 101011 | 10100 | 111100 | 101110 | 111111 |
Color Harmonies of #CCCC74
Complementary color
Monochromatic Colors of #CCCC74
Black with #CCCC74
Text Example
Text Example
White with #CCCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC74; }
p { color: rgb(204,204,116); }
H1.HeaderClassName
{
color: #CCCC74;
}
.AnyTagClassName
{
color: #CCCC74;
}
</style>
background-color css
<style>
a { background-color: #CCCC74; }
a { background-color: rgb(204,204,116); }
div.DivClassName
{
background-color: #CCCC74;
}
.BgClassName
{
background-color: #CCCC74;
}
</style>
border-color css
<style>
span { border-color: #CCCC74; }
span { border-color: rgb(204,204,116); }
td.TdClassName
{
border-color: #CCCC74;
}
.TagClassName
{
border-color: #CCCC74;
}
</style>