Shades of Metallic Gold #D2A52F
Tints of Metallic Gold #D2A52F
RGB
CMYK
RGB Variations
Color information
#D2A52F (or 0xD2A52F) is known color: Metallic Gold. HEX triplet: D2, A5 and 2F. RGB value is (210,165,47). Sum of RGB (Red+Green+Blue) = 210+165+47=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A52F is #2D5AD0. Grayscale: #A5A5A5. Windows color (decimal): -2972369 or 3122642. OLE color: 3122642.
HSL color Cylindrical-coordinate representation of color #D2A52F: hue angle of 43.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2A52F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.18 |
| HSL | 43.44º | 0.64% | 0.5% | - |
| HSV(B) | 43.44º | 0.78% | 0.82% | - |
| XYZ | 40.55 | 40.82 | 8.43 | - |
| YUV | 165 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 47 | 0 | 0.21 | 0.78 | 0.18 | 43.44 | 0.64 | 0.5 |
| Hex | D2 | A5 | 2F | 0 | 15 | 4E | 12 | 2B | 40 | 32 |
| Octal | 322 | 245 | 57 | 0 | 25 | 116 | 22 | 53 | 100 | 62 |
| Binary | 11010010 | 10100101 | 101111 | 0 | 10101 | 1001110 | 10010 | 101011 | 1000000 | 110010 |
Color Harmonies of #D2A52F
Complementary color
Monochromatic Colors of #D2A52F
Black with #D2A52F
Text Example
Text Example
White with #D2A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A52F; }
p { color: rgb(210,165,47); }
H1.HeaderClassName
{
color: #D2A52F;
}
.AnyTagClassName
{
color: #D2A52F;
}
</style>
background-color css
<style>
a { background-color: #D2A52F; }
a { background-color: rgb(210,165,47); }
div.DivClassName
{
background-color: #D2A52F;
}
.BgClassName
{
background-color: #D2A52F;
}
</style>
border-color css
<style>
span { border-color: #D2A52F; }
span { border-color: rgb(210,165,47); }
td.TdClassName
{
border-color: #D2A52F;
}
.TagClassName
{
border-color: #D2A52F;
}
</style>