Shades of Old Gold #D3BC35
Tints of Old Gold #D3BC35
RGB
CMYK
RGB Variations
Color information
#D3BC35 (or 0xD3BC35) is known color: Old Gold. HEX triplet: D3, BC and 35. RGB value is (211,188,53). Sum of RGB (Red+Green+Blue) = 211+188+53=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BC35 is #2C43CA. Grayscale: #B4B4B4. Windows color (decimal): -2900939 or 3521747. OLE color: 3521747.
HSL color Cylindrical-coordinate representation of color #D3BC35: hue angle of 51.27º 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 #D3BC35 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 53 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.17 |
| HSL | 51.27º | 0.64% | 0.52% | - |
| HSV(B) | 51.27º | 0.75% | 0.83% | - |
| XYZ | 45.49 | 50.07 | 10.64 | - |
| YUV | 179.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 53 | 0 | 0.11 | 0.75 | 0.17 | 51.27 | 0.64 | 0.52 |
| Hex | D3 | BC | 35 | 0 | B | 4B | 11 | 33 | 40 | 34 |
| Octal | 323 | 274 | 65 | 0 | 13 | 113 | 21 | 63 | 100 | 64 |
| Binary | 11010011 | 10111100 | 110101 | 0 | 1011 | 1001011 | 10001 | 110011 | 1000000 | 110100 |
Color Harmonies of #D3BC35
Complementary color
Monochromatic Colors of #D3BC35
Black with #D3BC35
Text Example
Text Example
White with #D3BC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC35; }
p { color: rgb(211,188,53); }
H1.HeaderClassName
{
color: #D3BC35;
}
.AnyTagClassName
{
color: #D3BC35;
}
</style>
background-color css
<style>
a { background-color: #D3BC35; }
a { background-color: rgb(211,188,53); }
div.DivClassName
{
background-color: #D3BC35;
}
.BgClassName
{
background-color: #D3BC35;
}
</style>
border-color css
<style>
span { border-color: #D3BC35; }
span { border-color: rgb(211,188,53); }
td.TdClassName
{
border-color: #D3BC35;
}
.TagClassName
{
border-color: #D3BC35;
}
</style>