Shades of Metallic Gold #D2A935
Tints of Metallic Gold #D2A935
RGB
CMYK
RGB Variations
Color information
#D2A935 (or 0xD2A935) is known color: Metallic Gold. HEX triplet: D2, A9 and 35. RGB value is (210,169,53). Sum of RGB (Red+Green+Blue) = 210+169+53=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A935 is #2D56CA. Grayscale: #A8A8A8. Windows color (decimal): -2971339 or 3516882. OLE color: 3516882.
HSL color Cylindrical-coordinate representation of color #D2A935: hue angle of 44.33º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2A935 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 53 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.18 |
| HSL | 44.33º | 0.64% | 0.52% | - |
| HSV(B) | 44.33º | 0.75% | 0.82% | - |
| XYZ | 41.41 | 42.33 | 9.36 | - |
| YUV | 168.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 53 | 0 | 0.20 | 0.75 | 0.18 | 44.33 | 0.64 | 0.52 |
| Hex | D2 | A9 | 35 | 0 | 14 | 4B | 12 | 2C | 40 | 34 |
| Octal | 322 | 251 | 65 | 0 | 24 | 113 | 22 | 54 | 100 | 64 |
| Binary | 11010010 | 10101001 | 110101 | 0 | 10100 | 1001011 | 10010 | 101100 | 1000000 | 110100 |
Color Harmonies of #D2A935
Complementary color
Monochromatic Colors of #D2A935
Black with #D2A935
Text Example
Text Example
White with #D2A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A935; }
p { color: rgb(210,169,53); }
H1.HeaderClassName
{
color: #D2A935;
}
.AnyTagClassName
{
color: #D2A935;
}
</style>
background-color css
<style>
a { background-color: #D2A935; }
a { background-color: rgb(210,169,53); }
div.DivClassName
{
background-color: #D2A935;
}
.BgClassName
{
background-color: #D2A935;
}
</style>
border-color css
<style>
span { border-color: #D2A935; }
span { border-color: rgb(210,169,53); }
td.TdClassName
{
border-color: #D2A935;
}
.TagClassName
{
border-color: #D2A935;
}
</style>