Shades of Metallic Gold #D2A238
Tints of Metallic Gold #D2A238
RGB
CMYK
RGB Variations
Color information
#D2A238 (or 0xD2A238) is known color: Metallic Gold. HEX triplet: D2, A2 and 38. RGB value is (210,162,56). Sum of RGB (Red+Green+Blue) = 210+162+56=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A238 is #2D5DC7. Grayscale: #A4A4A4. Windows color (decimal): -2973128 or 3711698. OLE color: 3711698.
HSL color Cylindrical-coordinate representation of color #D2A238: hue angle of 41.3º 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 #D2A238 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 56 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.18 |
| HSL | 41.3º | 0.63% | 0.52% | - |
| HSV(B) | 41.3º | 0.73% | 0.82% | - |
| XYZ | 40.21 | 39.83 | 9.31 | - |
| YUV | 164.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 56 | 0 | 0.23 | 0.73 | 0.18 | 41.3 | 0.63 | 0.52 |
| Hex | D2 | A2 | 38 | 0 | 17 | 49 | 12 | 29 | 3F | 34 |
| Octal | 322 | 242 | 70 | 0 | 27 | 111 | 22 | 51 | 77 | 64 |
| Binary | 11010010 | 10100010 | 111000 | 0 | 10111 | 1001001 | 10010 | 101001 | 111111 | 110100 |
Color Harmonies of #D2A238
Complementary color
Monochromatic Colors of #D2A238
Black with #D2A238
Text Example
Text Example
White with #D2A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A238; }
p { color: rgb(210,162,56); }
H1.HeaderClassName
{
color: #D2A238;
}
.AnyTagClassName
{
color: #D2A238;
}
</style>
background-color css
<style>
a { background-color: #D2A238; }
a { background-color: rgb(210,162,56); }
div.DivClassName
{
background-color: #D2A238;
}
.BgClassName
{
background-color: #D2A238;
}
</style>
border-color css
<style>
span { border-color: #D2A238; }
span { border-color: rgb(210,162,56); }
td.TdClassName
{
border-color: #D2A238;
}
.TagClassName
{
border-color: #D2A238;
}
</style>