Shades of Metallic Gold #D4AD35
Tints of Metallic Gold #D4AD35
RGB
CMYK
RGB Variations
Color information
#D4AD35 (or 0xD4AD35) is known color: Metallic Gold. HEX triplet: D4, AD and 35. RGB value is (212,173,53). Sum of RGB (Red+Green+Blue) = 212+173+53=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD35 is #2B52CA. Grayscale: #ABABAB. Windows color (decimal): -2839243 or 3517908. OLE color: 3517908.
HSL color Cylindrical-coordinate representation of color #D4AD35: hue angle of 45.28º 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 #D4AD35 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 53 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.17 |
| HSL | 45.28º | 0.65% | 0.52% | - |
| HSV(B) | 45.28º | 0.75% | 0.83% | - |
| XYZ | 42.74 | 44.14 | 9.64 | - |
| YUV | 170.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 53 | 0 | 0.18 | 0.75 | 0.17 | 45.28 | 0.65 | 0.52 |
| Hex | D4 | AD | 35 | 0 | 12 | 4B | 11 | 2D | 41 | 34 |
| Octal | 324 | 255 | 65 | 0 | 22 | 113 | 21 | 55 | 101 | 64 |
| Binary | 11010100 | 10101101 | 110101 | 0 | 10010 | 1001011 | 10001 | 101101 | 1000001 | 110100 |
Color Harmonies of #D4AD35
Complementary color
Monochromatic Colors of #D4AD35
Black with #D4AD35
Text Example
Text Example
White with #D4AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD35; }
p { color: rgb(212,173,53); }
H1.HeaderClassName
{
color: #D4AD35;
}
.AnyTagClassName
{
color: #D4AD35;
}
</style>
background-color css
<style>
a { background-color: #D4AD35; }
a { background-color: rgb(212,173,53); }
div.DivClassName
{
background-color: #D4AD35;
}
.BgClassName
{
background-color: #D4AD35;
}
</style>
border-color css
<style>
span { border-color: #D4AD35; }
span { border-color: rgb(212,173,53); }
td.TdClassName
{
border-color: #D4AD35;
}
.TagClassName
{
border-color: #D4AD35;
}
</style>