Shades of Metallic Gold #D5AD3E
Tints of Metallic Gold #D5AD3E
RGB
CMYK
RGB Variations
Color information
#D5AD3E (or 0xD5AD3E) is known color: Metallic Gold. HEX triplet: D5, AD and 3E. RGB value is (213,173,62). Sum of RGB (Red+Green+Blue) = 213+173+62=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD3E is #2A52C1. Grayscale: #ACACAC. Windows color (decimal): -2773698 or 4107733. OLE color: 4107733.
HSL color Cylindrical-coordinate representation of color #D5AD3E: hue angle of 44.11º 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 #D5AD3E is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 62 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.16 |
| HSL | 44.11º | 0.64% | 0.54% | - |
| HSV(B) | 44.11º | 0.71% | 0.84% | - |
| XYZ | 43.25 | 44.38 | 10.84 | - |
| YUV | 172.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 62 | 0 | 0.19 | 0.71 | 0.16 | 44.11 | 0.64 | 0.54 |
| Hex | D5 | AD | 3E | 0 | 13 | 47 | 10 | 2C | 40 | 36 |
| Octal | 325 | 255 | 76 | 0 | 23 | 107 | 20 | 54 | 100 | 66 |
| Binary | 11010101 | 10101101 | 111110 | 0 | 10011 | 1000111 | 10000 | 101100 | 1000000 | 110110 |
Color Harmonies of #D5AD3E
Complementary color
Monochromatic Colors of #D5AD3E
Black with #D5AD3E
Text Example
Text Example
White with #D5AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD3E; }
p { color: rgb(213,173,62); }
H1.HeaderClassName
{
color: #D5AD3E;
}
.AnyTagClassName
{
color: #D5AD3E;
}
</style>
background-color css
<style>
a { background-color: #D5AD3E; }
a { background-color: rgb(213,173,62); }
div.DivClassName
{
background-color: #D5AD3E;
}
.BgClassName
{
background-color: #D5AD3E;
}
</style>
border-color css
<style>
span { border-color: #D5AD3E; }
span { border-color: rgb(213,173,62); }
td.TdClassName
{
border-color: #D5AD3E;
}
.TagClassName
{
border-color: #D5AD3E;
}
</style>