Shades of Metallic Gold #D2A139
Tints of Metallic Gold #D2A139
RGB
CMYK
RGB Variations
Color information
#D2A139 (or 0xD2A139) is known color: Metallic Gold. HEX triplet: D2, A1 and 39. RGB value is (210,161,57). Sum of RGB (Red+Green+Blue) = 210+161+57=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A139 is #2D5EC6. Grayscale: #A4A4A4. Windows color (decimal): -2973383 or 3776978. OLE color: 3776978.
HSL color Cylindrical-coordinate representation of color #D2A139: hue angle of 40.78º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2A139 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 57 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.18 |
| HSL | 40.78º | 0.63% | 0.52% | - |
| HSV(B) | 40.78º | 0.73% | 0.82% | - |
| XYZ | 40.06 | 39.49 | 9.38 | - |
| YUV | 163.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 57 | 0 | 0.23 | 0.73 | 0.18 | 40.78 | 0.63 | 0.52 |
| Hex | D2 | A1 | 39 | 0 | 17 | 49 | 12 | 29 | 3F | 34 |
| Octal | 322 | 241 | 71 | 0 | 27 | 111 | 22 | 51 | 77 | 64 |
| Binary | 11010010 | 10100001 | 111001 | 0 | 10111 | 1001001 | 10010 | 101001 | 111111 | 110100 |
Color Harmonies of #D2A139
Complementary color
Monochromatic Colors of #D2A139
Black with #D2A139
Text Example
Text Example
White with #D2A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A139; }
p { color: rgb(210,161,57); }
H1.HeaderClassName
{
color: #D2A139;
}
.AnyTagClassName
{
color: #D2A139;
}
</style>
background-color css
<style>
a { background-color: #D2A139; }
a { background-color: rgb(210,161,57); }
div.DivClassName
{
background-color: #D2A139;
}
.BgClassName
{
background-color: #D2A139;
}
</style>
border-color css
<style>
span { border-color: #D2A139; }
span { border-color: rgb(210,161,57); }
td.TdClassName
{
border-color: #D2A139;
}
.TagClassName
{
border-color: #D2A139;
}
</style>