Shades of Deco #CCCC71
Tints of Deco #CCCC71
RGB
CMYK
RGB Variations
Color information
#CCCC71 (or 0xCCCC71) is known color: Deco. HEX triplet: CC, CC and 71. RGB value is (204,204,113). Sum of RGB (Red+Green+Blue) = 204+204+113=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC71 is #33338E. Grayscale: #C1C1C1. Windows color (decimal): -3355535 or 7457996. OLE color: 7457996.
HSL color Cylindrical-coordinate representation of color #CCCC71: hue angle of 60º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCCC71 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 113 | - |
| CMYK | 0 | 0 | 0.45 | 0.2 |
| HSL | 60º | 0.47% | 0.62% | - |
| HSV(B) | 60º | 0.45% | 0.8% | - |
| XYZ | 49.48 | 57.22 | 24.06 | - |
| YUV | 193.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 113 | 0 | 0 | 0.45 | 0.2 | 60 | 0.47 | 0.62 |
| Hex | CC | CC | 71 | 0 | 0 | 2D | 14 | 3C | 2F | 3E |
| Octal | 314 | 314 | 161 | 0 | 0 | 55 | 24 | 74 | 57 | 76 |
| Binary | 11001100 | 11001100 | 1110001 | 0 | 0 | 101101 | 10100 | 111100 | 101111 | 111110 |
Color Harmonies of #CCCC71
Complementary color
Monochromatic Colors of #CCCC71
Black with #CCCC71
Text Example
Text Example
White with #CCCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC71; }
p { color: rgb(204,204,113); }
H1.HeaderClassName
{
color: #CCCC71;
}
.AnyTagClassName
{
color: #CCCC71;
}
</style>
background-color css
<style>
a { background-color: #CCCC71; }
a { background-color: rgb(204,204,113); }
div.DivClassName
{
background-color: #CCCC71;
}
.BgClassName
{
background-color: #CCCC71;
}
</style>
border-color css
<style>
span { border-color: #CCCC71; }
span { border-color: rgb(204,204,113); }
td.TdClassName
{
border-color: #CCCC71;
}
.TagClassName
{
border-color: #CCCC71;
}
</style>