Shades of Metallic Gold #D2A235
Tints of Metallic Gold #D2A235
RGB
CMYK
RGB Variations
Color information
#D2A235 (or 0xD2A235) is known color: Metallic Gold. HEX triplet: D2, A2 and 35. RGB value is (210,162,53). Sum of RGB (Red+Green+Blue) = 210+162+53=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A235 is #2D5DCA. Grayscale: #A4A4A4. Windows color (decimal): -2973131 or 3515090. OLE color: 3515090.
HSL color Cylindrical-coordinate representation of color #D2A235: hue angle of 41.66º 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 #D2A235 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 53 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.18 |
| HSL | 41.66º | 0.64% | 0.52% | - |
| HSV(B) | 41.66º | 0.75% | 0.82% | - |
| XYZ | 40.14 | 39.8 | 8.93 | - |
| YUV | 163.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 53 | 0 | 0.23 | 0.75 | 0.18 | 41.66 | 0.64 | 0.52 |
| Hex | D2 | A2 | 35 | 0 | 17 | 4B | 12 | 2A | 40 | 34 |
| Octal | 322 | 242 | 65 | 0 | 27 | 113 | 22 | 52 | 100 | 64 |
| Binary | 11010010 | 10100010 | 110101 | 0 | 10111 | 1001011 | 10010 | 101010 | 1000000 | 110100 |
Color Harmonies of #D2A235
Complementary color
Monochromatic Colors of #D2A235
Black with #D2A235
Text Example
Text Example
White with #D2A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A235; }
p { color: rgb(210,162,53); }
H1.HeaderClassName
{
color: #D2A235;
}
.AnyTagClassName
{
color: #D2A235;
}
</style>
background-color css
<style>
a { background-color: #D2A235; }
a { background-color: rgb(210,162,53); }
div.DivClassName
{
background-color: #D2A235;
}
.BgClassName
{
background-color: #D2A235;
}
</style>
border-color css
<style>
span { border-color: #D2A235; }
span { border-color: rgb(210,162,53); }
td.TdClassName
{
border-color: #D2A235;
}
.TagClassName
{
border-color: #D2A235;
}
</style>