Shades of Metallic Gold #D2AB33
Tints of Metallic Gold #D2AB33
RGB
CMYK
RGB Variations
Color information
#D2AB33 (or 0xD2AB33) is known color: Metallic Gold. HEX triplet: D2, AB and 33. RGB value is (210,171,51). Sum of RGB (Red+Green+Blue) = 210+171+51=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB33 is #2D54CC. Grayscale: #A9A9A9. Windows color (decimal): -2970829 or 3386322. OLE color: 3386322.
HSL color Cylindrical-coordinate representation of color #D2AB33: hue angle of 45.28º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2AB33 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 51 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.18 |
| HSL | 45.28º | 0.64% | 0.51% | - |
| HSV(B) | 45.28º | 0.76% | 0.82% | - |
| XYZ | 41.74 | 43.07 | 9.24 | - |
| YUV | 168.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 51 | 0 | 0.19 | 0.76 | 0.18 | 45.28 | 0.64 | 0.51 |
| Hex | D2 | AB | 33 | 0 | 13 | 4C | 12 | 2D | 40 | 33 |
| Octal | 322 | 253 | 63 | 0 | 23 | 114 | 22 | 55 | 100 | 63 |
| Binary | 11010010 | 10101011 | 110011 | 0 | 10011 | 1001100 | 10010 | 101101 | 1000000 | 110011 |
Color Harmonies of #D2AB33
Complementary color
Monochromatic Colors of #D2AB33
Black with #D2AB33
Text Example
Text Example
White with #D2AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB33; }
p { color: rgb(210,171,51); }
H1.HeaderClassName
{
color: #D2AB33;
}
.AnyTagClassName
{
color: #D2AB33;
}
</style>
background-color css
<style>
a { background-color: #D2AB33; }
a { background-color: rgb(210,171,51); }
div.DivClassName
{
background-color: #D2AB33;
}
.BgClassName
{
background-color: #D2AB33;
}
</style>
border-color css
<style>
span { border-color: #D2AB33; }
span { border-color: rgb(210,171,51); }
td.TdClassName
{
border-color: #D2AB33;
}
.TagClassName
{
border-color: #D2AB33;
}
</style>