Shades of Metallic Gold #D4A72F
Tints of Metallic Gold #D4A72F
RGB
CMYK
RGB Variations
Color information
#D4A72F (or 0xD4A72F) is known color: Metallic Gold. HEX triplet: D4, A7 and 2F. RGB value is (212,167,47). Sum of RGB (Red+Green+Blue) = 212+167+47=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A72F is #2B58D0. Grayscale: #A7A7A7. Windows color (decimal): -2840785 or 3123156. OLE color: 3123156.
HSL color Cylindrical-coordinate representation of color #D4A72F: hue angle of 43.64º 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 #D4A72F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.17 |
| HSL | 43.64º | 0.66% | 0.51% | - |
| HSV(B) | 43.64º | 0.78% | 0.83% | - |
| XYZ | 41.48 | 41.84 | 8.58 | - |
| YUV | 166.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 47 | 0 | 0.21 | 0.78 | 0.17 | 43.64 | 0.66 | 0.51 |
| Hex | D4 | A7 | 2F | 0 | 15 | 4E | 11 | 2C | 42 | 33 |
| Octal | 324 | 247 | 57 | 0 | 25 | 116 | 21 | 54 | 102 | 63 |
| Binary | 11010100 | 10100111 | 101111 | 0 | 10101 | 1001110 | 10001 | 101100 | 1000010 | 110011 |
Color Harmonies of #D4A72F
Complementary color
Monochromatic Colors of #D4A72F
Black with #D4A72F
Text Example
Text Example
White with #D4A72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A72F; }
p { color: rgb(212,167,47); }
H1.HeaderClassName
{
color: #D4A72F;
}
.AnyTagClassName
{
color: #D4A72F;
}
</style>
background-color css
<style>
a { background-color: #D4A72F; }
a { background-color: rgb(212,167,47); }
div.DivClassName
{
background-color: #D4A72F;
}
.BgClassName
{
background-color: #D4A72F;
}
</style>
border-color css
<style>
span { border-color: #D4A72F; }
span { border-color: rgb(212,167,47); }
td.TdClassName
{
border-color: #D4A72F;
}
.TagClassName
{
border-color: #D4A72F;
}
</style>