Shades of Metallic Gold #D0A92D
Tints of Metallic Gold #D0A92D
RGB
CMYK
RGB Variations
Color information
#D0A92D (or 0xD0A92D) is known color: Metallic Gold. HEX triplet: D0, A9 and 2D. RGB value is (208,169,45). Sum of RGB (Red+Green+Blue) = 208+169+45=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A92D is #2F56D2. Grayscale: #A7A7A7. Windows color (decimal): -3102419 or 2992592. OLE color: 2992592.
HSL color Cylindrical-coordinate representation of color #D0A92D: hue angle of 45.64º 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 #D0A92D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.18 |
| HSL | 45.64º | 0.64% | 0.5% | - |
| HSV(B) | 45.64º | 0.78% | 0.82% | - |
| XYZ | 40.67 | 41.98 | 8.44 | - |
| YUV | 166.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 45 | 0 | 0.19 | 0.78 | 0.18 | 45.64 | 0.64 | 0.5 |
| Hex | D0 | A9 | 2D | 0 | 13 | 4E | 12 | 2E | 40 | 32 |
| Octal | 320 | 251 | 55 | 0 | 23 | 116 | 22 | 56 | 100 | 62 |
| Binary | 11010000 | 10101001 | 101101 | 0 | 10011 | 1001110 | 10010 | 101110 | 1000000 | 110010 |
Color Harmonies of #D0A92D
Complementary color
Monochromatic Colors of #D0A92D
Black with #D0A92D
Text Example
Text Example
White with #D0A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A92D; }
p { color: rgb(208,169,45); }
H1.HeaderClassName
{
color: #D0A92D;
}
.AnyTagClassName
{
color: #D0A92D;
}
</style>
background-color css
<style>
a { background-color: #D0A92D; }
a { background-color: rgb(208,169,45); }
div.DivClassName
{
background-color: #D0A92D;
}
.BgClassName
{
background-color: #D0A92D;
}
</style>
border-color css
<style>
span { border-color: #D0A92D; }
span { border-color: rgb(208,169,45); }
td.TdClassName
{
border-color: #D0A92D;
}
.TagClassName
{
border-color: #D0A92D;
}
</style>