Shades of Metallic Gold #D3A545
Tints of Metallic Gold #D3A545
RGB
CMYK
RGB Variations
Color information
#D3A545 (or 0xD3A545) is known color: Metallic Gold. HEX triplet: D3, A5 and 45. RGB value is (211,165,69). Sum of RGB (Red+Green+Blue) = 211+165+69=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A545 is #2C5ABA. Grayscale: #A8A8A8. Windows color (decimal): -2906811 or 4564435. OLE color: 4564435.
HSL color Cylindrical-coordinate representation of color #D3A545: hue angle of 40.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3A545 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 69 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.17 |
| HSL | 40.56º | 0.62% | 0.55% | - |
| HSV(B) | 40.56º | 0.67% | 0.83% | - |
| XYZ | 41.39 | 41.19 | 11.4 | - |
| YUV | 167.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 69 | 0 | 0.22 | 0.67 | 0.17 | 40.56 | 0.62 | 0.55 |
| Hex | D3 | A5 | 45 | 0 | 16 | 43 | 11 | 29 | 3E | 37 |
| Octal | 323 | 245 | 105 | 0 | 26 | 103 | 21 | 51 | 76 | 67 |
| Binary | 11010011 | 10100101 | 1000101 | 0 | 10110 | 1000011 | 10001 | 101001 | 111110 | 110111 |
Color Harmonies of #D3A545
Complementary color
Monochromatic Colors of #D3A545
Black with #D3A545
Text Example
Text Example
White with #D3A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A545; }
p { color: rgb(211,165,69); }
H1.HeaderClassName
{
color: #D3A545;
}
.AnyTagClassName
{
color: #D3A545;
}
</style>
background-color css
<style>
a { background-color: #D3A545; }
a { background-color: rgb(211,165,69); }
div.DivClassName
{
background-color: #D3A545;
}
.BgClassName
{
background-color: #D3A545;
}
</style>
border-color css
<style>
span { border-color: #D3A545; }
span { border-color: rgb(211,165,69); }
td.TdClassName
{
border-color: #D3A545;
}
.TagClassName
{
border-color: #D3A545;
}
</style>