Shades of Metallic Gold #CCA136
Tints of Metallic Gold #CCA136
RGB
CMYK
RGB Variations
Color information
#CCA136 (or 0xCCA136) is known color: Metallic Gold. HEX triplet: CC, A1 and 36. RGB value is (204,161,54). Sum of RGB (Red+Green+Blue) = 204+161+54=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA136 is #335EC9. Grayscale: #A2A2A2. Windows color (decimal): -3366602 or 3580364. OLE color: 3580364.
HSL color Cylindrical-coordinate representation of color #CCA136: hue angle of 42.8º 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 #CCA136 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 54 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.2 |
| HSL | 42.8º | 0.6% | 0.51% | - |
| HSV(B) | 42.8º | 0.74% | 0.8% | - |
| XYZ | 38.31 | 38.59 | 8.92 | - |
| YUV | 161.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 54 | 0 | 0.21 | 0.74 | 0.2 | 42.8 | 0.6 | 0.51 |
| Hex | CC | A1 | 36 | 0 | 15 | 4A | 14 | 2B | 3C | 33 |
| Octal | 314 | 241 | 66 | 0 | 25 | 112 | 24 | 53 | 74 | 63 |
| Binary | 11001100 | 10100001 | 110110 | 0 | 10101 | 1001010 | 10100 | 101011 | 111100 | 110011 |
Color Harmonies of #CCA136
Complementary color
Monochromatic Colors of #CCA136
Black with #CCA136
Text Example
Text Example
White with #CCA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA136; }
p { color: rgb(204,161,54); }
H1.HeaderClassName
{
color: #CCA136;
}
.AnyTagClassName
{
color: #CCA136;
}
</style>
background-color css
<style>
a { background-color: #CCA136; }
a { background-color: rgb(204,161,54); }
div.DivClassName
{
background-color: #CCA136;
}
.BgClassName
{
background-color: #CCA136;
}
</style>
border-color css
<style>
span { border-color: #CCA136; }
span { border-color: rgb(204,161,54); }
td.TdClassName
{
border-color: #CCA136;
}
.TagClassName
{
border-color: #CCA136;
}
</style>