Shades of Old Gold #D5BC44
Tints of Old Gold #D5BC44
RGB
CMYK
RGB Variations
Color information
#D5BC44 (or 0xD5BC44) is known color: Old Gold. HEX triplet: D5, BC and 44. RGB value is (213,188,68). Sum of RGB (Red+Green+Blue) = 213+188+68=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC44 is #2A43BB. Grayscale: #B6B6B6. Windows color (decimal): -2769852 or 4504789. OLE color: 4504789.
HSL color Cylindrical-coordinate representation of color #D5BC44: hue angle of 49.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5BC44 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 68 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.16 |
| HSL | 49.66º | 0.63% | 0.55% | - |
| HSV(B) | 49.66º | 0.68% | 0.84% | - |
| XYZ | 46.47 | 50.53 | 12.77 | - |
| YUV | 181.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 68 | 0 | 0.12 | 0.68 | 0.16 | 49.66 | 0.63 | 0.55 |
| Hex | D5 | BC | 44 | 0 | C | 44 | 10 | 32 | 3F | 37 |
| Octal | 325 | 274 | 104 | 0 | 14 | 104 | 20 | 62 | 77 | 67 |
| Binary | 11010101 | 10111100 | 1000100 | 0 | 1100 | 1000100 | 10000 | 110010 | 111111 | 110111 |
Color Harmonies of #D5BC44
Complementary color
Monochromatic Colors of #D5BC44
Black with #D5BC44
Text Example
Text Example
White with #D5BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC44; }
p { color: rgb(213,188,68); }
H1.HeaderClassName
{
color: #D5BC44;
}
.AnyTagClassName
{
color: #D5BC44;
}
</style>
background-color css
<style>
a { background-color: #D5BC44; }
a { background-color: rgb(213,188,68); }
div.DivClassName
{
background-color: #D5BC44;
}
.BgClassName
{
background-color: #D5BC44;
}
</style>
border-color css
<style>
span { border-color: #D5BC44; }
span { border-color: rgb(213,188,68); }
td.TdClassName
{
border-color: #D5BC44;
}
.TagClassName
{
border-color: #D5BC44;
}
</style>