Shades of Metallic Gold #CCA534
Tints of Metallic Gold #CCA534
RGB
CMYK
RGB Variations
Color information
#CCA534 (or 0xCCA534) is known color: Metallic Gold. HEX triplet: CC, A5 and 34. RGB value is (204,165,52). Sum of RGB (Red+Green+Blue) = 204+165+52=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA534 is #335ACB. Grayscale: #A4A4A4. Windows color (decimal): -3365580 or 3450316. OLE color: 3450316.
HSL color Cylindrical-coordinate representation of color #CCA534: hue angle of 44.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCA534 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 52 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.2 |
| HSL | 44.61º | 0.6% | 0.5% | - |
| HSV(B) | 44.61º | 0.75% | 0.8% | - |
| XYZ | 38.98 | 40 | 8.91 | - |
| YUV | 163.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 52 | 0 | 0.19 | 0.75 | 0.2 | 44.61 | 0.6 | 0.5 |
| Hex | CC | A5 | 34 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 314 | 245 | 64 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001100 | 10100101 | 110100 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CCA534
Complementary color
Monochromatic Colors of #CCA534
Black with #CCA534
Text Example
Text Example
White with #CCA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA534; }
p { color: rgb(204,165,52); }
H1.HeaderClassName
{
color: #CCA534;
}
.AnyTagClassName
{
color: #CCA534;
}
</style>
background-color css
<style>
a { background-color: #CCA534; }
a { background-color: rgb(204,165,52); }
div.DivClassName
{
background-color: #CCA534;
}
.BgClassName
{
background-color: #CCA534;
}
</style>
border-color css
<style>
span { border-color: #CCA534; }
span { border-color: rgb(204,165,52); }
td.TdClassName
{
border-color: #CCA534;
}
.TagClassName
{
border-color: #CCA534;
}
</style>