Shades of Metallic Gold #D3B534
Tints of Metallic Gold #D3B534
RGB
CMYK
RGB Variations
Color information
#D3B534 (or 0xD3B534) is known color: Metallic Gold. HEX triplet: D3, B5 and 34. RGB value is (211,181,52). Sum of RGB (Red+Green+Blue) = 211+181+52=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B534 is #2C4ACB. Grayscale: #AFAFAF. Windows color (decimal): -2902732 or 3454419. OLE color: 3454419.
HSL color Cylindrical-coordinate representation of color #D3B534: hue angle of 48.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3B534 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 52 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.17 |
| HSL | 48.68º | 0.64% | 0.52% | - |
| HSV(B) | 48.68º | 0.75% | 0.83% | - |
| XYZ | 44.01 | 47.14 | 10.03 | - |
| YUV | 175.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 52 | 0 | 0.14 | 0.75 | 0.17 | 48.68 | 0.64 | 0.52 |
| Hex | D3 | B5 | 34 | 0 | E | 4B | 11 | 31 | 40 | 34 |
| Octal | 323 | 265 | 64 | 0 | 16 | 113 | 21 | 61 | 100 | 64 |
| Binary | 11010011 | 10110101 | 110100 | 0 | 1110 | 1001011 | 10001 | 110001 | 1000000 | 110100 |
Color Harmonies of #D3B534
Complementary color
Monochromatic Colors of #D3B534
Black with #D3B534
Text Example
Text Example
White with #D3B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B534; }
p { color: rgb(211,181,52); }
H1.HeaderClassName
{
color: #D3B534;
}
.AnyTagClassName
{
color: #D3B534;
}
</style>
background-color css
<style>
a { background-color: #D3B534; }
a { background-color: rgb(211,181,52); }
div.DivClassName
{
background-color: #D3B534;
}
.BgClassName
{
background-color: #D3B534;
}
</style>
border-color css
<style>
span { border-color: #D3B534; }
span { border-color: rgb(211,181,52); }
td.TdClassName
{
border-color: #D3B534;
}
.TagClassName
{
border-color: #D3B534;
}
</style>