Shades of Metallic Gold #D0A830
Tints of Metallic Gold #D0A830
RGB
CMYK
RGB Variations
Color information
#D0A830 (or 0xD0A830) is known color: Metallic Gold. HEX triplet: D0, A8 and 30. RGB value is (208,168,48). Sum of RGB (Red+Green+Blue) = 208+168+48=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A830 is #2F57CF. Grayscale: #A6A6A6. Windows color (decimal): -3102672 or 3188944. OLE color: 3188944.
HSL color Cylindrical-coordinate representation of color #D0A830: hue angle of 45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0A830 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 48 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.18 |
| HSL | 45º | 0.63% | 0.5% | - |
| HSV(B) | 45º | 0.77% | 0.82% | - |
| XYZ | 40.55 | 41.63 | 8.69 | - |
| YUV | 166.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 48 | 0 | 0.19 | 0.77 | 0.18 | 45 | 0.63 | 0.5 |
| Hex | D0 | A8 | 30 | 0 | 13 | 4D | 12 | 2D | 3F | 32 |
| Octal | 320 | 250 | 60 | 0 | 23 | 115 | 22 | 55 | 77 | 62 |
| Binary | 11010000 | 10101000 | 110000 | 0 | 10011 | 1001101 | 10010 | 101101 | 111111 | 110010 |
Color Harmonies of #D0A830
Complementary color
Monochromatic Colors of #D0A830
Black with #D0A830
Text Example
Text Example
White with #D0A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A830; }
p { color: rgb(208,168,48); }
H1.HeaderClassName
{
color: #D0A830;
}
.AnyTagClassName
{
color: #D0A830;
}
</style>
background-color css
<style>
a { background-color: #D0A830; }
a { background-color: rgb(208,168,48); }
div.DivClassName
{
background-color: #D0A830;
}
.BgClassName
{
background-color: #D0A830;
}
</style>
border-color css
<style>
span { border-color: #D0A830; }
span { border-color: rgb(208,168,48); }
td.TdClassName
{
border-color: #D0A830;
}
.TagClassName
{
border-color: #D0A830;
}
</style>