Shades of Old Gold #D3BC33
Tints of Old Gold #D3BC33
RGB
CMYK
RGB Variations
Color information
#D3BC33 (or 0xD3BC33) is known color: Old Gold. HEX triplet: D3, BC and 33. RGB value is (211,188,51). Sum of RGB (Red+Green+Blue) = 211+188+51=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC33 is #2C43CC. Grayscale: #B3B3B3. Windows color (decimal): -2900941 or 3390675. OLE color: 3390675.
HSL color Cylindrical-coordinate representation of color #D3BC33: hue angle of 51.38º 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 #D3BC33 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 51 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.17 |
| HSL | 51.38º | 0.65% | 0.51% | - |
| HSV(B) | 51.38º | 0.76% | 0.83% | - |
| XYZ | 45.44 | 50.05 | 10.4 | - |
| YUV | 179.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 51 | 0 | 0.11 | 0.76 | 0.17 | 51.38 | 0.65 | 0.51 |
| Hex | D3 | BC | 33 | 0 | B | 4C | 11 | 33 | 41 | 33 |
| Octal | 323 | 274 | 63 | 0 | 13 | 114 | 21 | 63 | 101 | 63 |
| Binary | 11010011 | 10111100 | 110011 | 0 | 1011 | 1001100 | 10001 | 110011 | 1000001 | 110011 |
Color Harmonies of #D3BC33
Complementary color
Monochromatic Colors of #D3BC33
Black with #D3BC33
Text Example
Text Example
White with #D3BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC33; }
p { color: rgb(211,188,51); }
H1.HeaderClassName
{
color: #D3BC33;
}
.AnyTagClassName
{
color: #D3BC33;
}
</style>
background-color css
<style>
a { background-color: #D3BC33; }
a { background-color: rgb(211,188,51); }
div.DivClassName
{
background-color: #D3BC33;
}
.BgClassName
{
background-color: #D3BC33;
}
</style>
border-color css
<style>
span { border-color: #D3BC33; }
span { border-color: rgb(211,188,51); }
td.TdClassName
{
border-color: #D3BC33;
}
.TagClassName
{
border-color: #D3BC33;
}
</style>