Shades of Metallic Gold #D4AD34
Tints of Metallic Gold #D4AD34
RGB
CMYK
RGB Variations
Color information
#D4AD34 (or 0xD4AD34) is known color: Metallic Gold. HEX triplet: D4, AD and 34. RGB value is (212,173,52). Sum of RGB (Red+Green+Blue) = 212+173+52=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD34 is #2B52CB. Grayscale: #ABABAB. Windows color (decimal): -2839244 or 3452372. OLE color: 3452372.
HSL color Cylindrical-coordinate representation of color #D4AD34: hue angle of 45.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4AD34 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 52 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.17 |
| HSL | 45.38º | 0.65% | 0.52% | - |
| HSV(B) | 45.38º | 0.75% | 0.83% | - |
| XYZ | 42.71 | 44.13 | 9.52 | - |
| YUV | 170.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 52 | 0 | 0.18 | 0.75 | 0.17 | 45.38 | 0.65 | 0.52 |
| Hex | D4 | AD | 34 | 0 | 12 | 4B | 11 | 2D | 41 | 34 |
| Octal | 324 | 255 | 64 | 0 | 22 | 113 | 21 | 55 | 101 | 64 |
| Binary | 11010100 | 10101101 | 110100 | 0 | 10010 | 1001011 | 10001 | 101101 | 1000001 | 110100 |
Color Harmonies of #D4AD34
Complementary color
Monochromatic Colors of #D4AD34
Black with #D4AD34
Text Example
Text Example
White with #D4AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD34; }
p { color: rgb(212,173,52); }
H1.HeaderClassName
{
color: #D4AD34;
}
.AnyTagClassName
{
color: #D4AD34;
}
</style>
background-color css
<style>
a { background-color: #D4AD34; }
a { background-color: rgb(212,173,52); }
div.DivClassName
{
background-color: #D4AD34;
}
.BgClassName
{
background-color: #D4AD34;
}
</style>
border-color css
<style>
span { border-color: #D4AD34; }
span { border-color: rgb(212,173,52); }
td.TdClassName
{
border-color: #D4AD34;
}
.TagClassName
{
border-color: #D4AD34;
}
</style>