Shades of Metallic Gold #CCA631
Tints of Metallic Gold #CCA631
RGB
CMYK
RGB Variations
Color information
#CCA631 (or 0xCCA631) is known color: Metallic Gold. HEX triplet: CC, A6 and 31. RGB value is (204,166,49). Sum of RGB (Red+Green+Blue) = 204+166+49=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA631 is #3359CE. Grayscale: #A4A4A4. Windows color (decimal): -3365327 or 3253964. OLE color: 3253964.
HSL color Cylindrical-coordinate representation of color #CCA631: hue angle of 45.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCA631 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 49 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.2 |
| HSL | 45.29º | 0.61% | 0.5% | - |
| HSV(B) | 45.29º | 0.76% | 0.8% | - |
| XYZ | 39.09 | 40.33 | 8.63 | - |
| YUV | 164.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 49 | 0 | 0.19 | 0.76 | 0.2 | 45.29 | 0.61 | 0.5 |
| Hex | CC | A6 | 31 | 0 | 13 | 4C | 14 | 2D | 3D | 32 |
| Octal | 314 | 246 | 61 | 0 | 23 | 114 | 24 | 55 | 75 | 62 |
| Binary | 11001100 | 10100110 | 110001 | 0 | 10011 | 1001100 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CCA631
Complementary color
Monochromatic Colors of #CCA631
Black with #CCA631
Text Example
Text Example
White with #CCA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA631; }
p { color: rgb(204,166,49); }
H1.HeaderClassName
{
color: #CCA631;
}
.AnyTagClassName
{
color: #CCA631;
}
</style>
background-color css
<style>
a { background-color: #CCA631; }
a { background-color: rgb(204,166,49); }
div.DivClassName
{
background-color: #CCA631;
}
.BgClassName
{
background-color: #CCA631;
}
</style>
border-color css
<style>
span { border-color: #CCA631; }
span { border-color: rgb(204,166,49); }
td.TdClassName
{
border-color: #CCA631;
}
.TagClassName
{
border-color: #CCA631;
}
</style>