Shades of Deco #CCC971
Tints of Deco #CCC971
RGB
CMYK
RGB Variations
Color information
#CCC971 (or 0xCCC971) is known color: Deco. HEX triplet: CC, C9 and 71. RGB value is (204,201,113). Sum of RGB (Red+Green+Blue) = 204+201+113=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC971 is #33368E. Grayscale: #C0C0C0. Windows color (decimal): -3356303 or 7457228. OLE color: 7457228.
HSL color Cylindrical-coordinate representation of color #CCC971: hue angle of 58.02º 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 #CCC971 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 113 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.2 |
| HSL | 58.02º | 0.47% | 0.62% | - |
| HSV(B) | 58.02º | 0.45% | 0.8% | - |
| XYZ | 48.77 | 55.8 | 23.82 | - |
| YUV | 191.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 113 | 0 | 0.01 | 0.45 | 0.2 | 58.02 | 0.47 | 0.62 |
| Hex | CC | C9 | 71 | 0 | 1 | 2D | 14 | 3A | 2F | 3E |
| Octal | 314 | 311 | 161 | 0 | 1 | 55 | 24 | 72 | 57 | 76 |
| Binary | 11001100 | 11001001 | 1110001 | 0 | 1 | 101101 | 10100 | 111010 | 101111 | 111110 |
Color Harmonies of #CCC971
Complementary color
Monochromatic Colors of #CCC971
Black with #CCC971
Text Example
Text Example
White with #CCC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC971; }
p { color: rgb(204,201,113); }
H1.HeaderClassName
{
color: #CCC971;
}
.AnyTagClassName
{
color: #CCC971;
}
</style>
background-color css
<style>
a { background-color: #CCC971; }
a { background-color: rgb(204,201,113); }
div.DivClassName
{
background-color: #CCC971;
}
.BgClassName
{
background-color: #CCC971;
}
</style>
border-color css
<style>
span { border-color: #CCC971; }
span { border-color: rgb(204,201,113); }
td.TdClassName
{
border-color: #CCC971;
}
.TagClassName
{
border-color: #CCC971;
}
</style>