Shades of Metallic Gold #CCAC32
Tints of Metallic Gold #CCAC32
RGB
CMYK
RGB Variations
Color information
#CCAC32 (or 0xCCAC32) is known color: Metallic Gold. HEX triplet: CC, AC and 32. RGB value is (204,172,50). Sum of RGB (Red+Green+Blue) = 204+172+50=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC32 is #3353CD. Grayscale: #A8A8A8. Windows color (decimal): -3363790 or 3321036. OLE color: 3321036.
HSL color Cylindrical-coordinate representation of color #CCAC32: hue angle of 47.53º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCAC32 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 50 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.2 |
| HSL | 47.53º | 0.61% | 0.5% | - |
| HSV(B) | 47.53º | 0.75% | 0.8% | - |
| XYZ | 40.23 | 42.57 | 9.11 | - |
| YUV | 167.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 50 | 0 | 0.16 | 0.75 | 0.2 | 47.53 | 0.61 | 0.5 |
| Hex | CC | AC | 32 | 0 | 10 | 4B | 14 | 30 | 3D | 32 |
| Octal | 314 | 254 | 62 | 0 | 20 | 113 | 24 | 60 | 75 | 62 |
| Binary | 11001100 | 10101100 | 110010 | 0 | 10000 | 1001011 | 10100 | 110000 | 111101 | 110010 |
Color Harmonies of #CCAC32
Complementary color
Monochromatic Colors of #CCAC32
Black with #CCAC32
Text Example
Text Example
White with #CCAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC32; }
p { color: rgb(204,172,50); }
H1.HeaderClassName
{
color: #CCAC32;
}
.AnyTagClassName
{
color: #CCAC32;
}
</style>
background-color css
<style>
a { background-color: #CCAC32; }
a { background-color: rgb(204,172,50); }
div.DivClassName
{
background-color: #CCAC32;
}
.BgClassName
{
background-color: #CCAC32;
}
</style>
border-color css
<style>
span { border-color: #CCAC32; }
span { border-color: rgb(204,172,50); }
td.TdClassName
{
border-color: #CCAC32;
}
.TagClassName
{
border-color: #CCAC32;
}
</style>