Shades of Metallic Gold #D0AB34
Tints of Metallic Gold #D0AB34
RGB
CMYK
RGB Variations
Color information
#D0AB34 (or 0xD0AB34) is known color: Metallic Gold. HEX triplet: D0, AB and 34. RGB value is (208,171,52). Sum of RGB (Red+Green+Blue) = 208+171+52=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB34 is #2F54CB. Grayscale: #A9A9A9. Windows color (decimal): -3101900 or 3451856. OLE color: 3451856.
HSL color Cylindrical-coordinate representation of color #D0AB34: hue angle of 45.77º degrees, saturation: 0.62, 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 #D0AB34 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 52 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.18 |
| HSL | 45.77º | 0.62% | 0.51% | - |
| HSV(B) | 45.77º | 0.75% | 0.82% | - |
| XYZ | 41.2 | 42.78 | 9.34 | - |
| YUV | 168.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 52 | 0 | 0.18 | 0.75 | 0.18 | 45.77 | 0.62 | 0.51 |
| Hex | D0 | AB | 34 | 0 | 12 | 4B | 12 | 2E | 3E | 33 |
| Octal | 320 | 253 | 64 | 0 | 22 | 113 | 22 | 56 | 76 | 63 |
| Binary | 11010000 | 10101011 | 110100 | 0 | 10010 | 1001011 | 10010 | 101110 | 111110 | 110011 |
Color Harmonies of #D0AB34
Complementary color
Monochromatic Colors of #D0AB34
Black with #D0AB34
Text Example
Text Example
White with #D0AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB34; }
p { color: rgb(208,171,52); }
H1.HeaderClassName
{
color: #D0AB34;
}
.AnyTagClassName
{
color: #D0AB34;
}
</style>
background-color css
<style>
a { background-color: #D0AB34; }
a { background-color: rgb(208,171,52); }
div.DivClassName
{
background-color: #D0AB34;
}
.BgClassName
{
background-color: #D0AB34;
}
</style>
border-color css
<style>
span { border-color: #D0AB34; }
span { border-color: rgb(208,171,52); }
td.TdClassName
{
border-color: #D0AB34;
}
.TagClassName
{
border-color: #D0AB34;
}
</style>