Shades of Metallic Gold #CAA63F
Tints of Metallic Gold #CAA63F
RGB
CMYK
RGB Variations
Color information
#CAA63F (or 0xCAA63F) is known color: Metallic Gold. HEX triplet: CA, A6 and 3F. RGB value is (202,166,63). Sum of RGB (Red+Green+Blue) = 202+166+63=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63F is #3559C0. Grayscale: #A5A5A5. Windows color (decimal): -3496385 or 4171466. OLE color: 4171466.
HSL color Cylindrical-coordinate representation of color #CAA63F: hue angle of 44.46º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAA63F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 63 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.21 |
| HSL | 44.46º | 0.57% | 0.52% | - |
| HSV(B) | 44.46º | 0.69% | 0.79% | - |
| XYZ | 38.89 | 40.19 | 10.41 | - |
| YUV | 165.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 63 | 0 | 0.18 | 0.69 | 0.21 | 44.46 | 0.57 | 0.52 |
| Hex | CA | A6 | 3F | 0 | 12 | 45 | 15 | 2C | 39 | 34 |
| Octal | 312 | 246 | 77 | 0 | 22 | 105 | 25 | 54 | 71 | 64 |
| Binary | 11001010 | 10100110 | 111111 | 0 | 10010 | 1000101 | 10101 | 101100 | 111001 | 110100 |
Color Harmonies of #CAA63F
Complementary color
Monochromatic Colors of #CAA63F
Black with #CAA63F
Text Example
Text Example
White with #CAA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA63F; }
p { color: rgb(202,166,63); }
H1.HeaderClassName
{
color: #CAA63F;
}
.AnyTagClassName
{
color: #CAA63F;
}
</style>
background-color css
<style>
a { background-color: #CAA63F; }
a { background-color: rgb(202,166,63); }
div.DivClassName
{
background-color: #CAA63F;
}
.BgClassName
{
background-color: #CAA63F;
}
</style>
border-color css
<style>
span { border-color: #CAA63F; }
span { border-color: rgb(202,166,63); }
td.TdClassName
{
border-color: #CAA63F;
}
.TagClassName
{
border-color: #CAA63F;
}
</style>