Shades of Metallic Gold #D2AB45
Tints of Metallic Gold #D2AB45
RGB
CMYK
RGB Variations
Color information
#D2AB45 (or 0xD2AB45) is known color: Metallic Gold. HEX triplet: D2, AB and 45. RGB value is (210,171,69). Sum of RGB (Red+Green+Blue) = 210+171+69=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB45 is #2D54BA. Grayscale: #ABABAB. Windows color (decimal): -2970811 or 4565970. OLE color: 4565970.
HSL color Cylindrical-coordinate representation of color #D2AB45: hue angle of 43.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2AB45 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 69 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.18 |
| HSL | 43.4º | 0.61% | 0.55% | - |
| HSV(B) | 43.4º | 0.67% | 0.82% | - |
| XYZ | 42.22 | 43.26 | 11.75 | - |
| YUV | 171.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 69 | 0 | 0.19 | 0.67 | 0.18 | 43.4 | 0.61 | 0.55 |
| Hex | D2 | AB | 45 | 0 | 13 | 43 | 12 | 2B | 3D | 37 |
| Octal | 322 | 253 | 105 | 0 | 23 | 103 | 22 | 53 | 75 | 67 |
| Binary | 11010010 | 10101011 | 1000101 | 0 | 10011 | 1000011 | 10010 | 101011 | 111101 | 110111 |
Color Harmonies of #D2AB45
Complementary color
Monochromatic Colors of #D2AB45
Black with #D2AB45
Text Example
Text Example
White with #D2AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB45; }
p { color: rgb(210,171,69); }
H1.HeaderClassName
{
color: #D2AB45;
}
.AnyTagClassName
{
color: #D2AB45;
}
</style>
background-color css
<style>
a { background-color: #D2AB45; }
a { background-color: rgb(210,171,69); }
div.DivClassName
{
background-color: #D2AB45;
}
.BgClassName
{
background-color: #D2AB45;
}
</style>
border-color css
<style>
span { border-color: #D2AB45; }
span { border-color: rgb(210,171,69); }
td.TdClassName
{
border-color: #D2AB45;
}
.TagClassName
{
border-color: #D2AB45;
}
</style>