Shades of Metallic Gold #CAA33C
Tints of Metallic Gold #CAA33C
RGB
CMYK
RGB Variations
Color information
#CAA33C (or 0xCAA33C) is known color: Metallic Gold. HEX triplet: CA, A3 and 3C. RGB value is (202,163,60). Sum of RGB (Red+Green+Blue) = 202+163+60=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA33C is #355CC3. Grayscale: #A3A3A3. Windows color (decimal): -3497156 or 3974090. OLE color: 3974090.
HSL color Cylindrical-coordinate representation of color #CAA33C: hue angle of 43.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA33C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 60 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.21 |
| HSL | 43.52º | 0.57% | 0.51% | - |
| HSV(B) | 43.52º | 0.7% | 0.79% | - |
| XYZ | 38.27 | 39.08 | 9.8 | - |
| YUV | 162.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 60 | 0 | 0.19 | 0.70 | 0.21 | 43.52 | 0.57 | 0.51 |
| Hex | CA | A3 | 3C | 0 | 13 | 46 | 15 | 2C | 39 | 33 |
| Octal | 312 | 243 | 74 | 0 | 23 | 106 | 25 | 54 | 71 | 63 |
| Binary | 11001010 | 10100011 | 111100 | 0 | 10011 | 1000110 | 10101 | 101100 | 111001 | 110011 |
Color Harmonies of #CAA33C
Complementary color
Monochromatic Colors of #CAA33C
Black with #CAA33C
Text Example
Text Example
White with #CAA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA33C; }
p { color: rgb(202,163,60); }
H1.HeaderClassName
{
color: #CAA33C;
}
.AnyTagClassName
{
color: #CAA33C;
}
</style>
background-color css
<style>
a { background-color: #CAA33C; }
a { background-color: rgb(202,163,60); }
div.DivClassName
{
background-color: #CAA33C;
}
.BgClassName
{
background-color: #CAA33C;
}
</style>
border-color css
<style>
span { border-color: #CAA33C; }
span { border-color: rgb(202,163,60); }
td.TdClassName
{
border-color: #CAA33C;
}
.TagClassName
{
border-color: #CAA33C;
}
</style>