Shades of Metallic Gold #D5A82F
Tints of Metallic Gold #D5A82F
RGB
CMYK
RGB Variations
Color information
#D5A82F (or 0xD5A82F) is known color: Metallic Gold. HEX triplet: D5, A8 and 2F. RGB value is (213,168,47). Sum of RGB (Red+Green+Blue) = 213+168+47=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A82F is #2A57D0. Grayscale: #A8A8A8. Windows color (decimal): -2774993 or 3123413. OLE color: 3123413.
HSL color Cylindrical-coordinate representation of color #D5A82F: hue angle of 43.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5A82F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.16 |
| HSL | 43.73º | 0.66% | 0.51% | - |
| HSV(B) | 43.73º | 0.78% | 0.84% | - |
| XYZ | 41.96 | 42.36 | 8.65 | - |
| YUV | 167.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 47 | 0 | 0.21 | 0.78 | 0.16 | 43.73 | 0.66 | 0.51 |
| Hex | D5 | A8 | 2F | 0 | 15 | 4E | 10 | 2C | 42 | 33 |
| Octal | 325 | 250 | 57 | 0 | 25 | 116 | 20 | 54 | 102 | 63 |
| Binary | 11010101 | 10101000 | 101111 | 0 | 10101 | 1001110 | 10000 | 101100 | 1000010 | 110011 |
Color Harmonies of #D5A82F
Complementary color
Monochromatic Colors of #D5A82F
Black with #D5A82F
Text Example
Text Example
White with #D5A82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A82F; }
p { color: rgb(213,168,47); }
H1.HeaderClassName
{
color: #D5A82F;
}
.AnyTagClassName
{
color: #D5A82F;
}
</style>
background-color css
<style>
a { background-color: #D5A82F; }
a { background-color: rgb(213,168,47); }
div.DivClassName
{
background-color: #D5A82F;
}
.BgClassName
{
background-color: #D5A82F;
}
</style>
border-color css
<style>
span { border-color: #D5A82F; }
span { border-color: rgb(213,168,47); }
td.TdClassName
{
border-color: #D5A82F;
}
.TagClassName
{
border-color: #D5A82F;
}
</style>