Shades of Metallic Gold #D5A843
Tints of Metallic Gold #D5A843
RGB
CMYK
RGB Variations
Color information
#D5A843 (or 0xD5A843) is known color: Metallic Gold. HEX triplet: D5, A8 and 43. RGB value is (213,168,67). Sum of RGB (Red+Green+Blue) = 213+168+67=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A843 is #2A57BC. Grayscale: #AAAAAA. Windows color (decimal): -2774973 or 4434133. OLE color: 4434133.
HSL color Cylindrical-coordinate representation of color #D5A843: hue angle of 41.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5A843 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 67 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.16 |
| HSL | 41.51º | 0.63% | 0.55% | - |
| HSV(B) | 41.51º | 0.69% | 0.84% | - |
| XYZ | 42.46 | 42.56 | 11.29 | - |
| YUV | 169.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 67 | 0 | 0.21 | 0.69 | 0.16 | 41.51 | 0.63 | 0.55 |
| Hex | D5 | A8 | 43 | 0 | 15 | 45 | 10 | 2A | 3F | 37 |
| Octal | 325 | 250 | 103 | 0 | 25 | 105 | 20 | 52 | 77 | 67 |
| Binary | 11010101 | 10101000 | 1000011 | 0 | 10101 | 1000101 | 10000 | 101010 | 111111 | 110111 |
Color Harmonies of #D5A843
Complementary color
Monochromatic Colors of #D5A843
Black with #D5A843
Text Example
Text Example
White with #D5A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A843; }
p { color: rgb(213,168,67); }
H1.HeaderClassName
{
color: #D5A843;
}
.AnyTagClassName
{
color: #D5A843;
}
</style>
background-color css
<style>
a { background-color: #D5A843; }
a { background-color: rgb(213,168,67); }
div.DivClassName
{
background-color: #D5A843;
}
.BgClassName
{
background-color: #D5A843;
}
</style>
border-color css
<style>
span { border-color: #D5A843; }
span { border-color: rgb(213,168,67); }
td.TdClassName
{
border-color: #D5A843;
}
.TagClassName
{
border-color: #D5A843;
}
</style>