Shades of Metallic Gold #CA9F34
Tints of Metallic Gold #CA9F34
RGB
CMYK
RGB Variations
Color information
#CA9F34 (or 0xCA9F34) is known color: Metallic Gold. HEX triplet: CA, 9F and 34. RGB value is (202,159,52). Sum of RGB (Red+Green+Blue) = 202+159+52=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F34 is #3560CB. Grayscale: #A0A0A0. Windows color (decimal): -3498188 or 3448778. OLE color: 3448778.
HSL color Cylindrical-coordinate representation of color #CA9F34: hue angle of 42.8º 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 #CA9F34 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 52 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.21 |
| HSL | 42.8º | 0.59% | 0.5% | - |
| HSV(B) | 42.8º | 0.74% | 0.79% | - |
| XYZ | 37.38 | 37.6 | 8.54 | - |
| YUV | 159.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 52 | 0 | 0.21 | 0.74 | 0.21 | 42.8 | 0.59 | 0.5 |
| Hex | CA | 9F | 34 | 0 | 15 | 4A | 15 | 2B | 3B | 32 |
| Octal | 312 | 237 | 64 | 0 | 25 | 112 | 25 | 53 | 73 | 62 |
| Binary | 11001010 | 10011111 | 110100 | 0 | 10101 | 1001010 | 10101 | 101011 | 111011 | 110010 |
Color Harmonies of #CA9F34
Complementary color
Monochromatic Colors of #CA9F34
Black with #CA9F34
Text Example
Text Example
White with #CA9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F34; }
p { color: rgb(202,159,52); }
H1.HeaderClassName
{
color: #CA9F34;
}
.AnyTagClassName
{
color: #CA9F34;
}
</style>
background-color css
<style>
a { background-color: #CA9F34; }
a { background-color: rgb(202,159,52); }
div.DivClassName
{
background-color: #CA9F34;
}
.BgClassName
{
background-color: #CA9F34;
}
</style>
border-color css
<style>
span { border-color: #CA9F34; }
span { border-color: rgb(202,159,52); }
td.TdClassName
{
border-color: #CA9F34;
}
.TagClassName
{
border-color: #CA9F34;
}
</style>