Shades of Metallic Gold #D2B434
Tints of Metallic Gold #D2B434
RGB
CMYK
RGB Variations
Color information
#D2B434 (or 0xD2B434) is known color: Metallic Gold. HEX triplet: D2, B4 and 34. RGB value is (210,180,52). Sum of RGB (Red+Green+Blue) = 210+180+52=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B434 is #2D4BCB. Grayscale: #AEAEAE. Windows color (decimal): -2968524 or 3454162. OLE color: 3454162.
HSL color Cylindrical-coordinate representation of color #D2B434: hue angle of 48.61º 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 #D2B434 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 52 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.18 |
| HSL | 48.61º | 0.64% | 0.51% | - |
| HSV(B) | 48.61º | 0.75% | 0.82% | - |
| XYZ | 43.52 | 46.59 | 9.95 | - |
| YUV | 174.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 52 | 0 | 0.14 | 0.75 | 0.18 | 48.61 | 0.64 | 0.51 |
| Hex | D2 | B4 | 34 | 0 | E | 4B | 12 | 31 | 40 | 33 |
| Octal | 322 | 264 | 64 | 0 | 16 | 113 | 22 | 61 | 100 | 63 |
| Binary | 11010010 | 10110100 | 110100 | 0 | 1110 | 1001011 | 10010 | 110001 | 1000000 | 110011 |
Color Harmonies of #D2B434
Complementary color
Monochromatic Colors of #D2B434
Black with #D2B434
Text Example
Text Example
White with #D2B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B434; }
p { color: rgb(210,180,52); }
H1.HeaderClassName
{
color: #D2B434;
}
.AnyTagClassName
{
color: #D2B434;
}
</style>
background-color css
<style>
a { background-color: #D2B434; }
a { background-color: rgb(210,180,52); }
div.DivClassName
{
background-color: #D2B434;
}
.BgClassName
{
background-color: #D2B434;
}
</style>
border-color css
<style>
span { border-color: #D2B434; }
span { border-color: rgb(210,180,52); }
td.TdClassName
{
border-color: #D2B434;
}
.TagClassName
{
border-color: #D2B434;
}
</style>