Shades of Metallic Gold #D0AD2E
Tints of Metallic Gold #D0AD2E
RGB
CMYK
RGB Variations
Color information
#D0AD2E (or 0xD0AD2E) is known color: Metallic Gold. HEX triplet: D0, AD and 2E. RGB value is (208,173,46). Sum of RGB (Red+Green+Blue) = 208+173+46=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD2E is #2F52D1. Grayscale: #A9A9A9. Windows color (decimal): -3101394 or 3059152. OLE color: 3059152.
HSL color Cylindrical-coordinate representation of color #D0AD2E: hue angle of 47.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0AD2E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 46 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.18 |
| HSL | 47.04º | 0.64% | 0.5% | - |
| HSV(B) | 47.04º | 0.78% | 0.82% | - |
| XYZ | 41.45 | 43.49 | 8.8 | - |
| YUV | 168.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 46 | 0 | 0.17 | 0.78 | 0.18 | 47.04 | 0.64 | 0.5 |
| Hex | D0 | AD | 2E | 0 | 11 | 4E | 12 | 2F | 40 | 32 |
| Octal | 320 | 255 | 56 | 0 | 21 | 116 | 22 | 57 | 100 | 62 |
| Binary | 11010000 | 10101101 | 101110 | 0 | 10001 | 1001110 | 10010 | 101111 | 1000000 | 110010 |
Color Harmonies of #D0AD2E
Complementary color
Monochromatic Colors of #D0AD2E
Black with #D0AD2E
Text Example
Text Example
White with #D0AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD2E; }
p { color: rgb(208,173,46); }
H1.HeaderClassName
{
color: #D0AD2E;
}
.AnyTagClassName
{
color: #D0AD2E;
}
</style>
background-color css
<style>
a { background-color: #D0AD2E; }
a { background-color: rgb(208,173,46); }
div.DivClassName
{
background-color: #D0AD2E;
}
.BgClassName
{
background-color: #D0AD2E;
}
</style>
border-color css
<style>
span { border-color: #D0AD2E; }
span { border-color: rgb(208,173,46); }
td.TdClassName
{
border-color: #D0AD2E;
}
.TagClassName
{
border-color: #D0AD2E;
}
</style>