Shades of Metallic Gold #D5A239
Tints of Metallic Gold #D5A239
RGB
CMYK
RGB Variations
Color information
#D5A239 (or 0xD5A239) is known color: Metallic Gold. HEX triplet: D5, A2 and 39. RGB value is (213,162,57). Sum of RGB (Red+Green+Blue) = 213+162+57=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A239 is #2A5DC6. Grayscale: #A5A5A5. Windows color (decimal): -2776519 or 3777237. OLE color: 3777237.
HSL color Cylindrical-coordinate representation of color #D5A239: hue angle of 40.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5A239 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 57 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.16 |
| HSL | 40.38º | 0.65% | 0.53% | - |
| HSV(B) | 40.38º | 0.73% | 0.84% | - |
| XYZ | 41.1 | 40.28 | 9.48 | - |
| YUV | 165.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 57 | 0 | 0.24 | 0.73 | 0.16 | 40.38 | 0.65 | 0.53 |
| Hex | D5 | A2 | 39 | 0 | 18 | 49 | 10 | 28 | 41 | 35 |
| Octal | 325 | 242 | 71 | 0 | 30 | 111 | 20 | 50 | 101 | 65 |
| Binary | 11010101 | 10100010 | 111001 | 0 | 11000 | 1001001 | 10000 | 101000 | 1000001 | 110101 |
Color Harmonies of #D5A239
Complementary color
Monochromatic Colors of #D5A239
Black with #D5A239
Text Example
Text Example
White with #D5A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A239; }
p { color: rgb(213,162,57); }
H1.HeaderClassName
{
color: #D5A239;
}
.AnyTagClassName
{
color: #D5A239;
}
</style>
background-color css
<style>
a { background-color: #D5A239; }
a { background-color: rgb(213,162,57); }
div.DivClassName
{
background-color: #D5A239;
}
.BgClassName
{
background-color: #D5A239;
}
</style>
border-color css
<style>
span { border-color: #D5A239; }
span { border-color: rgb(213,162,57); }
td.TdClassName
{
border-color: #D5A239;
}
.TagClassName
{
border-color: #D5A239;
}
</style>