Shades of Metallic Gold #D4A03B
Tints of Metallic Gold #D4A03B
RGB
CMYK
RGB Variations
Color information
#D4A03B (or 0xD4A03B) is known color: Metallic Gold. HEX triplet: D4, A0 and 3B. RGB value is (212,160,59). Sum of RGB (Red+Green+Blue) = 212+160+59=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A03B is #2B5FC4. Grayscale: #A4A4A4. Windows color (decimal): -2842565 or 3907796. OLE color: 3907796.
HSL color Cylindrical-coordinate representation of color #D4A03B: hue angle of 39.61º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4A03B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 59 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.17 |
| HSL | 39.61º | 0.64% | 0.53% | - |
| HSV(B) | 39.61º | 0.72% | 0.83% | - |
| XYZ | 40.51 | 39.45 | 9.62 | - |
| YUV | 164.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 59 | 0 | 0.25 | 0.72 | 0.17 | 39.61 | 0.64 | 0.53 |
| Hex | D4 | A0 | 3B | 0 | 19 | 48 | 11 | 28 | 40 | 35 |
| Octal | 324 | 240 | 73 | 0 | 31 | 110 | 21 | 50 | 100 | 65 |
| Binary | 11010100 | 10100000 | 111011 | 0 | 11001 | 1001000 | 10001 | 101000 | 1000000 | 110101 |
Color Harmonies of #D4A03B
Complementary color
Monochromatic Colors of #D4A03B
Black with #D4A03B
Text Example
Text Example
White with #D4A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A03B; }
p { color: rgb(212,160,59); }
H1.HeaderClassName
{
color: #D4A03B;
}
.AnyTagClassName
{
color: #D4A03B;
}
</style>
background-color css
<style>
a { background-color: #D4A03B; }
a { background-color: rgb(212,160,59); }
div.DivClassName
{
background-color: #D4A03B;
}
.BgClassName
{
background-color: #D4A03B;
}
</style>
border-color css
<style>
span { border-color: #D4A03B; }
span { border-color: rgb(212,160,59); }
td.TdClassName
{
border-color: #D4A03B;
}
.TagClassName
{
border-color: #D4A03B;
}
</style>