Shades of Metallic Gold #D0AB3B
Tints of Metallic Gold #D0AB3B
RGB
CMYK
RGB Variations
Color information
#D0AB3B (or 0xD0AB3B) is known color: Metallic Gold. HEX triplet: D0, AB and 3B. RGB value is (208,171,59). Sum of RGB (Red+Green+Blue) = 208+171+59=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB3B is #2F54C4. Grayscale: #A9A9A9. Windows color (decimal): -3101893 or 3910608. OLE color: 3910608.
HSL color Cylindrical-coordinate representation of color #D0AB3B: hue angle of 45.1º 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 #D0AB3B is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 59 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.18 |
| HSL | 45.1º | 0.61% | 0.52% | - |
| HSV(B) | 45.1º | 0.72% | 0.82% | - |
| XYZ | 41.36 | 42.85 | 10.23 | - |
| YUV | 169.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 59 | 0 | 0.18 | 0.72 | 0.18 | 45.1 | 0.61 | 0.52 |
| Hex | D0 | AB | 3B | 0 | 12 | 48 | 12 | 2D | 3D | 34 |
| Octal | 320 | 253 | 73 | 0 | 22 | 110 | 22 | 55 | 75 | 64 |
| Binary | 11010000 | 10101011 | 111011 | 0 | 10010 | 1001000 | 10010 | 101101 | 111101 | 110100 |
Color Harmonies of #D0AB3B
Complementary color
Monochromatic Colors of #D0AB3B
Black with #D0AB3B
Text Example
Text Example
White with #D0AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB3B; }
p { color: rgb(208,171,59); }
H1.HeaderClassName
{
color: #D0AB3B;
}
.AnyTagClassName
{
color: #D0AB3B;
}
</style>
background-color css
<style>
a { background-color: #D0AB3B; }
a { background-color: rgb(208,171,59); }
div.DivClassName
{
background-color: #D0AB3B;
}
.BgClassName
{
background-color: #D0AB3B;
}
</style>
border-color css
<style>
span { border-color: #D0AB3B; }
span { border-color: rgb(208,171,59); }
td.TdClassName
{
border-color: #D0AB3B;
}
.TagClassName
{
border-color: #D0AB3B;
}
</style>