Shades of Metallic Gold #D5A839
Tints of Metallic Gold #D5A839
RGB
CMYK
RGB Variations
Color information
#D5A839 (or 0xD5A839) is known color: Metallic Gold. HEX triplet: D5, A8 and 39. RGB value is (213,168,57). Sum of RGB (Red+Green+Blue) = 213+168+57=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A839 is #2A57C6. Grayscale: #A9A9A9. Windows color (decimal): -2774983 or 3778773. OLE color: 3778773.
HSL color Cylindrical-coordinate representation of color #D5A839: hue angle of 42.69º 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 #D5A839 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 57 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.16 |
| HSL | 42.69º | 0.65% | 0.53% | - |
| HSV(B) | 42.69º | 0.73% | 0.84% | - |
| XYZ | 42.18 | 42.45 | 9.84 | - |
| YUV | 168.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 57 | 0 | 0.21 | 0.73 | 0.16 | 42.69 | 0.65 | 0.53 |
| Hex | D5 | A8 | 39 | 0 | 15 | 49 | 10 | 2B | 41 | 35 |
| Octal | 325 | 250 | 71 | 0 | 25 | 111 | 20 | 53 | 101 | 65 |
| Binary | 11010101 | 10101000 | 111001 | 0 | 10101 | 1001001 | 10000 | 101011 | 1000001 | 110101 |
Color Harmonies of #D5A839
Complementary color
Monochromatic Colors of #D5A839
Black with #D5A839
Text Example
Text Example
White with #D5A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A839; }
p { color: rgb(213,168,57); }
H1.HeaderClassName
{
color: #D5A839;
}
.AnyTagClassName
{
color: #D5A839;
}
</style>
background-color css
<style>
a { background-color: #D5A839; }
a { background-color: rgb(213,168,57); }
div.DivClassName
{
background-color: #D5A839;
}
.BgClassName
{
background-color: #D5A839;
}
</style>
border-color css
<style>
span { border-color: #D5A839; }
span { border-color: rgb(213,168,57); }
td.TdClassName
{
border-color: #D5A839;
}
.TagClassName
{
border-color: #D5A839;
}
</style>