Shades of Metallic Gold #D2A834
Tints of Metallic Gold #D2A834
RGB
CMYK
RGB Variations
Color information
#D2A834 (or 0xD2A834) is known color: Metallic Gold. HEX triplet: D2, A8 and 34. RGB value is (210,168,52). Sum of RGB (Red+Green+Blue) = 210+168+52=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A834 is #2D57CB. Grayscale: #A7A7A7. Windows color (decimal): -2971596 or 3451090. OLE color: 3451090.
HSL color Cylindrical-coordinate representation of color #D2A834: hue angle of 44.05º 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 #D2A834 is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 52 | - |
| CMYK | 0 | 0.2 | 0.75 | 0.18 |
| HSL | 44.05º | 0.64% | 0.51% | - |
| HSV(B) | 44.05º | 0.75% | 0.82% | - |
| XYZ | 41.2 | 41.95 | 9.18 | - |
| YUV | 167.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 52 | 0 | 0.2 | 0.75 | 0.18 | 44.05 | 0.64 | 0.51 |
| Hex | D2 | A8 | 34 | 0 | 14 | 4B | 12 | 2C | 40 | 33 |
| Octal | 322 | 250 | 64 | 0 | 24 | 113 | 22 | 54 | 100 | 63 |
| Binary | 11010010 | 10101000 | 110100 | 0 | 10100 | 1001011 | 10010 | 101100 | 1000000 | 110011 |
Color Harmonies of #D2A834
Complementary color
Monochromatic Colors of #D2A834
Black with #D2A834
Text Example
Text Example
White with #D2A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A834; }
p { color: rgb(210,168,52); }
H1.HeaderClassName
{
color: #D2A834;
}
.AnyTagClassName
{
color: #D2A834;
}
</style>
background-color css
<style>
a { background-color: #D2A834; }
a { background-color: rgb(210,168,52); }
div.DivClassName
{
background-color: #D2A834;
}
.BgClassName
{
background-color: #D2A834;
}
</style>
border-color css
<style>
span { border-color: #D2A834; }
span { border-color: rgb(210,168,52); }
td.TdClassName
{
border-color: #D2A834;
}
.TagClassName
{
border-color: #D2A834;
}
</style>