Shades of Metallic Gold #CCA539
Tints of Metallic Gold #CCA539
RGB
CMYK
RGB Variations
Color information
#CCA539 (or 0xCCA539) is known color: Metallic Gold. HEX triplet: CC, A5 and 39. RGB value is (204,165,57). Sum of RGB (Red+Green+Blue) = 204+165+57=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA539 is #335AC6. Grayscale: #A4A4A4. Windows color (decimal): -3365575 or 3777996. OLE color: 3777996.
HSL color Cylindrical-coordinate representation of color #CCA539: hue angle of 44.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCA539 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 57 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.2 |
| HSL | 44.08º | 0.59% | 0.51% | - |
| HSV(B) | 44.08º | 0.72% | 0.8% | - |
| XYZ | 39.1 | 40.04 | 9.54 | - |
| YUV | 164.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 57 | 0 | 0.19 | 0.72 | 0.2 | 44.08 | 0.59 | 0.51 |
| Hex | CC | A5 | 39 | 0 | 13 | 48 | 14 | 2C | 3B | 33 |
| Octal | 314 | 245 | 71 | 0 | 23 | 110 | 24 | 54 | 73 | 63 |
| Binary | 11001100 | 10100101 | 111001 | 0 | 10011 | 1001000 | 10100 | 101100 | 111011 | 110011 |
Color Harmonies of #CCA539
Complementary color
Monochromatic Colors of #CCA539
Black with #CCA539
Text Example
Text Example
White with #CCA539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA539; }
p { color: rgb(204,165,57); }
H1.HeaderClassName
{
color: #CCA539;
}
.AnyTagClassName
{
color: #CCA539;
}
</style>
background-color css
<style>
a { background-color: #CCA539; }
a { background-color: rgb(204,165,57); }
div.DivClassName
{
background-color: #CCA539;
}
.BgClassName
{
background-color: #CCA539;
}
</style>
border-color css
<style>
span { border-color: #CCA539; }
span { border-color: rgb(204,165,57); }
td.TdClassName
{
border-color: #CCA539;
}
.TagClassName
{
border-color: #CCA539;
}
</style>