Shades of Metallic Gold #D3AB45
Tints of Metallic Gold #D3AB45
RGB
CMYK
RGB Variations
Color information
#D3AB45 (or 0xD3AB45) is known color: Metallic Gold. HEX triplet: D3, AB and 45. RGB value is (211,171,69). Sum of RGB (Red+Green+Blue) = 211+171+69=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB45 is #2C54BA. Grayscale: #ABABAB. Windows color (decimal): -2905275 or 4565971. OLE color: 4565971.
HSL color Cylindrical-coordinate representation of color #D3AB45: hue angle of 43.1º 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 #D3AB45 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 69 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.17 |
| HSL | 43.1º | 0.62% | 0.55% | - |
| HSV(B) | 43.1º | 0.67% | 0.83% | - |
| XYZ | 42.5 | 43.4 | 11.77 | - |
| YUV | 171.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 69 | 0 | 0.19 | 0.67 | 0.17 | 43.1 | 0.62 | 0.55 |
| Hex | D3 | AB | 45 | 0 | 13 | 43 | 11 | 2B | 3E | 37 |
| Octal | 323 | 253 | 105 | 0 | 23 | 103 | 21 | 53 | 76 | 67 |
| Binary | 11010011 | 10101011 | 1000101 | 0 | 10011 | 1000011 | 10001 | 101011 | 111110 | 110111 |
Color Harmonies of #D3AB45
Complementary color
Monochromatic Colors of #D3AB45
Black with #D3AB45
Text Example
Text Example
White with #D3AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB45; }
p { color: rgb(211,171,69); }
H1.HeaderClassName
{
color: #D3AB45;
}
.AnyTagClassName
{
color: #D3AB45;
}
</style>
background-color css
<style>
a { background-color: #D3AB45; }
a { background-color: rgb(211,171,69); }
div.DivClassName
{
background-color: #D3AB45;
}
.BgClassName
{
background-color: #D3AB45;
}
</style>
border-color css
<style>
span { border-color: #D3AB45; }
span { border-color: rgb(211,171,69); }
td.TdClassName
{
border-color: #D3AB45;
}
.TagClassName
{
border-color: #D3AB45;
}
</style>