Shades of Metallic Gold #D5AF3F
Tints of Metallic Gold #D5AF3F
RGB
CMYK
RGB Variations
Color information
#D5AF3F (or 0xD5AF3F) is known color: Metallic Gold. HEX triplet: D5, AF and 3F. RGB value is (213,175,63). Sum of RGB (Red+Green+Blue) = 213+175+63=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF3F is #2A50C0. Grayscale: #AEAEAE. Windows color (decimal): -2773185 or 4173781. OLE color: 4173781.
HSL color Cylindrical-coordinate representation of color #D5AF3F: hue angle of 44.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5AF3F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 63 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.16 |
| HSL | 44.8º | 0.64% | 0.54% | - |
| HSV(B) | 44.8º | 0.7% | 0.84% | - |
| XYZ | 43.67 | 45.16 | 11.12 | - |
| YUV | 173.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 63 | 0 | 0.18 | 0.70 | 0.16 | 44.8 | 0.64 | 0.54 |
| Hex | D5 | AF | 3F | 0 | 12 | 46 | 10 | 2D | 40 | 36 |
| Octal | 325 | 257 | 77 | 0 | 22 | 106 | 20 | 55 | 100 | 66 |
| Binary | 11010101 | 10101111 | 111111 | 0 | 10010 | 1000110 | 10000 | 101101 | 1000000 | 110110 |
Color Harmonies of #D5AF3F
Complementary color
Monochromatic Colors of #D5AF3F
Black with #D5AF3F
Text Example
Text Example
White with #D5AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF3F; }
p { color: rgb(213,175,63); }
H1.HeaderClassName
{
color: #D5AF3F;
}
.AnyTagClassName
{
color: #D5AF3F;
}
</style>
background-color css
<style>
a { background-color: #D5AF3F; }
a { background-color: rgb(213,175,63); }
div.DivClassName
{
background-color: #D5AF3F;
}
.BgClassName
{
background-color: #D5AF3F;
}
</style>
border-color css
<style>
span { border-color: #D5AF3F; }
span { border-color: rgb(213,175,63); }
td.TdClassName
{
border-color: #D5AF3F;
}
.TagClassName
{
border-color: #D5AF3F;
}
</style>