Shades of Metallic Gold #D0AD3E
Tints of Metallic Gold #D0AD3E
RGB
CMYK
RGB Variations
Color information
#D0AD3E (or 0xD0AD3E) is known color: Metallic Gold. HEX triplet: D0, AD and 3E. RGB value is (208,173,62). Sum of RGB (Red+Green+Blue) = 208+173+62=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD3E is #2F52C1. Grayscale: #ABABAB. Windows color (decimal): -3101378 or 4107728. OLE color: 4107728.
HSL color Cylindrical-coordinate representation of color #D0AD3E: hue angle of 45.62º 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 #D0AD3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.18 |
| HSL | 45.62º | 0.61% | 0.53% | - |
| HSV(B) | 45.62º | 0.7% | 0.82% | - |
| XYZ | 41.83 | 43.64 | 10.78 | - |
| YUV | 170.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 62 | 0 | 0.17 | 0.70 | 0.18 | 45.62 | 0.61 | 0.53 |
| Hex | D0 | AD | 3E | 0 | 11 | 46 | 12 | 2E | 3D | 35 |
| Octal | 320 | 255 | 76 | 0 | 21 | 106 | 22 | 56 | 75 | 65 |
| Binary | 11010000 | 10101101 | 111110 | 0 | 10001 | 1000110 | 10010 | 101110 | 111101 | 110101 |
Color Harmonies of #D0AD3E
Complementary color
Monochromatic Colors of #D0AD3E
Black with #D0AD3E
Text Example
Text Example
White with #D0AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD3E; }
p { color: rgb(208,173,62); }
H1.HeaderClassName
{
color: #D0AD3E;
}
.AnyTagClassName
{
color: #D0AD3E;
}
</style>
background-color css
<style>
a { background-color: #D0AD3E; }
a { background-color: rgb(208,173,62); }
div.DivClassName
{
background-color: #D0AD3E;
}
.BgClassName
{
background-color: #D0AD3E;
}
</style>
border-color css
<style>
span { border-color: #D0AD3E; }
span { border-color: rgb(208,173,62); }
td.TdClassName
{
border-color: #D0AD3E;
}
.TagClassName
{
border-color: #D0AD3E;
}
</style>