Shades of Metallic Gold #D4AF2F
Tints of Metallic Gold #D4AF2F
RGB
CMYK
RGB Variations
Color information
#D4AF2F (or 0xD4AF2F) is known color: Metallic Gold. HEX triplet: D4, AF and 2F. RGB value is (212,175,47). Sum of RGB (Red+Green+Blue) = 212+175+47=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF2F is #2B50D0. Grayscale: #ACACAC. Windows color (decimal): -2838737 or 3125204. OLE color: 3125204.
HSL color Cylindrical-coordinate representation of color #D4AF2F: hue angle of 46.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4AF2F is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 47 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.17 |
| HSL | 46.55º | 0.66% | 0.51% | - |
| HSV(B) | 46.55º | 0.78% | 0.83% | - |
| XYZ | 42.99 | 44.86 | 9.08 | - |
| YUV | 171.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 47 | 0 | 0.17 | 0.78 | 0.17 | 46.55 | 0.66 | 0.51 |
| Hex | D4 | AF | 2F | 0 | 11 | 4E | 11 | 2F | 42 | 33 |
| Octal | 324 | 257 | 57 | 0 | 21 | 116 | 21 | 57 | 102 | 63 |
| Binary | 11010100 | 10101111 | 101111 | 0 | 10001 | 1001110 | 10001 | 101111 | 1000010 | 110011 |
Color Harmonies of #D4AF2F
Complementary color
Monochromatic Colors of #D4AF2F
Black with #D4AF2F
Text Example
Text Example
White with #D4AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF2F; }
p { color: rgb(212,175,47); }
H1.HeaderClassName
{
color: #D4AF2F;
}
.AnyTagClassName
{
color: #D4AF2F;
}
</style>
background-color css
<style>
a { background-color: #D4AF2F; }
a { background-color: rgb(212,175,47); }
div.DivClassName
{
background-color: #D4AF2F;
}
.BgClassName
{
background-color: #D4AF2F;
}
</style>
border-color css
<style>
span { border-color: #D4AF2F; }
span { border-color: rgb(212,175,47); }
td.TdClassName
{
border-color: #D4AF2F;
}
.TagClassName
{
border-color: #D4AF2F;
}
</style>