Shades of Metallic Gold #CCA436
Tints of Metallic Gold #CCA436
RGB
CMYK
RGB Variations
Color information
#CCA436 (or 0xCCA436) is known color: Metallic Gold. HEX triplet: CC, A4 and 36. RGB value is (204,164,54). Sum of RGB (Red+Green+Blue) = 204+164+54=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA436 is #335BC9. Grayscale: #A3A3A3. Windows color (decimal): -3365834 or 3581132. OLE color: 3581132.
HSL color Cylindrical-coordinate representation of color #CCA436: hue angle of 44º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCA436 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 54 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.2 |
| HSL | 44º | 0.6% | 0.51% | - |
| HSV(B) | 44º | 0.74% | 0.8% | - |
| XYZ | 38.84 | 39.65 | 9.1 | - |
| YUV | 163.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 54 | 0 | 0.20 | 0.74 | 0.2 | 44 | 0.6 | 0.51 |
| Hex | CC | A4 | 36 | 0 | 14 | 4A | 14 | 2C | 3C | 33 |
| Octal | 314 | 244 | 66 | 0 | 24 | 112 | 24 | 54 | 74 | 63 |
| Binary | 11001100 | 10100100 | 110110 | 0 | 10100 | 1001010 | 10100 | 101100 | 111100 | 110011 |
Color Harmonies of #CCA436
Complementary color
Monochromatic Colors of #CCA436
Black with #CCA436
Text Example
Text Example
White with #CCA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA436; }
p { color: rgb(204,164,54); }
H1.HeaderClassName
{
color: #CCA436;
}
.AnyTagClassName
{
color: #CCA436;
}
</style>
background-color css
<style>
a { background-color: #CCA436; }
a { background-color: rgb(204,164,54); }
div.DivClassName
{
background-color: #CCA436;
}
.BgClassName
{
background-color: #CCA436;
}
</style>
border-color css
<style>
span { border-color: #CCA436; }
span { border-color: rgb(204,164,54); }
td.TdClassName
{
border-color: #CCA436;
}
.TagClassName
{
border-color: #CCA436;
}
</style>