Shades of Metallic Gold #CAA436
Tints of Metallic Gold #CAA436
RGB
CMYK
RGB Variations
Color information
#CAA436 (or 0xCAA436) is known color: Metallic Gold. HEX triplet: CA, A4 and 36. RGB value is (202,164,54). Sum of RGB (Red+Green+Blue) = 202+164+54=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA436 is #355BC9. Grayscale: #A3A3A3. Windows color (decimal): -3496906 or 3581130. OLE color: 3581130.
HSL color Cylindrical-coordinate representation of color #CAA436: hue angle of 44.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAA436 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 54 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.21 |
| HSL | 44.59º | 0.58% | 0.5% | - |
| HSV(B) | 44.59º | 0.73% | 0.79% | - |
| XYZ | 38.3 | 39.37 | 9.07 | - |
| YUV | 162.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 54 | 0 | 0.19 | 0.73 | 0.21 | 44.59 | 0.58 | 0.5 |
| Hex | CA | A4 | 36 | 0 | 13 | 49 | 15 | 2D | 3A | 32 |
| Octal | 312 | 244 | 66 | 0 | 23 | 111 | 25 | 55 | 72 | 62 |
| Binary | 11001010 | 10100100 | 110110 | 0 | 10011 | 1001001 | 10101 | 101101 | 111010 | 110010 |
Color Harmonies of #CAA436
Complementary color
Monochromatic Colors of #CAA436
Black with #CAA436
Text Example
Text Example
White with #CAA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA436; }
p { color: rgb(202,164,54); }
H1.HeaderClassName
{
color: #CAA436;
}
.AnyTagClassName
{
color: #CAA436;
}
</style>
background-color css
<style>
a { background-color: #CAA436; }
a { background-color: rgb(202,164,54); }
div.DivClassName
{
background-color: #CAA436;
}
.BgClassName
{
background-color: #CAA436;
}
</style>
border-color css
<style>
span { border-color: #CAA436; }
span { border-color: rgb(202,164,54); }
td.TdClassName
{
border-color: #CAA436;
}
.TagClassName
{
border-color: #CAA436;
}
</style>