Shades of Metallic Gold #D3AA39
Tints of Metallic Gold #D3AA39
RGB
CMYK
RGB Variations
Color information
#D3AA39 (or 0xD3AA39) is known color: Metallic Gold. HEX triplet: D3, AA and 39. RGB value is (211,170,57). Sum of RGB (Red+Green+Blue) = 211+170+57=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AA39 is #2C55C6. Grayscale: #A9A9A9. Windows color (decimal): -2905543 or 3779283. OLE color: 3779283.
HSL color Cylindrical-coordinate representation of color #D3AA39: hue angle of 44.03º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3AA39 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 57 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.17 |
| HSL | 44.03º | 0.64% | 0.53% | - |
| HSV(B) | 44.03º | 0.73% | 0.83% | - |
| XYZ | 41.98 | 42.89 | 9.94 | - |
| YUV | 169.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 57 | 0 | 0.19 | 0.73 | 0.17 | 44.03 | 0.64 | 0.53 |
| Hex | D3 | AA | 39 | 0 | 13 | 49 | 11 | 2C | 40 | 35 |
| Octal | 323 | 252 | 71 | 0 | 23 | 111 | 21 | 54 | 100 | 65 |
| Binary | 11010011 | 10101010 | 111001 | 0 | 10011 | 1001001 | 10001 | 101100 | 1000000 | 110101 |
Color Harmonies of #D3AA39
Complementary color
Monochromatic Colors of #D3AA39
Black with #D3AA39
Text Example
Text Example
White with #D3AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AA39; }
p { color: rgb(211,170,57); }
H1.HeaderClassName
{
color: #D3AA39;
}
.AnyTagClassName
{
color: #D3AA39;
}
</style>
background-color css
<style>
a { background-color: #D3AA39; }
a { background-color: rgb(211,170,57); }
div.DivClassName
{
background-color: #D3AA39;
}
.BgClassName
{
background-color: #D3AA39;
}
</style>
border-color css
<style>
span { border-color: #D3AA39; }
span { border-color: rgb(211,170,57); }
td.TdClassName
{
border-color: #D3AA39;
}
.TagClassName
{
border-color: #D3AA39;
}
</style>