Shades of Metallic Gold #D2AB41
Tints of Metallic Gold #D2AB41
RGB
CMYK
RGB Variations
Color information
#D2AB41 (or 0xD2AB41) is known color: Metallic Gold. HEX triplet: D2, AB and 41. RGB value is (210,171,65). Sum of RGB (Red+Green+Blue) = 210+171+65=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB41 is #2D54BE. Grayscale: #ABABAB. Windows color (decimal): -2970815 or 4303826. OLE color: 4303826.
HSL color Cylindrical-coordinate representation of color #D2AB41: hue angle of 43.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2AB41 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 65 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.18 |
| HSL | 43.86º | 0.62% | 0.54% | - |
| HSV(B) | 43.86º | 0.69% | 0.82% | - |
| XYZ | 42.1 | 43.21 | 11.12 | - |
| YUV | 170.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 65 | 0 | 0.19 | 0.69 | 0.18 | 43.86 | 0.62 | 0.54 |
| Hex | D2 | AB | 41 | 0 | 13 | 45 | 12 | 2C | 3E | 36 |
| Octal | 322 | 253 | 101 | 0 | 23 | 105 | 22 | 54 | 76 | 66 |
| Binary | 11010010 | 10101011 | 1000001 | 0 | 10011 | 1000101 | 10010 | 101100 | 111110 | 110110 |
Color Harmonies of #D2AB41
Complementary color
Monochromatic Colors of #D2AB41
Black with #D2AB41
Text Example
Text Example
White with #D2AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB41; }
p { color: rgb(210,171,65); }
H1.HeaderClassName
{
color: #D2AB41;
}
.AnyTagClassName
{
color: #D2AB41;
}
</style>
background-color css
<style>
a { background-color: #D2AB41; }
a { background-color: rgb(210,171,65); }
div.DivClassName
{
background-color: #D2AB41;
}
.BgClassName
{
background-color: #D2AB41;
}
</style>
border-color css
<style>
span { border-color: #D2AB41; }
span { border-color: rgb(210,171,65); }
td.TdClassName
{
border-color: #D2AB41;
}
.TagClassName
{
border-color: #D2AB41;
}
</style>