Shades of Metallic Gold #D2AB31
Tints of Metallic Gold #D2AB31
RGB
CMYK
RGB Variations
Color information
#D2AB31 (or 0xD2AB31) is known color: Metallic Gold. HEX triplet: D2, AB and 31. RGB value is (210,171,49). Sum of RGB (Red+Green+Blue) = 210+171+49=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB31 is #2D54CE. Grayscale: #A9A9A9. Windows color (decimal): -2970831 or 3255250. OLE color: 3255250.
HSL color Cylindrical-coordinate representation of color #D2AB31: hue angle of 45.47º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2AB31 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 49 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.18 |
| HSL | 45.47º | 0.64% | 0.51% | - |
| HSV(B) | 45.47º | 0.77% | 0.82% | - |
| XYZ | 41.7 | 43.05 | 9.02 | - |
| YUV | 168.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 49 | 0 | 0.19 | 0.77 | 0.18 | 45.47 | 0.64 | 0.51 |
| Hex | D2 | AB | 31 | 0 | 13 | 4D | 12 | 2D | 40 | 33 |
| Octal | 322 | 253 | 61 | 0 | 23 | 115 | 22 | 55 | 100 | 63 |
| Binary | 11010010 | 10101011 | 110001 | 0 | 10011 | 1001101 | 10010 | 101101 | 1000000 | 110011 |
Color Harmonies of #D2AB31
Complementary color
Monochromatic Colors of #D2AB31
Black with #D2AB31
Text Example
Text Example
White with #D2AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB31; }
p { color: rgb(210,171,49); }
H1.HeaderClassName
{
color: #D2AB31;
}
.AnyTagClassName
{
color: #D2AB31;
}
</style>
background-color css
<style>
a { background-color: #D2AB31; }
a { background-color: rgb(210,171,49); }
div.DivClassName
{
background-color: #D2AB31;
}
.BgClassName
{
background-color: #D2AB31;
}
</style>
border-color css
<style>
span { border-color: #D2AB31; }
span { border-color: rgb(210,171,49); }
td.TdClassName
{
border-color: #D2AB31;
}
.TagClassName
{
border-color: #D2AB31;
}
</style>