Shades of Metallic Gold #D2A434
Tints of Metallic Gold #D2A434
RGB
CMYK
RGB Variations
Color information
#D2A434 (or 0xD2A434) is known color: Metallic Gold. HEX triplet: D2, A4 and 34. RGB value is (210,164,52). Sum of RGB (Red+Green+Blue) = 210+164+52=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A434 is #2D5BCB. Grayscale: #A5A5A5. Windows color (decimal): -2972620 or 3450066. OLE color: 3450066.
HSL color Cylindrical-coordinate representation of color #D2A434: hue angle of 42.53º 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 #D2A434 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 52 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.18 |
| HSL | 42.53º | 0.64% | 0.51% | - |
| HSV(B) | 42.53º | 0.75% | 0.82% | - |
| XYZ | 40.47 | 40.5 | 8.93 | - |
| YUV | 164.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 52 | 0 | 0.22 | 0.75 | 0.18 | 42.53 | 0.64 | 0.51 |
| Hex | D2 | A4 | 34 | 0 | 16 | 4B | 12 | 2B | 40 | 33 |
| Octal | 322 | 244 | 64 | 0 | 26 | 113 | 22 | 53 | 100 | 63 |
| Binary | 11010010 | 10100100 | 110100 | 0 | 10110 | 1001011 | 10010 | 101011 | 1000000 | 110011 |
Color Harmonies of #D2A434
Complementary color
Monochromatic Colors of #D2A434
Black with #D2A434
Text Example
Text Example
White with #D2A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A434; }
p { color: rgb(210,164,52); }
H1.HeaderClassName
{
color: #D2A434;
}
.AnyTagClassName
{
color: #D2A434;
}
</style>
background-color css
<style>
a { background-color: #D2A434; }
a { background-color: rgb(210,164,52); }
div.DivClassName
{
background-color: #D2A434;
}
.BgClassName
{
background-color: #D2A434;
}
</style>
border-color css
<style>
span { border-color: #D2A434; }
span { border-color: rgb(210,164,52); }
td.TdClassName
{
border-color: #D2A434;
}
.TagClassName
{
border-color: #D2A434;
}
</style>