Shades of Metallic Gold #D0A23F
Tints of Metallic Gold #D0A23F
RGB
CMYK
RGB Variations
Color information
#D0A23F (or 0xD0A23F) is known color: Metallic Gold. HEX triplet: D0, A2 and 3F. RGB value is (208,162,63). Sum of RGB (Red+Green+Blue) = 208+162+63=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A23F is #2F5DC0. Grayscale: #A4A4A4. Windows color (decimal): -3104193 or 4170448. OLE color: 4170448.
HSL color Cylindrical-coordinate representation of color #D0A23F: hue angle of 40.97º 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 #D0A23F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 63 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.18 |
| HSL | 40.97º | 0.61% | 0.53% | - |
| HSV(B) | 40.97º | 0.7% | 0.82% | - |
| XYZ | 39.83 | 39.61 | 10.25 | - |
| YUV | 164.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 63 | 0 | 0.22 | 0.70 | 0.18 | 40.97 | 0.61 | 0.53 |
| Hex | D0 | A2 | 3F | 0 | 16 | 46 | 12 | 29 | 3D | 35 |
| Octal | 320 | 242 | 77 | 0 | 26 | 106 | 22 | 51 | 75 | 65 |
| Binary | 11010000 | 10100010 | 111111 | 0 | 10110 | 1000110 | 10010 | 101001 | 111101 | 110101 |
Color Harmonies of #D0A23F
Complementary color
Monochromatic Colors of #D0A23F
Black with #D0A23F
Text Example
Text Example
White with #D0A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A23F; }
p { color: rgb(208,162,63); }
H1.HeaderClassName
{
color: #D0A23F;
}
.AnyTagClassName
{
color: #D0A23F;
}
</style>
background-color css
<style>
a { background-color: #D0A23F; }
a { background-color: rgb(208,162,63); }
div.DivClassName
{
background-color: #D0A23F;
}
.BgClassName
{
background-color: #D0A23F;
}
</style>
border-color css
<style>
span { border-color: #D0A23F; }
span { border-color: rgb(208,162,63); }
td.TdClassName
{
border-color: #D0A23F;
}
.TagClassName
{
border-color: #D0A23F;
}
</style>