Shades of Metallic Gold #D3B334
Tints of Metallic Gold #D3B334
RGB
CMYK
RGB Variations
Color information
#D3B334 (or 0xD3B334) is known color: Metallic Gold. HEX triplet: D3, B3 and 34. RGB value is (211,179,52). Sum of RGB (Red+Green+Blue) = 211+179+52=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B334 is #2C4CCB. Grayscale: #AEAEAE. Windows color (decimal): -2903244 or 3453907. OLE color: 3453907.
HSL color Cylindrical-coordinate representation of color #D3B334: hue angle of 47.92º 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 #D3B334 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 52 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.17 |
| HSL | 47.92º | 0.64% | 0.52% | - |
| HSV(B) | 47.92º | 0.75% | 0.83% | - |
| XYZ | 43.6 | 46.34 | 9.89 | - |
| YUV | 174.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 52 | 0 | 0.15 | 0.75 | 0.17 | 47.92 | 0.64 | 0.52 |
| Hex | D3 | B3 | 34 | 0 | F | 4B | 11 | 30 | 40 | 34 |
| Octal | 323 | 263 | 64 | 0 | 17 | 113 | 21 | 60 | 100 | 64 |
| Binary | 11010011 | 10110011 | 110100 | 0 | 1111 | 1001011 | 10001 | 110000 | 1000000 | 110100 |
Color Harmonies of #D3B334
Complementary color
Monochromatic Colors of #D3B334
Black with #D3B334
Text Example
Text Example
White with #D3B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B334; }
p { color: rgb(211,179,52); }
H1.HeaderClassName
{
color: #D3B334;
}
.AnyTagClassName
{
color: #D3B334;
}
</style>
background-color css
<style>
a { background-color: #D3B334; }
a { background-color: rgb(211,179,52); }
div.DivClassName
{
background-color: #D3B334;
}
.BgClassName
{
background-color: #D3B334;
}
</style>
border-color css
<style>
span { border-color: #D3B334; }
span { border-color: rgb(211,179,52); }
td.TdClassName
{
border-color: #D3B334;
}
.TagClassName
{
border-color: #D3B334;
}
</style>