Shades of Metallic Gold #D0A038
Tints of Metallic Gold #D0A038
RGB
CMYK
RGB Variations
Color information
#D0A038 (or 0xD0A038) is known color: Metallic Gold. HEX triplet: D0, A0 and 38. RGB value is (208,160,56). Sum of RGB (Red+Green+Blue) = 208+160+56=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A038 is #2F5FC7. Grayscale: #A2A2A2. Windows color (decimal): -3104712 or 3711184. OLE color: 3711184.
HSL color Cylindrical-coordinate representation of color #D0A038: hue angle of 41.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0A038 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 56 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.18 |
| HSL | 41.05º | 0.62% | 0.52% | - |
| HSV(B) | 41.05º | 0.73% | 0.82% | - |
| XYZ | 39.3 | 38.84 | 9.17 | - |
| YUV | 162.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 56 | 0 | 0.23 | 0.73 | 0.18 | 41.05 | 0.62 | 0.52 |
| Hex | D0 | A0 | 38 | 0 | 17 | 49 | 12 | 29 | 3E | 34 |
| Octal | 320 | 240 | 70 | 0 | 27 | 111 | 22 | 51 | 76 | 64 |
| Binary | 11010000 | 10100000 | 111000 | 0 | 10111 | 1001001 | 10010 | 101001 | 111110 | 110100 |
Color Harmonies of #D0A038
Complementary color
Monochromatic Colors of #D0A038
Black with #D0A038
Text Example
Text Example
White with #D0A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A038; }
p { color: rgb(208,160,56); }
H1.HeaderClassName
{
color: #D0A038;
}
.AnyTagClassName
{
color: #D0A038;
}
</style>
background-color css
<style>
a { background-color: #D0A038; }
a { background-color: rgb(208,160,56); }
div.DivClassName
{
background-color: #D0A038;
}
.BgClassName
{
background-color: #D0A038;
}
</style>
border-color css
<style>
span { border-color: #D0A038; }
span { border-color: rgb(208,160,56); }
td.TdClassName
{
border-color: #D0A038;
}
.TagClassName
{
border-color: #D0A038;
}
</style>