Shades of Metallic Gold #D2A545
Tints of Metallic Gold #D2A545
RGB
CMYK
RGB Variations
Color information
#D2A545 (or 0xD2A545) is known color: Metallic Gold. HEX triplet: D2, A5 and 45. RGB value is (210,165,69). Sum of RGB (Red+Green+Blue) = 210+165+69=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A545 is #2D5ABA. Grayscale: #A7A7A7. Windows color (decimal): -2972347 or 4564434. OLE color: 4564434.
HSL color Cylindrical-coordinate representation of color #D2A545: hue angle of 40.85º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2A545 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 69 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.18 |
| HSL | 40.85º | 0.61% | 0.55% | - |
| HSV(B) | 40.85º | 0.67% | 0.82% | - |
| XYZ | 41.11 | 41.04 | 11.39 | - |
| YUV | 167.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 69 | 0 | 0.21 | 0.67 | 0.18 | 40.85 | 0.61 | 0.55 |
| Hex | D2 | A5 | 45 | 0 | 15 | 43 | 12 | 29 | 3D | 37 |
| Octal | 322 | 245 | 105 | 0 | 25 | 103 | 22 | 51 | 75 | 67 |
| Binary | 11010010 | 10100101 | 1000101 | 0 | 10101 | 1000011 | 10010 | 101001 | 111101 | 110111 |
Color Harmonies of #D2A545
Complementary color
Monochromatic Colors of #D2A545
Black with #D2A545
Text Example
Text Example
White with #D2A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A545; }
p { color: rgb(210,165,69); }
H1.HeaderClassName
{
color: #D2A545;
}
.AnyTagClassName
{
color: #D2A545;
}
</style>
background-color css
<style>
a { background-color: #D2A545; }
a { background-color: rgb(210,165,69); }
div.DivClassName
{
background-color: #D2A545;
}
.BgClassName
{
background-color: #D2A545;
}
</style>
border-color css
<style>
span { border-color: #D2A545; }
span { border-color: rgb(210,165,69); }
td.TdClassName
{
border-color: #D2A545;
}
.TagClassName
{
border-color: #D2A545;
}
</style>