Shades of Deco #CCCE74
Tints of Deco #CCCE74
RGB
CMYK
RGB Variations
Color information
#CCCE74 (or 0xCCCE74) is known color: Deco. HEX triplet: CC, CE and 74. RGB value is (204,206,116). Sum of RGB (Red+Green+Blue) = 204+206+116=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE74 is #33318B. Grayscale: #C3C3C3. Windows color (decimal): -3355020 or 7655116. OLE color: 7655116.
HSL color Cylindrical-coordinate representation of color #CCCE74: hue angle of 61.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCCE74 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 116 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.19 |
| HSL | 61.33º | 0.48% | 0.63% | - |
| HSV(B) | 61.33º | 0.44% | 0.81% | - |
| XYZ | 50.13 | 58.24 | 25.12 | - |
| YUV | 195.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 116 | 0.01 | 0 | 0.44 | 0.19 | 61.33 | 0.48 | 0.63 |
| Hex | CC | CE | 74 | 1 | 0 | 2C | 13 | 3D | 30 | 3F |
| Octal | 314 | 316 | 164 | 1 | 0 | 54 | 23 | 75 | 60 | 77 |
| Binary | 11001100 | 11001110 | 1110100 | 1 | 0 | 101100 | 10011 | 111101 | 110000 | 111111 |
Color Harmonies of #CCCE74
Complementary color
Monochromatic Colors of #CCCE74
Black with #CCCE74
Text Example
Text Example
White with #CCCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE74; }
p { color: rgb(204,206,116); }
H1.HeaderClassName
{
color: #CCCE74;
}
.AnyTagClassName
{
color: #CCCE74;
}
</style>
background-color css
<style>
a { background-color: #CCCE74; }
a { background-color: rgb(204,206,116); }
div.DivClassName
{
background-color: #CCCE74;
}
.BgClassName
{
background-color: #CCCE74;
}
</style>
border-color css
<style>
span { border-color: #CCCE74; }
span { border-color: rgb(204,206,116); }
td.TdClassName
{
border-color: #CCCE74;
}
.TagClassName
{
border-color: #CCCE74;
}
</style>