Shades of Deco #CCCC73
Tints of Deco #CCCC73
RGB
CMYK
RGB Variations
Color information
#CCCC73 (or 0xCCCC73) is known color: Deco. HEX triplet: CC, CC and 73. RGB value is (204,204,115). Sum of RGB (Red+Green+Blue) = 204+204+115=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC73 is #33338C. Grayscale: #C2C2C2. Windows color (decimal): -3355533 or 7589068. OLE color: 7589068.
HSL color Cylindrical-coordinate representation of color #CCCC73: hue angle of 60º 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 #CCCC73 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 115 | - |
| CMYK | 0 | 0 | 0.44 | 0.2 |
| HSL | 60º | 0.47% | 0.63% | - |
| HSV(B) | 60º | 0.44% | 0.8% | - |
| XYZ | 49.59 | 57.26 | 24.66 | - |
| YUV | 193.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 115 | 0 | 0 | 0.44 | 0.2 | 60 | 0.47 | 0.63 |
| Hex | CC | CC | 73 | 0 | 0 | 2C | 14 | 3C | 2F | 3F |
| Octal | 314 | 314 | 163 | 0 | 0 | 54 | 24 | 74 | 57 | 77 |
| Binary | 11001100 | 11001100 | 1110011 | 0 | 0 | 101100 | 10100 | 111100 | 101111 | 111111 |
Color Harmonies of #CCCC73
Complementary color
Monochromatic Colors of #CCCC73
Black with #CCCC73
Text Example
Text Example
White with #CCCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC73; }
p { color: rgb(204,204,115); }
H1.HeaderClassName
{
color: #CCCC73;
}
.AnyTagClassName
{
color: #CCCC73;
}
</style>
background-color css
<style>
a { background-color: #CCCC73; }
a { background-color: rgb(204,204,115); }
div.DivClassName
{
background-color: #CCCC73;
}
.BgClassName
{
background-color: #CCCC73;
}
</style>
border-color css
<style>
span { border-color: #CCCC73; }
span { border-color: rgb(204,204,115); }
td.TdClassName
{
border-color: #CCCC73;
}
.TagClassName
{
border-color: #CCCC73;
}
</style>