Shades of Metallic Gold #D0AB43
Tints of Metallic Gold #D0AB43
RGB
CMYK
RGB Variations
Color information
#D0AB43 (or 0xD0AB43) is known color: Metallic Gold. HEX triplet: D0, AB and 43. RGB value is (208,171,67). Sum of RGB (Red+Green+Blue) = 208+171+67=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB43 is #2F54BC. Grayscale: #AAAAAA. Windows color (decimal): -3101885 or 4434896. OLE color: 4434896.
HSL color Cylindrical-coordinate representation of color #D0AB43: hue angle of 44.26º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AB43 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 67 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.18 |
| HSL | 44.26º | 0.6% | 0.54% | - |
| HSV(B) | 44.26º | 0.68% | 0.82% | - |
| XYZ | 41.59 | 42.94 | 11.41 | - |
| YUV | 170.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 67 | 0 | 0.18 | 0.68 | 0.18 | 44.26 | 0.6 | 0.54 |
| Hex | D0 | AB | 43 | 0 | 12 | 44 | 12 | 2C | 3C | 36 |
| Octal | 320 | 253 | 103 | 0 | 22 | 104 | 22 | 54 | 74 | 66 |
| Binary | 11010000 | 10101011 | 1000011 | 0 | 10010 | 1000100 | 10010 | 101100 | 111100 | 110110 |
Color Harmonies of #D0AB43
Complementary color
Monochromatic Colors of #D0AB43
Black with #D0AB43
Text Example
Text Example
White with #D0AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB43; }
p { color: rgb(208,171,67); }
H1.HeaderClassName
{
color: #D0AB43;
}
.AnyTagClassName
{
color: #D0AB43;
}
</style>
background-color css
<style>
a { background-color: #D0AB43; }
a { background-color: rgb(208,171,67); }
div.DivClassName
{
background-color: #D0AB43;
}
.BgClassName
{
background-color: #D0AB43;
}
</style>
border-color css
<style>
span { border-color: #D0AB43; }
span { border-color: rgb(208,171,67); }
td.TdClassName
{
border-color: #D0AB43;
}
.TagClassName
{
border-color: #D0AB43;
}
</style>