Shades of Metallic Gold #D2AB34
Tints of Metallic Gold #D2AB34
RGB
CMYK
RGB Variations
Color information
#D2AB34 (or 0xD2AB34) is known color: Metallic Gold. HEX triplet: D2, AB and 34. RGB value is (210,171,52). Sum of RGB (Red+Green+Blue) = 210+171+52=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB34 is #2D54CB. Grayscale: #A9A9A9. Windows color (decimal): -2970828 or 3451858. OLE color: 3451858.
HSL color Cylindrical-coordinate representation of color #D2AB34: hue angle of 45.19º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2AB34 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 52 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.18 |
| HSL | 45.19º | 0.64% | 0.51% | - |
| HSV(B) | 45.19º | 0.75% | 0.82% | - |
| XYZ | 41.76 | 43.08 | 9.36 | - |
| YUV | 169.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 52 | 0 | 0.19 | 0.75 | 0.18 | 45.19 | 0.64 | 0.51 |
| Hex | D2 | AB | 34 | 0 | 13 | 4B | 12 | 2D | 40 | 33 |
| Octal | 322 | 253 | 64 | 0 | 23 | 113 | 22 | 55 | 100 | 63 |
| Binary | 11010010 | 10101011 | 110100 | 0 | 10011 | 1001011 | 10010 | 101101 | 1000000 | 110011 |
Color Harmonies of #D2AB34
Complementary color
Monochromatic Colors of #D2AB34
Black with #D2AB34
Text Example
Text Example
White with #D2AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB34; }
p { color: rgb(210,171,52); }
H1.HeaderClassName
{
color: #D2AB34;
}
.AnyTagClassName
{
color: #D2AB34;
}
</style>
background-color css
<style>
a { background-color: #D2AB34; }
a { background-color: rgb(210,171,52); }
div.DivClassName
{
background-color: #D2AB34;
}
.BgClassName
{
background-color: #D2AB34;
}
</style>
border-color css
<style>
span { border-color: #D2AB34; }
span { border-color: rgb(210,171,52); }
td.TdClassName
{
border-color: #D2AB34;
}
.TagClassName
{
border-color: #D2AB34;
}
</style>