Shades of Metallic Gold #CAA536
Tints of Metallic Gold #CAA536
RGB
CMYK
RGB Variations
Color information
#CAA536 (or 0xCAA536) is known color: Metallic Gold. HEX triplet: CA, A5 and 36. RGB value is (202,165,54). Sum of RGB (Red+Green+Blue) = 202+165+54=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA536 is #355AC9. Grayscale: #A3A3A3. Windows color (decimal): -3496650 or 3581386. OLE color: 3581386.
HSL color Cylindrical-coordinate representation of color #CAA536: hue angle of 45º 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 #CAA536 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 54 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.21 |
| HSL | 45º | 0.58% | 0.5% | - |
| HSV(B) | 45º | 0.73% | 0.79% | - |
| XYZ | 38.48 | 39.73 | 9.13 | - |
| YUV | 163.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 54 | 0 | 0.18 | 0.73 | 0.21 | 45 | 0.58 | 0.5 |
| Hex | CA | A5 | 36 | 0 | 12 | 49 | 15 | 2D | 3A | 32 |
| Octal | 312 | 245 | 66 | 0 | 22 | 111 | 25 | 55 | 72 | 62 |
| Binary | 11001010 | 10100101 | 110110 | 0 | 10010 | 1001001 | 10101 | 101101 | 111010 | 110010 |
Color Harmonies of #CAA536
Complementary color
Monochromatic Colors of #CAA536
Black with #CAA536
Text Example
Text Example
White with #CAA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA536; }
p { color: rgb(202,165,54); }
H1.HeaderClassName
{
color: #CAA536;
}
.AnyTagClassName
{
color: #CAA536;
}
</style>
background-color css
<style>
a { background-color: #CAA536; }
a { background-color: rgb(202,165,54); }
div.DivClassName
{
background-color: #CAA536;
}
.BgClassName
{
background-color: #CAA536;
}
</style>
border-color css
<style>
span { border-color: #CAA536; }
span { border-color: rgb(202,165,54); }
td.TdClassName
{
border-color: #CAA536;
}
.TagClassName
{
border-color: #CAA536;
}
</style>