Shades of Deco #CCCA73
Tints of Deco #CCCA73
RGB
CMYK
RGB Variations
Color information
#CCCA73 (or 0xCCCA73) is known color: Deco. HEX triplet: CC, CA and 73. RGB value is (204,202,115). Sum of RGB (Red+Green+Blue) = 204+202+115=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA73 is #33358C. Grayscale: #C1C1C1. Windows color (decimal): -3356045 or 7588556. OLE color: 7588556.
HSL color Cylindrical-coordinate representation of color #CCCA73: hue angle of 58.65º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCCA73 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 115 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.2 |
| HSL | 58.65º | 0.47% | 0.63% | - |
| HSV(B) | 58.65º | 0.44% | 0.8% | - |
| XYZ | 49.12 | 56.32 | 24.5 | - |
| YUV | 192.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 115 | 0 | 0.01 | 0.44 | 0.2 | 58.65 | 0.47 | 0.63 |
| Hex | CC | CA | 73 | 0 | 1 | 2C | 14 | 3B | 2F | 3F |
| Octal | 314 | 312 | 163 | 0 | 1 | 54 | 24 | 73 | 57 | 77 |
| Binary | 11001100 | 11001010 | 1110011 | 0 | 1 | 101100 | 10100 | 111011 | 101111 | 111111 |
Color Harmonies of #CCCA73
Complementary color
Monochromatic Colors of #CCCA73
Black with #CCCA73
Text Example
Text Example
White with #CCCA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA73; }
p { color: rgb(204,202,115); }
H1.HeaderClassName
{
color: #CCCA73;
}
.AnyTagClassName
{
color: #CCCA73;
}
</style>
background-color css
<style>
a { background-color: #CCCA73; }
a { background-color: rgb(204,202,115); }
div.DivClassName
{
background-color: #CCCA73;
}
.BgClassName
{
background-color: #CCCA73;
}
</style>
border-color css
<style>
span { border-color: #CCCA73; }
span { border-color: rgb(204,202,115); }
td.TdClassName
{
border-color: #CCCA73;
}
.TagClassName
{
border-color: #CCCA73;
}
</style>