Shades of Metallic Gold #CAA233
Tints of Metallic Gold #CAA233
RGB
CMYK
RGB Variations
Color information
#CAA233 (or 0xCAA233) is known color: Metallic Gold. HEX triplet: CA, A2 and 33. RGB value is (202,162,51). Sum of RGB (Red+Green+Blue) = 202+162+51=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA233 is #355DCC. Grayscale: #A1A1A1. Windows color (decimal): -3497421 or 3384010. OLE color: 3384010.
HSL color Cylindrical-coordinate representation of color #CAA233: hue angle of 44.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAA233 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 51 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.21 |
| HSL | 44.11º | 0.6% | 0.5% | - |
| HSV(B) | 44.11º | 0.75% | 0.79% | - |
| XYZ | 37.88 | 38.64 | 8.59 | - |
| YUV | 161.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 51 | 0 | 0.20 | 0.75 | 0.21 | 44.11 | 0.6 | 0.5 |
| Hex | CA | A2 | 33 | 0 | 14 | 4B | 15 | 2C | 3C | 32 |
| Octal | 312 | 242 | 63 | 0 | 24 | 113 | 25 | 54 | 74 | 62 |
| Binary | 11001010 | 10100010 | 110011 | 0 | 10100 | 1001011 | 10101 | 101100 | 111100 | 110010 |
Color Harmonies of #CAA233
Complementary color
Monochromatic Colors of #CAA233
Black with #CAA233
Text Example
Text Example
White with #CAA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA233; }
p { color: rgb(202,162,51); }
H1.HeaderClassName
{
color: #CAA233;
}
.AnyTagClassName
{
color: #CAA233;
}
</style>
background-color css
<style>
a { background-color: #CAA233; }
a { background-color: rgb(202,162,51); }
div.DivClassName
{
background-color: #CAA233;
}
.BgClassName
{
background-color: #CAA233;
}
</style>
border-color css
<style>
span { border-color: #CAA233; }
span { border-color: rgb(202,162,51); }
td.TdClassName
{
border-color: #CAA233;
}
.TagClassName
{
border-color: #CAA233;
}
</style>