Shades of Metallic Gold #CAA534
Tints of Metallic Gold #CAA534
RGB
CMYK
RGB Variations
Color information
#CAA534 (or 0xCAA534) is known color: Metallic Gold. HEX triplet: CA, A5 and 34. RGB value is (202,165,52). Sum of RGB (Red+Green+Blue) = 202+165+52=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA534 is #355ACB. Grayscale: #A3A3A3. Windows color (decimal): -3496652 or 3450314. OLE color: 3450314.
HSL color Cylindrical-coordinate representation of color #CAA534: hue angle of 45.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAA534 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 52 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.21 |
| HSL | 45.2º | 0.59% | 0.5% | - |
| HSV(B) | 45.2º | 0.74% | 0.79% | - |
| XYZ | 38.43 | 39.71 | 8.89 | - |
| YUV | 163.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 52 | 0 | 0.18 | 0.74 | 0.21 | 45.2 | 0.59 | 0.5 |
| Hex | CA | A5 | 34 | 0 | 12 | 4A | 15 | 2D | 3B | 32 |
| Octal | 312 | 245 | 64 | 0 | 22 | 112 | 25 | 55 | 73 | 62 |
| Binary | 11001010 | 10100101 | 110100 | 0 | 10010 | 1001010 | 10101 | 101101 | 111011 | 110010 |
Color Harmonies of #CAA534
Complementary color
Monochromatic Colors of #CAA534
Black with #CAA534
Text Example
Text Example
White with #CAA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA534; }
p { color: rgb(202,165,52); }
H1.HeaderClassName
{
color: #CAA534;
}
.AnyTagClassName
{
color: #CAA534;
}
</style>
background-color css
<style>
a { background-color: #CAA534; }
a { background-color: rgb(202,165,52); }
div.DivClassName
{
background-color: #CAA534;
}
.BgClassName
{
background-color: #CAA534;
}
</style>
border-color css
<style>
span { border-color: #CAA534; }
span { border-color: rgb(202,165,52); }
td.TdClassName
{
border-color: #CAA534;
}
.TagClassName
{
border-color: #CAA534;
}
</style>