Shades of Old Gold #D5BC3E
Tints of Old Gold #D5BC3E
RGB
CMYK
RGB Variations
Color information
#D5BC3E (or 0xD5BC3E) is known color: Old Gold. HEX triplet: D5, BC and 3E. RGB value is (213,188,62). Sum of RGB (Red+Green+Blue) = 213+188+62=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC3E is #2A43C1. Grayscale: #B5B5B5. Windows color (decimal): -2769858 or 4111573. OLE color: 4111573.
HSL color Cylindrical-coordinate representation of color #D5BC3E: hue angle of 50.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5BC3E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 62 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.16 |
| HSL | 50.07º | 0.64% | 0.54% | - |
| HSV(B) | 50.07º | 0.71% | 0.84% | - |
| XYZ | 46.29 | 50.46 | 11.86 | - |
| YUV | 181.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 62 | 0 | 0.12 | 0.71 | 0.16 | 50.07 | 0.64 | 0.54 |
| Hex | D5 | BC | 3E | 0 | C | 47 | 10 | 32 | 40 | 36 |
| Octal | 325 | 274 | 76 | 0 | 14 | 107 | 20 | 62 | 100 | 66 |
| Binary | 11010101 | 10111100 | 111110 | 0 | 1100 | 1000111 | 10000 | 110010 | 1000000 | 110110 |
Color Harmonies of #D5BC3E
Complementary color
Monochromatic Colors of #D5BC3E
Black with #D5BC3E
Text Example
Text Example
White with #D5BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC3E; }
p { color: rgb(213,188,62); }
H1.HeaderClassName
{
color: #D5BC3E;
}
.AnyTagClassName
{
color: #D5BC3E;
}
</style>
background-color css
<style>
a { background-color: #D5BC3E; }
a { background-color: rgb(213,188,62); }
div.DivClassName
{
background-color: #D5BC3E;
}
.BgClassName
{
background-color: #D5BC3E;
}
</style>
border-color css
<style>
span { border-color: #D5BC3E; }
span { border-color: rgb(213,188,62); }
td.TdClassName
{
border-color: #D5BC3E;
}
.TagClassName
{
border-color: #D5BC3E;
}
</style>