Shades of Metallic Gold #CAAA2D
Tints of Metallic Gold #CAAA2D
RGB
CMYK
RGB Variations
Color information
#CAAA2D (or 0xCAAA2D) is known color: Metallic Gold. HEX triplet: CA, AA and 2D. RGB value is (202,170,45). Sum of RGB (Red+Green+Blue) = 202+170+45=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA2D is #3555D2. Grayscale: #A5A5A5. Windows color (decimal): -3495379 or 2992842. OLE color: 2992842.
HSL color Cylindrical-coordinate representation of color #CAAA2D: hue angle of 47.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAAA2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.21 |
| HSL | 47.77º | 0.64% | 0.48% | - |
| HSV(B) | 47.77º | 0.78% | 0.79% | - |
| XYZ | 39.21 | 41.5 | 8.43 | - |
| YUV | 165.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 45 | 0 | 0.16 | 0.78 | 0.21 | 47.77 | 0.64 | 0.48 |
| Hex | CA | AA | 2D | 0 | 10 | 4E | 15 | 30 | 40 | 30 |
| Octal | 312 | 252 | 55 | 0 | 20 | 116 | 25 | 60 | 100 | 60 |
| Binary | 11001010 | 10101010 | 101101 | 0 | 10000 | 1001110 | 10101 | 110000 | 1000000 | 110000 |
Color Harmonies of #CAAA2D
Complementary color
Monochromatic Colors of #CAAA2D
Black with #CAAA2D
Text Example
Text Example
White with #CAAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAA2D; }
p { color: rgb(202,170,45); }
H1.HeaderClassName
{
color: #CAAA2D;
}
.AnyTagClassName
{
color: #CAAA2D;
}
</style>
background-color css
<style>
a { background-color: #CAAA2D; }
a { background-color: rgb(202,170,45); }
div.DivClassName
{
background-color: #CAAA2D;
}
.BgClassName
{
background-color: #CAAA2D;
}
</style>
border-color css
<style>
span { border-color: #CAAA2D; }
span { border-color: rgb(202,170,45); }
td.TdClassName
{
border-color: #CAAA2D;
}
.TagClassName
{
border-color: #CAAA2D;
}
</style>