Shades of Metallic Gold #D2A236
Tints of Metallic Gold #D2A236
RGB
CMYK
RGB Variations
Color information
#D2A236 (or 0xD2A236) is known color: Metallic Gold. HEX triplet: D2, A2 and 36. RGB value is (210,162,54). Sum of RGB (Red+Green+Blue) = 210+162+54=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A236 is #2D5DC9. Grayscale: #A4A4A4. Windows color (decimal): -2973130 or 3580626. OLE color: 3580626.
HSL color Cylindrical-coordinate representation of color #D2A236: hue angle of 41.54º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2A236 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 54 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.18 |
| HSL | 41.54º | 0.63% | 0.52% | - |
| HSV(B) | 41.54º | 0.74% | 0.82% | - |
| XYZ | 40.16 | 39.81 | 9.06 | - |
| YUV | 164.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 54 | 0 | 0.23 | 0.74 | 0.18 | 41.54 | 0.63 | 0.52 |
| Hex | D2 | A2 | 36 | 0 | 17 | 4A | 12 | 2A | 3F | 34 |
| Octal | 322 | 242 | 66 | 0 | 27 | 112 | 22 | 52 | 77 | 64 |
| Binary | 11010010 | 10100010 | 110110 | 0 | 10111 | 1001010 | 10010 | 101010 | 111111 | 110100 |
Color Harmonies of #D2A236
Complementary color
Monochromatic Colors of #D2A236
Black with #D2A236
Text Example
Text Example
White with #D2A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A236; }
p { color: rgb(210,162,54); }
H1.HeaderClassName
{
color: #D2A236;
}
.AnyTagClassName
{
color: #D2A236;
}
</style>
background-color css
<style>
a { background-color: #D2A236; }
a { background-color: rgb(210,162,54); }
div.DivClassName
{
background-color: #D2A236;
}
.BgClassName
{
background-color: #D2A236;
}
</style>
border-color css
<style>
span { border-color: #D2A236; }
span { border-color: rgb(210,162,54); }
td.TdClassName
{
border-color: #D2A236;
}
.TagClassName
{
border-color: #D2A236;
}
</style>