Shades of Metallic Gold #CCA42E
Tints of Metallic Gold #CCA42E
RGB
CMYK
RGB Variations
Color information
#CCA42E (or 0xCCA42E) is known color: Metallic Gold. HEX triplet: CC, A4 and 2E. RGB value is (204,164,46). Sum of RGB (Red+Green+Blue) = 204+164+46=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42E is #335BD1. Grayscale: #A3A3A3. Windows color (decimal): -3365842 or 3056844. OLE color: 3056844.
HSL color Cylindrical-coordinate representation of color #CCA42E: hue angle of 44.81º 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 #CCA42E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 46 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.2 |
| HSL | 44.81º | 0.63% | 0.49% | - |
| HSV(B) | 44.81º | 0.77% | 0.8% | - |
| XYZ | 38.67 | 39.59 | 8.19 | - |
| YUV | 162.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 46 | 0 | 0.20 | 0.77 | 0.2 | 44.81 | 0.63 | 0.49 |
| Hex | CC | A4 | 2E | 0 | 14 | 4D | 14 | 2D | 3F | 31 |
| Octal | 314 | 244 | 56 | 0 | 24 | 115 | 24 | 55 | 77 | 61 |
| Binary | 11001100 | 10100100 | 101110 | 0 | 10100 | 1001101 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CCA42E
Complementary color
Monochromatic Colors of #CCA42E
Black with #CCA42E
Text Example
Text Example
White with #CCA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA42E; }
p { color: rgb(204,164,46); }
H1.HeaderClassName
{
color: #CCA42E;
}
.AnyTagClassName
{
color: #CCA42E;
}
</style>
background-color css
<style>
a { background-color: #CCA42E; }
a { background-color: rgb(204,164,46); }
div.DivClassName
{
background-color: #CCA42E;
}
.BgClassName
{
background-color: #CCA42E;
}
</style>
border-color css
<style>
span { border-color: #CCA42E; }
span { border-color: rgb(204,164,46); }
td.TdClassName
{
border-color: #CCA42E;
}
.TagClassName
{
border-color: #CCA42E;
}
</style>