Shades of Metallic Gold #D4AD2F
Tints of Metallic Gold #D4AD2F
RGB
CMYK
RGB Variations
Color information
#D4AD2F (or 0xD4AD2F) is known color: Metallic Gold. HEX triplet: D4, AD and 2F. RGB value is (212,173,47). Sum of RGB (Red+Green+Blue) = 212+173+47=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD2F is #2B52D0. Grayscale: #AAAAAA. Windows color (decimal): -2839249 or 3124692. OLE color: 3124692.
HSL color Cylindrical-coordinate representation of color #D4AD2F: hue angle of 45.82º 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 #D4AD2F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 47 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.17 |
| HSL | 45.82º | 0.66% | 0.51% | - |
| HSV(B) | 45.82º | 0.78% | 0.83% | - |
| XYZ | 42.61 | 44.09 | 8.95 | - |
| YUV | 170.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 47 | 0 | 0.18 | 0.78 | 0.17 | 45.82 | 0.66 | 0.51 |
| Hex | D4 | AD | 2F | 0 | 12 | 4E | 11 | 2E | 42 | 33 |
| Octal | 324 | 255 | 57 | 0 | 22 | 116 | 21 | 56 | 102 | 63 |
| Binary | 11010100 | 10101101 | 101111 | 0 | 10010 | 1001110 | 10001 | 101110 | 1000010 | 110011 |
Color Harmonies of #D4AD2F
Complementary color
Monochromatic Colors of #D4AD2F
Black with #D4AD2F
Text Example
Text Example
White with #D4AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD2F; }
p { color: rgb(212,173,47); }
H1.HeaderClassName
{
color: #D4AD2F;
}
.AnyTagClassName
{
color: #D4AD2F;
}
</style>
background-color css
<style>
a { background-color: #D4AD2F; }
a { background-color: rgb(212,173,47); }
div.DivClassName
{
background-color: #D4AD2F;
}
.BgClassName
{
background-color: #D4AD2F;
}
</style>
border-color css
<style>
span { border-color: #D4AD2F; }
span { border-color: rgb(212,173,47); }
td.TdClassName
{
border-color: #D4AD2F;
}
.TagClassName
{
border-color: #D4AD2F;
}
</style>