Shades of Metallic Gold #CAA330
Tints of Metallic Gold #CAA330
RGB
CMYK
RGB Variations
Color information
#CAA330 (or 0xCAA330) is known color: Metallic Gold. HEX triplet: CA, A3 and 30. RGB value is (202,163,48). Sum of RGB (Red+Green+Blue) = 202+163+48=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA330 is #355CCF. Grayscale: #A2A2A2. Windows color (decimal): -3497168 or 3187658. OLE color: 3187658.
HSL color Cylindrical-coordinate representation of color #CAA330: hue angle of 44.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAA330 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 48 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.21 |
| HSL | 44.81º | 0.62% | 0.49% | - |
| HSV(B) | 44.81º | 0.76% | 0.79% | - |
| XYZ | 37.99 | 38.96 | 8.32 | - |
| YUV | 161.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 48 | 0 | 0.19 | 0.76 | 0.21 | 44.81 | 0.62 | 0.49 |
| Hex | CA | A3 | 30 | 0 | 13 | 4C | 15 | 2D | 3E | 31 |
| Octal | 312 | 243 | 60 | 0 | 23 | 114 | 25 | 55 | 76 | 61 |
| Binary | 11001010 | 10100011 | 110000 | 0 | 10011 | 1001100 | 10101 | 101101 | 111110 | 110001 |
Color Harmonies of #CAA330
Complementary color
Monochromatic Colors of #CAA330
Black with #CAA330
Text Example
Text Example
White with #CAA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA330; }
p { color: rgb(202,163,48); }
H1.HeaderClassName
{
color: #CAA330;
}
.AnyTagClassName
{
color: #CAA330;
}
</style>
background-color css
<style>
a { background-color: #CAA330; }
a { background-color: rgb(202,163,48); }
div.DivClassName
{
background-color: #CAA330;
}
.BgClassName
{
background-color: #CAA330;
}
</style>
border-color css
<style>
span { border-color: #CAA330; }
span { border-color: rgb(202,163,48); }
td.TdClassName
{
border-color: #CAA330;
}
.TagClassName
{
border-color: #CAA330;
}
</style>