Shades of Metallic Gold #D3A935
Tints of Metallic Gold #D3A935
RGB
CMYK
RGB Variations
Color information
#D3A935 (or 0xD3A935) is known color: Metallic Gold. HEX triplet: D3, A9 and 35. RGB value is (211,169,53). Sum of RGB (Red+Green+Blue) = 211+169+53=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A935 is #2C56CA. Grayscale: #A8A8A8. Windows color (decimal): -2905803 or 3516883. OLE color: 3516883.
HSL color Cylindrical-coordinate representation of color #D3A935: hue angle of 44.05º degrees, saturation: 0.64, 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 #D3A935 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 53 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.17 |
| HSL | 44.05º | 0.64% | 0.52% | - |
| HSV(B) | 44.05º | 0.75% | 0.83% | - |
| XYZ | 41.69 | 42.48 | 9.37 | - |
| YUV | 168.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 53 | 0 | 0.20 | 0.75 | 0.17 | 44.05 | 0.64 | 0.52 |
| Hex | D3 | A9 | 35 | 0 | 14 | 4B | 11 | 2C | 40 | 34 |
| Octal | 323 | 251 | 65 | 0 | 24 | 113 | 21 | 54 | 100 | 64 |
| Binary | 11010011 | 10101001 | 110101 | 0 | 10100 | 1001011 | 10001 | 101100 | 1000000 | 110100 |
Color Harmonies of #D3A935
Complementary color
Monochromatic Colors of #D3A935
Black with #D3A935
Text Example
Text Example
White with #D3A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A935; }
p { color: rgb(211,169,53); }
H1.HeaderClassName
{
color: #D3A935;
}
.AnyTagClassName
{
color: #D3A935;
}
</style>
background-color css
<style>
a { background-color: #D3A935; }
a { background-color: rgb(211,169,53); }
div.DivClassName
{
background-color: #D3A935;
}
.BgClassName
{
background-color: #D3A935;
}
</style>
border-color css
<style>
span { border-color: #D3A935; }
span { border-color: rgb(211,169,53); }
td.TdClassName
{
border-color: #D3A935;
}
.TagClassName
{
border-color: #D3A935;
}
</style>