Shades of Old Gold #D3BC31
Tints of Old Gold #D3BC31
RGB
CMYK
RGB Variations
Color information
#D3BC31 (or 0xD3BC31) is known color: Old Gold. HEX triplet: D3, BC and 31. RGB value is (211,188,49). Sum of RGB (Red+Green+Blue) = 211+188+49=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC31 is #2C43CE. Grayscale: #B3B3B3. Windows color (decimal): -2900943 or 3259603. OLE color: 3259603.
HSL color Cylindrical-coordinate representation of color #D3BC31: hue angle of 51.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3BC31 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 49 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.17 |
| HSL | 51.48º | 0.65% | 0.51% | - |
| HSV(B) | 51.48º | 0.77% | 0.83% | - |
| XYZ | 45.4 | 50.04 | 10.17 | - |
| YUV | 179.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 49 | 0 | 0.11 | 0.77 | 0.17 | 51.48 | 0.65 | 0.51 |
| Hex | D3 | BC | 31 | 0 | B | 4D | 11 | 33 | 41 | 33 |
| Octal | 323 | 274 | 61 | 0 | 13 | 115 | 21 | 63 | 101 | 63 |
| Binary | 11010011 | 10111100 | 110001 | 0 | 1011 | 1001101 | 10001 | 110011 | 1000001 | 110011 |
Color Harmonies of #D3BC31
Complementary color
Monochromatic Colors of #D3BC31
Black with #D3BC31
Text Example
Text Example
White with #D3BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC31; }
p { color: rgb(211,188,49); }
H1.HeaderClassName
{
color: #D3BC31;
}
.AnyTagClassName
{
color: #D3BC31;
}
</style>
background-color css
<style>
a { background-color: #D3BC31; }
a { background-color: rgb(211,188,49); }
div.DivClassName
{
background-color: #D3BC31;
}
.BgClassName
{
background-color: #D3BC31;
}
</style>
border-color css
<style>
span { border-color: #D3BC31; }
span { border-color: rgb(211,188,49); }
td.TdClassName
{
border-color: #D3BC31;
}
.TagClassName
{
border-color: #D3BC31;
}
</style>