Shades of Old Gold #D3B93A
Tints of Old Gold #D3B93A
RGB
CMYK
RGB Variations
Color information
#D3B93A (or 0xD3B93A) is known color: Old Gold. HEX triplet: D3, B9 and 3A. RGB value is (211,185,58). Sum of RGB (Red+Green+Blue) = 211+185+58=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B93A is #2C46C5. Grayscale: #B2B2B2. Windows color (decimal): -2901702 or 3848659. OLE color: 3848659.
HSL color Cylindrical-coordinate representation of color #D3B93A: hue angle of 49.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3B93A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 58 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.17 |
| HSL | 49.8º | 0.63% | 0.53% | - |
| HSV(B) | 49.8º | 0.73% | 0.83% | - |
| XYZ | 44.98 | 48.85 | 11.06 | - |
| YUV | 178.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 58 | 0 | 0.12 | 0.73 | 0.17 | 49.8 | 0.63 | 0.53 |
| Hex | D3 | B9 | 3A | 0 | C | 49 | 11 | 32 | 3F | 35 |
| Octal | 323 | 271 | 72 | 0 | 14 | 111 | 21 | 62 | 77 | 65 |
| Binary | 11010011 | 10111001 | 111010 | 0 | 1100 | 1001001 | 10001 | 110010 | 111111 | 110101 |
Color Harmonies of #D3B93A
Complementary color
Monochromatic Colors of #D3B93A
Black with #D3B93A
Text Example
Text Example
White with #D3B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B93A; }
p { color: rgb(211,185,58); }
H1.HeaderClassName
{
color: #D3B93A;
}
.AnyTagClassName
{
color: #D3B93A;
}
</style>
background-color css
<style>
a { background-color: #D3B93A; }
a { background-color: rgb(211,185,58); }
div.DivClassName
{
background-color: #D3B93A;
}
.BgClassName
{
background-color: #D3B93A;
}
</style>
border-color css
<style>
span { border-color: #D3B93A; }
span { border-color: rgb(211,185,58); }
td.TdClassName
{
border-color: #D3B93A;
}
.TagClassName
{
border-color: #D3B93A;
}
</style>