Shades of Old Gold #D3BC36
Tints of Old Gold #D3BC36
RGB
CMYK
RGB Variations
Color information
#D3BC36 (or 0xD3BC36) is known color: Old Gold. HEX triplet: D3, BC and 36. RGB value is (211,188,54). Sum of RGB (Red+Green+Blue) = 211+188+54=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC36 is #2C43C9. Grayscale: #B4B4B4. Windows color (decimal): -2900938 or 3587283. OLE color: 3587283.
HSL color Cylindrical-coordinate representation of color #D3BC36: hue angle of 51.21º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3BC36 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.17 |
| HSL | 51.21º | 0.64% | 0.52% | - |
| HSV(B) | 51.21º | 0.74% | 0.83% | - |
| XYZ | 45.51 | 50.08 | 10.76 | - |
| YUV | 179.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 54 | 0 | 0.11 | 0.74 | 0.17 | 51.21 | 0.64 | 0.52 |
| Hex | D3 | BC | 36 | 0 | B | 4A | 11 | 33 | 40 | 34 |
| Octal | 323 | 274 | 66 | 0 | 13 | 112 | 21 | 63 | 100 | 64 |
| Binary | 11010011 | 10111100 | 110110 | 0 | 1011 | 1001010 | 10001 | 110011 | 1000000 | 110100 |
Color Harmonies of #D3BC36
Complementary color
Monochromatic Colors of #D3BC36
Black with #D3BC36
Text Example
Text Example
White with #D3BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC36; }
p { color: rgb(211,188,54); }
H1.HeaderClassName
{
color: #D3BC36;
}
.AnyTagClassName
{
color: #D3BC36;
}
</style>
background-color css
<style>
a { background-color: #D3BC36; }
a { background-color: rgb(211,188,54); }
div.DivClassName
{
background-color: #D3BC36;
}
.BgClassName
{
background-color: #D3BC36;
}
</style>
border-color css
<style>
span { border-color: #D3BC36; }
span { border-color: rgb(211,188,54); }
td.TdClassName
{
border-color: #D3BC36;
}
.TagClassName
{
border-color: #D3BC36;
}
</style>