Shades of Metallic Gold #D5A844
Tints of Metallic Gold #D5A844
RGB
CMYK
RGB Variations
Color information
#D5A844 (or 0xD5A844) is known color: Metallic Gold. HEX triplet: D5, A8 and 44. RGB value is (213,168,68). Sum of RGB (Red+Green+Blue) = 213+168+68=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A844 is #2A57BB. Grayscale: #AAAAAA. Windows color (decimal): -2774972 or 4499669. OLE color: 4499669.
HSL color Cylindrical-coordinate representation of color #D5A844: hue angle of 41.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5A844 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 68 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.16 |
| HSL | 41.38º | 0.63% | 0.55% | - |
| HSV(B) | 41.38º | 0.68% | 0.84% | - |
| XYZ | 42.49 | 42.57 | 11.45 | - |
| YUV | 170.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 68 | 0 | 0.21 | 0.68 | 0.16 | 41.38 | 0.63 | 0.55 |
| Hex | D5 | A8 | 44 | 0 | 15 | 44 | 10 | 29 | 3F | 37 |
| Octal | 325 | 250 | 104 | 0 | 25 | 104 | 20 | 51 | 77 | 67 |
| Binary | 11010101 | 10101000 | 1000100 | 0 | 10101 | 1000100 | 10000 | 101001 | 111111 | 110111 |
Color Harmonies of #D5A844
Complementary color
Monochromatic Colors of #D5A844
Black with #D5A844
Text Example
Text Example
White with #D5A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A844; }
p { color: rgb(213,168,68); }
H1.HeaderClassName
{
color: #D5A844;
}
.AnyTagClassName
{
color: #D5A844;
}
</style>
background-color css
<style>
a { background-color: #D5A844; }
a { background-color: rgb(213,168,68); }
div.DivClassName
{
background-color: #D5A844;
}
.BgClassName
{
background-color: #D5A844;
}
</style>
border-color css
<style>
span { border-color: #D5A844; }
span { border-color: rgb(213,168,68); }
td.TdClassName
{
border-color: #D5A844;
}
.TagClassName
{
border-color: #D5A844;
}
</style>