Shades of Metallic Gold #CAA63D
Tints of Metallic Gold #CAA63D
RGB
CMYK
RGB Variations
Color information
#CAA63D (or 0xCAA63D) is known color: Metallic Gold. HEX triplet: CA, A6 and 3D. RGB value is (202,166,61). Sum of RGB (Red+Green+Blue) = 202+166+61=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63D is #3559C2. Grayscale: #A5A5A5. Windows color (decimal): -3496387 or 4040394. OLE color: 4040394.
HSL color Cylindrical-coordinate representation of color #CAA63D: hue angle of 44.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA63D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 61 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.21 |
| HSL | 44.68º | 0.57% | 0.52% | - |
| HSV(B) | 44.68º | 0.7% | 0.79% | - |
| XYZ | 38.84 | 40.17 | 10.12 | - |
| YUV | 164.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 61 | 0 | 0.18 | 0.70 | 0.21 | 44.68 | 0.57 | 0.52 |
| Hex | CA | A6 | 3D | 0 | 12 | 46 | 15 | 2D | 39 | 34 |
| Octal | 312 | 246 | 75 | 0 | 22 | 106 | 25 | 55 | 71 | 64 |
| Binary | 11001010 | 10100110 | 111101 | 0 | 10010 | 1000110 | 10101 | 101101 | 111001 | 110100 |
Color Harmonies of #CAA63D
Complementary color
Monochromatic Colors of #CAA63D
Black with #CAA63D
Text Example
Text Example
White with #CAA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA63D; }
p { color: rgb(202,166,61); }
H1.HeaderClassName
{
color: #CAA63D;
}
.AnyTagClassName
{
color: #CAA63D;
}
</style>
background-color css
<style>
a { background-color: #CAA63D; }
a { background-color: rgb(202,166,61); }
div.DivClassName
{
background-color: #CAA63D;
}
.BgClassName
{
background-color: #CAA63D;
}
</style>
border-color css
<style>
span { border-color: #CAA63D; }
span { border-color: rgb(202,166,61); }
td.TdClassName
{
border-color: #CAA63D;
}
.TagClassName
{
border-color: #CAA63D;
}
</style>