Shades of Metallic Gold #CCA32F
Tints of Metallic Gold #CCA32F
RGB
CMYK
RGB Variations
Color information
#CCA32F (or 0xCCA32F) is known color: Metallic Gold. HEX triplet: CC, A3 and 2F. RGB value is (204,163,47). Sum of RGB (Red+Green+Blue) = 204+163+47=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA32F is #335CD0. Grayscale: #A2A2A2. Windows color (decimal): -3366097 or 3122124. OLE color: 3122124.
HSL color Cylindrical-coordinate representation of color #CCA32F: hue angle of 44.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCA32F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.2 |
| HSL | 44.33º | 0.63% | 0.49% | - |
| HSV(B) | 44.33º | 0.77% | 0.8% | - |
| XYZ | 38.51 | 39.24 | 8.23 | - |
| YUV | 162.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 47 | 0 | 0.20 | 0.77 | 0.2 | 44.33 | 0.63 | 0.49 |
| Hex | CC | A3 | 2F | 0 | 14 | 4D | 14 | 2C | 3F | 31 |
| Octal | 314 | 243 | 57 | 0 | 24 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001100 | 10100011 | 101111 | 0 | 10100 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CCA32F
Complementary color
Monochromatic Colors of #CCA32F
Black with #CCA32F
Text Example
Text Example
White with #CCA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA32F; }
p { color: rgb(204,163,47); }
H1.HeaderClassName
{
color: #CCA32F;
}
.AnyTagClassName
{
color: #CCA32F;
}
</style>
background-color css
<style>
a { background-color: #CCA32F; }
a { background-color: rgb(204,163,47); }
div.DivClassName
{
background-color: #CCA32F;
}
.BgClassName
{
background-color: #CCA32F;
}
</style>
border-color css
<style>
span { border-color: #CCA32F; }
span { border-color: rgb(204,163,47); }
td.TdClassName
{
border-color: #CCA32F;
}
.TagClassName
{
border-color: #CCA32F;
}
</style>