Shades of Metallic Gold #D5A43E
Tints of Metallic Gold #D5A43E
RGB
CMYK
RGB Variations
Color information
#D5A43E (or 0xD5A43E) is known color: Metallic Gold. HEX triplet: D5, A4 and 3E. RGB value is (213,164,62). Sum of RGB (Red+Green+Blue) = 213+164+62=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A43E is #2A5BC1. Grayscale: #A7A7A7. Windows color (decimal): -2776002 or 4105429. OLE color: 4105429.
HSL color Cylindrical-coordinate representation of color #D5A43E: hue angle of 40.53º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5A43E is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 62 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.16 |
| HSL | 40.53º | 0.64% | 0.54% | - |
| HSV(B) | 40.53º | 0.71% | 0.84% | - |
| XYZ | 41.59 | 41.04 | 10.29 | - |
| YUV | 167.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 62 | 0 | 0.23 | 0.71 | 0.16 | 40.53 | 0.64 | 0.54 |
| Hex | D5 | A4 | 3E | 0 | 17 | 47 | 10 | 29 | 40 | 36 |
| Octal | 325 | 244 | 76 | 0 | 27 | 107 | 20 | 51 | 100 | 66 |
| Binary | 11010101 | 10100100 | 111110 | 0 | 10111 | 1000111 | 10000 | 101001 | 1000000 | 110110 |
Color Harmonies of #D5A43E
Complementary color
Monochromatic Colors of #D5A43E
Black with #D5A43E
Text Example
Text Example
White with #D5A43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A43E; }
p { color: rgb(213,164,62); }
H1.HeaderClassName
{
color: #D5A43E;
}
.AnyTagClassName
{
color: #D5A43E;
}
</style>
background-color css
<style>
a { background-color: #D5A43E; }
a { background-color: rgb(213,164,62); }
div.DivClassName
{
background-color: #D5A43E;
}
.BgClassName
{
background-color: #D5A43E;
}
</style>
border-color css
<style>
span { border-color: #D5A43E; }
span { border-color: rgb(213,164,62); }
td.TdClassName
{
border-color: #D5A43E;
}
.TagClassName
{
border-color: #D5A43E;
}
</style>