Shades of Metallic Gold #D0AD3F
Tints of Metallic Gold #D0AD3F
RGB
CMYK
RGB Variations
Color information
#D0AD3F (or 0xD0AD3F) is known color: Metallic Gold. HEX triplet: D0, AD and 3F. RGB value is (208,173,63). Sum of RGB (Red+Green+Blue) = 208+173+63=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD3F is #2F52C0. Grayscale: #ABABAB. Windows color (decimal): -3101377 or 4173264. OLE color: 4173264.
HSL color Cylindrical-coordinate representation of color #D0AD3F: hue angle of 45.52º 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 #D0AD3F is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 63 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.18 |
| HSL | 45.52º | 0.61% | 0.53% | - |
| HSV(B) | 45.52º | 0.7% | 0.82% | - |
| XYZ | 41.85 | 43.66 | 10.92 | - |
| YUV | 170.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 63 | 0 | 0.17 | 0.70 | 0.18 | 45.52 | 0.61 | 0.53 |
| Hex | D0 | AD | 3F | 0 | 11 | 46 | 12 | 2E | 3D | 35 |
| Octal | 320 | 255 | 77 | 0 | 21 | 106 | 22 | 56 | 75 | 65 |
| Binary | 11010000 | 10101101 | 111111 | 0 | 10001 | 1000110 | 10010 | 101110 | 111101 | 110101 |
Color Harmonies of #D0AD3F
Complementary color
Monochromatic Colors of #D0AD3F
Black with #D0AD3F
Text Example
Text Example
White with #D0AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD3F; }
p { color: rgb(208,173,63); }
H1.HeaderClassName
{
color: #D0AD3F;
}
.AnyTagClassName
{
color: #D0AD3F;
}
</style>
background-color css
<style>
a { background-color: #D0AD3F; }
a { background-color: rgb(208,173,63); }
div.DivClassName
{
background-color: #D0AD3F;
}
.BgClassName
{
background-color: #D0AD3F;
}
</style>
border-color css
<style>
span { border-color: #D0AD3F; }
span { border-color: rgb(208,173,63); }
td.TdClassName
{
border-color: #D0AD3F;
}
.TagClassName
{
border-color: #D0AD3F;
}
</style>