Shades of Old Gold #D3B935
Tints of Old Gold #D3B935
RGB
CMYK
RGB Variations
Color information
#D3B935 (or 0xD3B935) is known color: Old Gold. HEX triplet: D3, B9 and 35. RGB value is (211,185,53). Sum of RGB (Red+Green+Blue) = 211+185+53=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B935 is #2C46CA. Grayscale: #B2B2B2. Windows color (decimal): -2901707 or 3520979. OLE color: 3520979.
HSL color Cylindrical-coordinate representation of color #D3B935: hue angle of 50.13º 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 #D3B935 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 53 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.17 |
| HSL | 50.13º | 0.64% | 0.52% | - |
| HSV(B) | 50.13º | 0.75% | 0.83% | - |
| XYZ | 44.86 | 48.8 | 10.42 | - |
| YUV | 177.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 53 | 0 | 0.12 | 0.75 | 0.17 | 50.13 | 0.64 | 0.52 |
| Hex | D3 | B9 | 35 | 0 | C | 4B | 11 | 32 | 40 | 34 |
| Octal | 323 | 271 | 65 | 0 | 14 | 113 | 21 | 62 | 100 | 64 |
| Binary | 11010011 | 10111001 | 110101 | 0 | 1100 | 1001011 | 10001 | 110010 | 1000000 | 110100 |
Color Harmonies of #D3B935
Complementary color
Monochromatic Colors of #D3B935
Black with #D3B935
Text Example
Text Example
White with #D3B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B935; }
p { color: rgb(211,185,53); }
H1.HeaderClassName
{
color: #D3B935;
}
.AnyTagClassName
{
color: #D3B935;
}
</style>
background-color css
<style>
a { background-color: #D3B935; }
a { background-color: rgb(211,185,53); }
div.DivClassName
{
background-color: #D3B935;
}
.BgClassName
{
background-color: #D3B935;
}
</style>
border-color css
<style>
span { border-color: #D3B935; }
span { border-color: rgb(211,185,53); }
td.TdClassName
{
border-color: #D3B935;
}
.TagClassName
{
border-color: #D3B935;
}
</style>