Shades of Metallic Gold #D0A136
Tints of Metallic Gold #D0A136
RGB
CMYK
RGB Variations
Color information
#D0A136 (or 0xD0A136) is known color: Metallic Gold. HEX triplet: D0, A1 and 36. RGB value is (208,161,54). Sum of RGB (Red+Green+Blue) = 208+161+54=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A136 is #2F5EC9. Grayscale: #A3A3A3. Windows color (decimal): -3104458 or 3580368. OLE color: 3580368.
HSL color Cylindrical-coordinate representation of color #D0A136: hue angle of 41.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0A136 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 54 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.18 |
| HSL | 41.69º | 0.62% | 0.51% | - |
| HSV(B) | 41.69º | 0.74% | 0.82% | - |
| XYZ | 39.42 | 39.17 | 8.97 | - |
| YUV | 162.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 54 | 0 | 0.23 | 0.74 | 0.18 | 41.69 | 0.62 | 0.51 |
| Hex | D0 | A1 | 36 | 0 | 17 | 4A | 12 | 2A | 3E | 33 |
| Octal | 320 | 241 | 66 | 0 | 27 | 112 | 22 | 52 | 76 | 63 |
| Binary | 11010000 | 10100001 | 110110 | 0 | 10111 | 1001010 | 10010 | 101010 | 111110 | 110011 |
Color Harmonies of #D0A136
Complementary color
Monochromatic Colors of #D0A136
Black with #D0A136
Text Example
Text Example
White with #D0A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A136; }
p { color: rgb(208,161,54); }
H1.HeaderClassName
{
color: #D0A136;
}
.AnyTagClassName
{
color: #D0A136;
}
</style>
background-color css
<style>
a { background-color: #D0A136; }
a { background-color: rgb(208,161,54); }
div.DivClassName
{
background-color: #D0A136;
}
.BgClassName
{
background-color: #D0A136;
}
</style>
border-color css
<style>
span { border-color: #D0A136; }
span { border-color: rgb(208,161,54); }
td.TdClassName
{
border-color: #D0A136;
}
.TagClassName
{
border-color: #D0A136;
}
</style>