Shades of Metallic Gold #CCA731
Tints of Metallic Gold #CCA731
RGB
CMYK
RGB Variations
Color information
#CCA731 (or 0xCCA731) is known color: Metallic Gold. HEX triplet: CC, A7 and 31. RGB value is (204,167,49). Sum of RGB (Red+Green+Blue) = 204+167+49=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA731 is #3358CE. Grayscale: #A5A5A5. Windows color (decimal): -3365071 or 3254220. OLE color: 3254220.
HSL color Cylindrical-coordinate representation of color #CCA731: hue angle of 45.68º 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 #CCA731 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.2 |
| HSL | 45.68º | 0.61% | 0.5% | - |
| HSV(B) | 45.68º | 0.76% | 0.8% | - |
| XYZ | 39.27 | 40.7 | 8.69 | - |
| YUV | 164.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 49 | 0 | 0.18 | 0.76 | 0.2 | 45.68 | 0.61 | 0.5 |
| Hex | CC | A7 | 31 | 0 | 12 | 4C | 14 | 2E | 3D | 32 |
| Octal | 314 | 247 | 61 | 0 | 22 | 114 | 24 | 56 | 75 | 62 |
| Binary | 11001100 | 10100111 | 110001 | 0 | 10010 | 1001100 | 10100 | 101110 | 111101 | 110010 |
Color Harmonies of #CCA731
Complementary color
Monochromatic Colors of #CCA731
Black with #CCA731
Text Example
Text Example
White with #CCA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA731; }
p { color: rgb(204,167,49); }
H1.HeaderClassName
{
color: #CCA731;
}
.AnyTagClassName
{
color: #CCA731;
}
</style>
background-color css
<style>
a { background-color: #CCA731; }
a { background-color: rgb(204,167,49); }
div.DivClassName
{
background-color: #CCA731;
}
.BgClassName
{
background-color: #CCA731;
}
</style>
border-color css
<style>
span { border-color: #CCA731; }
span { border-color: rgb(204,167,49); }
td.TdClassName
{
border-color: #CCA731;
}
.TagClassName
{
border-color: #CCA731;
}
</style>