Shades of Metallic Gold #D2AB36
Tints of Metallic Gold #D2AB36
RGB
CMYK
RGB Variations
Color information
#D2AB36 (or 0xD2AB36) is known color: Metallic Gold. HEX triplet: D2, AB and 36. RGB value is (210,171,54). Sum of RGB (Red+Green+Blue) = 210+171+54=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB36 is #2D54C9. Grayscale: #A9A9A9. Windows color (decimal): -2970826 or 3582930. OLE color: 3582930.
HSL color Cylindrical-coordinate representation of color #D2AB36: hue angle of 45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2AB36 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 54 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.18 |
| HSL | 45º | 0.63% | 0.52% | - |
| HSV(B) | 45º | 0.74% | 0.82% | - |
| XYZ | 41.81 | 43.09 | 9.6 | - |
| YUV | 169.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 54 | 0 | 0.19 | 0.74 | 0.18 | 45 | 0.63 | 0.52 |
| Hex | D2 | AB | 36 | 0 | 13 | 4A | 12 | 2D | 3F | 34 |
| Octal | 322 | 253 | 66 | 0 | 23 | 112 | 22 | 55 | 77 | 64 |
| Binary | 11010010 | 10101011 | 110110 | 0 | 10011 | 1001010 | 10010 | 101101 | 111111 | 110100 |
Color Harmonies of #D2AB36
Complementary color
Monochromatic Colors of #D2AB36
Black with #D2AB36
Text Example
Text Example
White with #D2AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB36; }
p { color: rgb(210,171,54); }
H1.HeaderClassName
{
color: #D2AB36;
}
.AnyTagClassName
{
color: #D2AB36;
}
</style>
background-color css
<style>
a { background-color: #D2AB36; }
a { background-color: rgb(210,171,54); }
div.DivClassName
{
background-color: #D2AB36;
}
.BgClassName
{
background-color: #D2AB36;
}
</style>
border-color css
<style>
span { border-color: #D2AB36; }
span { border-color: rgb(210,171,54); }
td.TdClassName
{
border-color: #D2AB36;
}
.TagClassName
{
border-color: #D2AB36;
}
</style>