Shades of Metallic Gold #D0AB3A
Tints of Metallic Gold #D0AB3A
RGB
CMYK
RGB Variations
Color information
#D0AB3A (or 0xD0AB3A) is known color: Metallic Gold. HEX triplet: D0, AB and 3A. RGB value is (208,171,58). Sum of RGB (Red+Green+Blue) = 208+171+58=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB3A is #2F54C5. Grayscale: #A9A9A9. Windows color (decimal): -3101894 or 3845072. OLE color: 3845072.
HSL color Cylindrical-coordinate representation of color #D0AB3A: hue angle of 45.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0AB3A is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 58 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.18 |
| HSL | 45.2º | 0.61% | 0.52% | - |
| HSV(B) | 45.2º | 0.72% | 0.82% | - |
| XYZ | 41.34 | 42.84 | 10.09 | - |
| YUV | 169.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 58 | 0 | 0.18 | 0.72 | 0.18 | 45.2 | 0.61 | 0.52 |
| Hex | D0 | AB | 3A | 0 | 12 | 48 | 12 | 2D | 3D | 34 |
| Octal | 320 | 253 | 72 | 0 | 22 | 110 | 22 | 55 | 75 | 64 |
| Binary | 11010000 | 10101011 | 111010 | 0 | 10010 | 1001000 | 10010 | 101101 | 111101 | 110100 |
Color Harmonies of #D0AB3A
Complementary color
Monochromatic Colors of #D0AB3A
Black with #D0AB3A
Text Example
Text Example
White with #D0AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB3A; }
p { color: rgb(208,171,58); }
H1.HeaderClassName
{
color: #D0AB3A;
}
.AnyTagClassName
{
color: #D0AB3A;
}
</style>
background-color css
<style>
a { background-color: #D0AB3A; }
a { background-color: rgb(208,171,58); }
div.DivClassName
{
background-color: #D0AB3A;
}
.BgClassName
{
background-color: #D0AB3A;
}
</style>
border-color css
<style>
span { border-color: #D0AB3A; }
span { border-color: rgb(208,171,58); }
td.TdClassName
{
border-color: #D0AB3A;
}
.TagClassName
{
border-color: #D0AB3A;
}
</style>