Shades of Metallic Gold #D0AA3F
Tints of Metallic Gold #D0AA3F
RGB
CMYK
RGB Variations
Color information
#D0AA3F (or 0xD0AA3F) is known color: Metallic Gold. HEX triplet: D0, AA and 3F. RGB value is (208,170,63). Sum of RGB (Red+Green+Blue) = 208+170+63=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA3F is #2F55C0. Grayscale: #A9A9A9. Windows color (decimal): -3102145 or 4172496. OLE color: 4172496.
HSL color Cylindrical-coordinate representation of color #D0AA3F: hue angle of 44.28º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0AA3F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 63 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.18 |
| HSL | 44.28º | 0.61% | 0.53% | - |
| HSV(B) | 44.28º | 0.7% | 0.82% | - |
| XYZ | 41.28 | 42.52 | 10.73 | - |
| YUV | 169.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 63 | 0 | 0.18 | 0.70 | 0.18 | 44.28 | 0.61 | 0.53 |
| Hex | D0 | AA | 3F | 0 | 12 | 46 | 12 | 2C | 3D | 35 |
| Octal | 320 | 252 | 77 | 0 | 22 | 106 | 22 | 54 | 75 | 65 |
| Binary | 11010000 | 10101010 | 111111 | 0 | 10010 | 1000110 | 10010 | 101100 | 111101 | 110101 |
Color Harmonies of #D0AA3F
Complementary color
Monochromatic Colors of #D0AA3F
Black with #D0AA3F
Text Example
Text Example
White with #D0AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA3F; }
p { color: rgb(208,170,63); }
H1.HeaderClassName
{
color: #D0AA3F;
}
.AnyTagClassName
{
color: #D0AA3F;
}
</style>
background-color css
<style>
a { background-color: #D0AA3F; }
a { background-color: rgb(208,170,63); }
div.DivClassName
{
background-color: #D0AA3F;
}
.BgClassName
{
background-color: #D0AA3F;
}
</style>
border-color css
<style>
span { border-color: #D0AA3F; }
span { border-color: rgb(208,170,63); }
td.TdClassName
{
border-color: #D0AA3F;
}
.TagClassName
{
border-color: #D0AA3F;
}
</style>