Shades of Metallic Gold #CCA737
Tints of Metallic Gold #CCA737
RGB
CMYK
RGB Variations
Color information
#CCA737 (or 0xCCA737) is known color: Metallic Gold. HEX triplet: CC, A7 and 37. RGB value is (204,167,55). Sum of RGB (Red+Green+Blue) = 204+167+55=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA737 is #3358C8. Grayscale: #A5A5A5. Windows color (decimal): -3365065 or 3647436. OLE color: 3647436.
HSL color Cylindrical-coordinate representation of color #CCA737: hue angle of 45.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCA737 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.2 |
| HSL | 45.1º | 0.59% | 0.51% | - |
| HSV(B) | 45.1º | 0.73% | 0.8% | - |
| XYZ | 39.41 | 40.75 | 9.4 | - |
| YUV | 165.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 55 | 0 | 0.18 | 0.73 | 0.2 | 45.1 | 0.59 | 0.51 |
| Hex | CC | A7 | 37 | 0 | 12 | 49 | 14 | 2D | 3B | 33 |
| Octal | 314 | 247 | 67 | 0 | 22 | 111 | 24 | 55 | 73 | 63 |
| Binary | 11001100 | 10100111 | 110111 | 0 | 10010 | 1001001 | 10100 | 101101 | 111011 | 110011 |
Color Harmonies of #CCA737
Complementary color
Monochromatic Colors of #CCA737
Black with #CCA737
Text Example
Text Example
White with #CCA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA737; }
p { color: rgb(204,167,55); }
H1.HeaderClassName
{
color: #CCA737;
}
.AnyTagClassName
{
color: #CCA737;
}
</style>
background-color css
<style>
a { background-color: #CCA737; }
a { background-color: rgb(204,167,55); }
div.DivClassName
{
background-color: #CCA737;
}
.BgClassName
{
background-color: #CCA737;
}
</style>
border-color css
<style>
span { border-color: #CCA737; }
span { border-color: rgb(204,167,55); }
td.TdClassName
{
border-color: #CCA737;
}
.TagClassName
{
border-color: #CCA737;
}
</style>