Shades of Metallic Gold #D0A135
Tints of Metallic Gold #D0A135
RGB
CMYK
RGB Variations
Color information
#D0A135 (or 0xD0A135) is known color: Metallic Gold. HEX triplet: D0, A1 and 35. RGB value is (208,161,53). Sum of RGB (Red+Green+Blue) = 208+161+53=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A135 is #2F5ECA. Grayscale: #A3A3A3. Windows color (decimal): -3104459 or 3514832. OLE color: 3514832.
HSL color Cylindrical-coordinate representation of color #D0A135: hue angle of 41.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0A135 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 53 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.18 |
| HSL | 41.81º | 0.62% | 0.51% | - |
| HSV(B) | 41.81º | 0.75% | 0.82% | - |
| XYZ | 39.4 | 39.16 | 8.85 | - |
| YUV | 162.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 53 | 0 | 0.23 | 0.75 | 0.18 | 41.81 | 0.62 | 0.51 |
| Hex | D0 | A1 | 35 | 0 | 17 | 4B | 12 | 2A | 3E | 33 |
| Octal | 320 | 241 | 65 | 0 | 27 | 113 | 22 | 52 | 76 | 63 |
| Binary | 11010000 | 10100001 | 110101 | 0 | 10111 | 1001011 | 10010 | 101010 | 111110 | 110011 |
Color Harmonies of #D0A135
Complementary color
Monochromatic Colors of #D0A135
Black with #D0A135
Text Example
Text Example
White with #D0A135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A135; }
p { color: rgb(208,161,53); }
H1.HeaderClassName
{
color: #D0A135;
}
.AnyTagClassName
{
color: #D0A135;
}
</style>
background-color css
<style>
a { background-color: #D0A135; }
a { background-color: rgb(208,161,53); }
div.DivClassName
{
background-color: #D0A135;
}
.BgClassName
{
background-color: #D0A135;
}
</style>
border-color css
<style>
span { border-color: #D0A135; }
span { border-color: rgb(208,161,53); }
td.TdClassName
{
border-color: #D0A135;
}
.TagClassName
{
border-color: #D0A135;
}
</style>