Shades of Metallic Gold #D0A140
Tints of Metallic Gold #D0A140
RGB
CMYK
RGB Variations
Color information
#D0A140 (or 0xD0A140) is known color: Metallic Gold. HEX triplet: D0, A1 and 40. RGB value is (208,161,64). Sum of RGB (Red+Green+Blue) = 208+161+64=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A140 is #2F5EBF. Grayscale: #A4A4A4. Windows color (decimal): -3104448 or 4235728. OLE color: 4235728.
HSL color Cylindrical-coordinate representation of color #D0A140: hue angle of 40.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0A140 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 64 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.18 |
| HSL | 40.42º | 0.61% | 0.53% | - |
| HSV(B) | 40.42º | 0.69% | 0.82% | - |
| XYZ | 39.68 | 39.27 | 10.34 | - |
| YUV | 164 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 64 | 0 | 0.23 | 0.69 | 0.18 | 40.42 | 0.61 | 0.53 |
| Hex | D0 | A1 | 40 | 0 | 17 | 45 | 12 | 28 | 3D | 35 |
| Octal | 320 | 241 | 100 | 0 | 27 | 105 | 22 | 50 | 75 | 65 |
| Binary | 11010000 | 10100001 | 1000000 | 0 | 10111 | 1000101 | 10010 | 101000 | 111101 | 110101 |
Color Harmonies of #D0A140
Complementary color
Monochromatic Colors of #D0A140
Black with #D0A140
Text Example
Text Example
White with #D0A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A140; }
p { color: rgb(208,161,64); }
H1.HeaderClassName
{
color: #D0A140;
}
.AnyTagClassName
{
color: #D0A140;
}
</style>
background-color css
<style>
a { background-color: #D0A140; }
a { background-color: rgb(208,161,64); }
div.DivClassName
{
background-color: #D0A140;
}
.BgClassName
{
background-color: #D0A140;
}
</style>
border-color css
<style>
span { border-color: #D0A140; }
span { border-color: rgb(208,161,64); }
td.TdClassName
{
border-color: #D0A140;
}
.TagClassName
{
border-color: #D0A140;
}
</style>