Shades of Metallic Gold #D2A536
Tints of Metallic Gold #D2A536
RGB
CMYK
RGB Variations
Color information
#D2A536 (or 0xD2A536) is known color: Metallic Gold. HEX triplet: D2, A5 and 36. RGB value is (210,165,54). Sum of RGB (Red+Green+Blue) = 210+165+54=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A536 is #2D5AC9. Grayscale: #A6A6A6. Windows color (decimal): -2972362 or 3581394. OLE color: 3581394.
HSL color Cylindrical-coordinate representation of color #D2A536: hue angle of 42.69º 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 #D2A536 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 54 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.18 |
| HSL | 42.69º | 0.63% | 0.52% | - |
| HSV(B) | 42.69º | 0.74% | 0.82% | - |
| XYZ | 40.7 | 40.88 | 9.24 | - |
| YUV | 165.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 54 | 0 | 0.21 | 0.74 | 0.18 | 42.69 | 0.63 | 0.52 |
| Hex | D2 | A5 | 36 | 0 | 15 | 4A | 12 | 2B | 3F | 34 |
| Octal | 322 | 245 | 66 | 0 | 25 | 112 | 22 | 53 | 77 | 64 |
| Binary | 11010010 | 10100101 | 110110 | 0 | 10101 | 1001010 | 10010 | 101011 | 111111 | 110100 |
Color Harmonies of #D2A536
Complementary color
Monochromatic Colors of #D2A536
Black with #D2A536
Text Example
Text Example
White with #D2A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A536; }
p { color: rgb(210,165,54); }
H1.HeaderClassName
{
color: #D2A536;
}
.AnyTagClassName
{
color: #D2A536;
}
</style>
background-color css
<style>
a { background-color: #D2A536; }
a { background-color: rgb(210,165,54); }
div.DivClassName
{
background-color: #D2A536;
}
.BgClassName
{
background-color: #D2A536;
}
</style>
border-color css
<style>
span { border-color: #D2A536; }
span { border-color: rgb(210,165,54); }
td.TdClassName
{
border-color: #D2A536;
}
.TagClassName
{
border-color: #D2A536;
}
</style>