Shades of Metallic Gold #CCA635
Tints of Metallic Gold #CCA635
RGB
CMYK
RGB Variations
Color information
#CCA635 (or 0xCCA635) is known color: Metallic Gold. HEX triplet: CC, A6 and 35. RGB value is (204,166,53). Sum of RGB (Red+Green+Blue) = 204+166+53=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA635 is #3359CA. Grayscale: #A4A4A4. Windows color (decimal): -3365323 or 3516108. OLE color: 3516108.
HSL color Cylindrical-coordinate representation of color #CCA635: hue angle of 44.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCA635 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 53 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.2 |
| HSL | 44.9º | 0.6% | 0.5% | - |
| HSV(B) | 44.9º | 0.74% | 0.8% | - |
| XYZ | 39.18 | 40.37 | 9.09 | - |
| YUV | 164.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 53 | 0 | 0.19 | 0.74 | 0.2 | 44.9 | 0.6 | 0.5 |
| Hex | CC | A6 | 35 | 0 | 13 | 4A | 14 | 2D | 3C | 32 |
| Octal | 314 | 246 | 65 | 0 | 23 | 112 | 24 | 55 | 74 | 62 |
| Binary | 11001100 | 10100110 | 110101 | 0 | 10011 | 1001010 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CCA635
Complementary color
Monochromatic Colors of #CCA635
Black with #CCA635
Text Example
Text Example
White with #CCA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA635; }
p { color: rgb(204,166,53); }
H1.HeaderClassName
{
color: #CCA635;
}
.AnyTagClassName
{
color: #CCA635;
}
</style>
background-color css
<style>
a { background-color: #CCA635; }
a { background-color: rgb(204,166,53); }
div.DivClassName
{
background-color: #CCA635;
}
.BgClassName
{
background-color: #CCA635;
}
</style>
border-color css
<style>
span { border-color: #CCA635; }
span { border-color: rgb(204,166,53); }
td.TdClassName
{
border-color: #CCA635;
}
.TagClassName
{
border-color: #CCA635;
}
</style>