Shades of Metallic Gold #D2A334
Tints of Metallic Gold #D2A334
RGB
CMYK
RGB Variations
Color information
#D2A334 (or 0xD2A334) is known color: Metallic Gold. HEX triplet: D2, A3 and 34. RGB value is (210,163,52). Sum of RGB (Red+Green+Blue) = 210+163+52=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A334 is #2D5CCB. Grayscale: #A4A4A4. Windows color (decimal): -2972876 or 3449810. OLE color: 3449810.
HSL color Cylindrical-coordinate representation of color #D2A334: hue angle of 42.15º degrees, saturation: 0.64, 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 #D2A334 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 52 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.18 |
| HSL | 42.15º | 0.64% | 0.51% | - |
| HSV(B) | 42.15º | 0.75% | 0.82% | - |
| XYZ | 40.3 | 40.14 | 8.87 | - |
| YUV | 164.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 52 | 0 | 0.22 | 0.75 | 0.18 | 42.15 | 0.64 | 0.51 |
| Hex | D2 | A3 | 34 | 0 | 16 | 4B | 12 | 2A | 40 | 33 |
| Octal | 322 | 243 | 64 | 0 | 26 | 113 | 22 | 52 | 100 | 63 |
| Binary | 11010010 | 10100011 | 110100 | 0 | 10110 | 1001011 | 10010 | 101010 | 1000000 | 110011 |
Color Harmonies of #D2A334
Complementary color
Monochromatic Colors of #D2A334
Black with #D2A334
Text Example
Text Example
White with #D2A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A334; }
p { color: rgb(210,163,52); }
H1.HeaderClassName
{
color: #D2A334;
}
.AnyTagClassName
{
color: #D2A334;
}
</style>
background-color css
<style>
a { background-color: #D2A334; }
a { background-color: rgb(210,163,52); }
div.DivClassName
{
background-color: #D2A334;
}
.BgClassName
{
background-color: #D2A334;
}
</style>
border-color css
<style>
span { border-color: #D2A334; }
span { border-color: rgb(210,163,52); }
td.TdClassName
{
border-color: #D2A334;
}
.TagClassName
{
border-color: #D2A334;
}
</style>