Shades of Metallic Gold #CAA637
Tints of Metallic Gold #CAA637
RGB
CMYK
RGB Variations
Color information
#CAA637 (or 0xCAA637) is known color: Metallic Gold. HEX triplet: CA, A6 and 37. RGB value is (202,166,55). Sum of RGB (Red+Green+Blue) = 202+166+55=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA637 is #3559C8. Grayscale: #A4A4A4. Windows color (decimal): -3496393 or 3647178. OLE color: 3647178.
HSL color Cylindrical-coordinate representation of color #CAA637: hue angle of 45.31º 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 #CAA637 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.21 |
| HSL | 45.31º | 0.58% | 0.5% | - |
| HSV(B) | 45.31º | 0.73% | 0.79% | - |
| XYZ | 38.68 | 40.1 | 9.32 | - |
| YUV | 164.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 55 | 0 | 0.18 | 0.73 | 0.21 | 45.31 | 0.58 | 0.5 |
| Hex | CA | A6 | 37 | 0 | 12 | 49 | 15 | 2D | 3A | 32 |
| Octal | 312 | 246 | 67 | 0 | 22 | 111 | 25 | 55 | 72 | 62 |
| Binary | 11001010 | 10100110 | 110111 | 0 | 10010 | 1001001 | 10101 | 101101 | 111010 | 110010 |
Color Harmonies of #CAA637
Complementary color
Monochromatic Colors of #CAA637
Black with #CAA637
Text Example
Text Example
White with #CAA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA637; }
p { color: rgb(202,166,55); }
H1.HeaderClassName
{
color: #CAA637;
}
.AnyTagClassName
{
color: #CAA637;
}
</style>
background-color css
<style>
a { background-color: #CAA637; }
a { background-color: rgb(202,166,55); }
div.DivClassName
{
background-color: #CAA637;
}
.BgClassName
{
background-color: #CAA637;
}
</style>
border-color css
<style>
span { border-color: #CAA637; }
span { border-color: rgb(202,166,55); }
td.TdClassName
{
border-color: #CAA637;
}
.TagClassName
{
border-color: #CAA637;
}
</style>