Shades of Old Gold #D3B932
Tints of Old Gold #D3B932
RGB
CMYK
RGB Variations
Color information
#D3B932 (or 0xD3B932) is known color: Old Gold. HEX triplet: D3, B9 and 32. RGB value is (211,185,50). Sum of RGB (Red+Green+Blue) = 211+185+50=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B932 is #2C46CD. Grayscale: #B1B1B1. Windows color (decimal): -2901710 or 3324371. OLE color: 3324371.
HSL color Cylindrical-coordinate representation of color #D3B932: hue angle of 50.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3B932 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 50 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.17 |
| HSL | 50.31º | 0.65% | 0.51% | - |
| HSV(B) | 50.31º | 0.76% | 0.83% | - |
| XYZ | 44.79 | 48.78 | 10.07 | - |
| YUV | 177.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 50 | 0 | 0.12 | 0.76 | 0.17 | 50.31 | 0.65 | 0.51 |
| Hex | D3 | B9 | 32 | 0 | C | 4C | 11 | 32 | 41 | 33 |
| Octal | 323 | 271 | 62 | 0 | 14 | 114 | 21 | 62 | 101 | 63 |
| Binary | 11010011 | 10111001 | 110010 | 0 | 1100 | 1001100 | 10001 | 110010 | 1000001 | 110011 |
Color Harmonies of #D3B932
Complementary color
Monochromatic Colors of #D3B932
Black with #D3B932
Text Example
Text Example
White with #D3B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B932; }
p { color: rgb(211,185,50); }
H1.HeaderClassName
{
color: #D3B932;
}
.AnyTagClassName
{
color: #D3B932;
}
</style>
background-color css
<style>
a { background-color: #D3B932; }
a { background-color: rgb(211,185,50); }
div.DivClassName
{
background-color: #D3B932;
}
.BgClassName
{
background-color: #D3B932;
}
</style>
border-color css
<style>
span { border-color: #D3B932; }
span { border-color: rgb(211,185,50); }
td.TdClassName
{
border-color: #D3B932;
}
.TagClassName
{
border-color: #D3B932;
}
</style>