Shades of Metallic Gold #CCA836
Tints of Metallic Gold #CCA836
RGB
CMYK
RGB Variations
Color information
#CCA836 (or 0xCCA836) is known color: Metallic Gold. HEX triplet: CC, A8 and 36. RGB value is (204,168,54). Sum of RGB (Red+Green+Blue) = 204+168+54=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA836 is #3357C9. Grayscale: #A6A6A6. Windows color (decimal): -3364810 or 3582156. OLE color: 3582156.
HSL color Cylindrical-coordinate representation of color #CCA836: hue angle of 45.6º 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 #CCA836 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 54 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.2 |
| HSL | 45.6º | 0.6% | 0.51% | - |
| HSV(B) | 45.6º | 0.74% | 0.8% | - |
| XYZ | 39.57 | 41.11 | 9.34 | - |
| YUV | 165.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 54 | 0 | 0.18 | 0.74 | 0.2 | 45.6 | 0.6 | 0.51 |
| Hex | CC | A8 | 36 | 0 | 12 | 4A | 14 | 2E | 3C | 33 |
| Octal | 314 | 250 | 66 | 0 | 22 | 112 | 24 | 56 | 74 | 63 |
| Binary | 11001100 | 10101000 | 110110 | 0 | 10010 | 1001010 | 10100 | 101110 | 111100 | 110011 |
Color Harmonies of #CCA836
Complementary color
Monochromatic Colors of #CCA836
Black with #CCA836
Text Example
Text Example
White with #CCA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA836; }
p { color: rgb(204,168,54); }
H1.HeaderClassName
{
color: #CCA836;
}
.AnyTagClassName
{
color: #CCA836;
}
</style>
background-color css
<style>
a { background-color: #CCA836; }
a { background-color: rgb(204,168,54); }
div.DivClassName
{
background-color: #CCA836;
}
.BgClassName
{
background-color: #CCA836;
}
</style>
border-color css
<style>
span { border-color: #CCA836; }
span { border-color: rgb(204,168,54); }
td.TdClassName
{
border-color: #CCA836;
}
.TagClassName
{
border-color: #CCA836;
}
</style>