Shades of Metallic Gold #D5AF3A
Tints of Metallic Gold #D5AF3A
RGB
CMYK
RGB Variations
Color information
#D5AF3A (or 0xD5AF3A) is known color: Metallic Gold. HEX triplet: D5, AF and 3A. RGB value is (213,175,58). Sum of RGB (Red+Green+Blue) = 213+175+58=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF3A is #2A50C5. Grayscale: #ADADAD. Windows color (decimal): -2773190 or 3846101. OLE color: 3846101.
HSL color Cylindrical-coordinate representation of color #D5AF3A: hue angle of 45.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5AF3A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 58 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.16 |
| HSL | 45.29º | 0.65% | 0.53% | - |
| HSV(B) | 45.29º | 0.73% | 0.84% | - |
| XYZ | 43.53 | 45.11 | 10.42 | - |
| YUV | 173.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 58 | 0 | 0.18 | 0.73 | 0.16 | 45.29 | 0.65 | 0.53 |
| Hex | D5 | AF | 3A | 0 | 12 | 49 | 10 | 2D | 41 | 35 |
| Octal | 325 | 257 | 72 | 0 | 22 | 111 | 20 | 55 | 101 | 65 |
| Binary | 11010101 | 10101111 | 111010 | 0 | 10010 | 1001001 | 10000 | 101101 | 1000001 | 110101 |
Color Harmonies of #D5AF3A
Complementary color
Monochromatic Colors of #D5AF3A
Black with #D5AF3A
Text Example
Text Example
White with #D5AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF3A; }
p { color: rgb(213,175,58); }
H1.HeaderClassName
{
color: #D5AF3A;
}
.AnyTagClassName
{
color: #D5AF3A;
}
</style>
background-color css
<style>
a { background-color: #D5AF3A; }
a { background-color: rgb(213,175,58); }
div.DivClassName
{
background-color: #D5AF3A;
}
.BgClassName
{
background-color: #D5AF3A;
}
</style>
border-color css
<style>
span { border-color: #D5AF3A; }
span { border-color: rgb(213,175,58); }
td.TdClassName
{
border-color: #D5AF3A;
}
.TagClassName
{
border-color: #D5AF3A;
}
</style>