Shades of Metallic Gold #D2A33A
Tints of Metallic Gold #D2A33A
RGB
CMYK
RGB Variations
Color information
#D2A33A (or 0xD2A33A) is known color: Metallic Gold. HEX triplet: D2, A3 and 3A. RGB value is (210,163,58). Sum of RGB (Red+Green+Blue) = 210+163+58=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A33A is #2D5CC5. Grayscale: #A5A5A5. Windows color (decimal): -2972870 or 3843026. OLE color: 3843026.
HSL color Cylindrical-coordinate representation of color #D2A33A: hue angle of 41.45º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2A33A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 58 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.18 |
| HSL | 41.45º | 0.63% | 0.53% | - |
| HSV(B) | 41.45º | 0.72% | 0.82% | - |
| XYZ | 40.44 | 40.2 | 9.63 | - |
| YUV | 165.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 58 | 0 | 0.22 | 0.72 | 0.18 | 41.45 | 0.63 | 0.53 |
| Hex | D2 | A3 | 3A | 0 | 16 | 48 | 12 | 29 | 3F | 35 |
| Octal | 322 | 243 | 72 | 0 | 26 | 110 | 22 | 51 | 77 | 65 |
| Binary | 11010010 | 10100011 | 111010 | 0 | 10110 | 1001000 | 10010 | 101001 | 111111 | 110101 |
Color Harmonies of #D2A33A
Complementary color
Monochromatic Colors of #D2A33A
Black with #D2A33A
Text Example
Text Example
White with #D2A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A33A; }
p { color: rgb(210,163,58); }
H1.HeaderClassName
{
color: #D2A33A;
}
.AnyTagClassName
{
color: #D2A33A;
}
</style>
background-color css
<style>
a { background-color: #D2A33A; }
a { background-color: rgb(210,163,58); }
div.DivClassName
{
background-color: #D2A33A;
}
.BgClassName
{
background-color: #D2A33A;
}
</style>
border-color css
<style>
span { border-color: #D2A33A; }
span { border-color: rgb(210,163,58); }
td.TdClassName
{
border-color: #D2A33A;
}
.TagClassName
{
border-color: #D2A33A;
}
</style>