Shades of Metallic Gold #CCA62D
Tints of Metallic Gold #CCA62D
RGB
CMYK
RGB Variations
Color information
#CCA62D (or 0xCCA62D) is known color: Metallic Gold. HEX triplet: CC, A6 and 2D. RGB value is (204,166,45). Sum of RGB (Red+Green+Blue) = 204+166+45=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA62D is #3359D2. Grayscale: #A4A4A4. Windows color (decimal): -3365331 or 2991820. OLE color: 2991820.
HSL color Cylindrical-coordinate representation of color #CCA62D: hue angle of 45.66º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA62D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.2 |
| HSL | 45.66º | 0.64% | 0.49% | - |
| HSV(B) | 45.66º | 0.78% | 0.8% | - |
| XYZ | 39.01 | 40.3 | 8.21 | - |
| YUV | 163.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 45 | 0 | 0.19 | 0.78 | 0.2 | 45.66 | 0.64 | 0.49 |
| Hex | CC | A6 | 2D | 0 | 13 | 4E | 14 | 2E | 40 | 31 |
| Octal | 314 | 246 | 55 | 0 | 23 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001100 | 10100110 | 101101 | 0 | 10011 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CCA62D
Complementary color
Monochromatic Colors of #CCA62D
Black with #CCA62D
Text Example
Text Example
White with #CCA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA62D; }
p { color: rgb(204,166,45); }
H1.HeaderClassName
{
color: #CCA62D;
}
.AnyTagClassName
{
color: #CCA62D;
}
</style>
background-color css
<style>
a { background-color: #CCA62D; }
a { background-color: rgb(204,166,45); }
div.DivClassName
{
background-color: #CCA62D;
}
.BgClassName
{
background-color: #CCA62D;
}
</style>
border-color css
<style>
span { border-color: #CCA62D; }
span { border-color: rgb(204,166,45); }
td.TdClassName
{
border-color: #CCA62D;
}
.TagClassName
{
border-color: #CCA62D;
}
</style>