Shades of Old Gold #D9BC37
Tints of Old Gold #D9BC37
RGB
CMYK
RGB Variations
Color information
#D9BC37 (or 0xD9BC37) is known color: Old Gold. HEX triplet: D9, BC and 37. RGB value is (217,188,55). Sum of RGB (Red+Green+Blue) = 217+188+55=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC37 is #2643C8. Grayscale: #B6B6B6. Windows color (decimal): -2507721 or 3652825. OLE color: 3652825.
HSL color Cylindrical-coordinate representation of color #D9BC37: hue angle of 49.26º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9BC37 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 55 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.15 |
| HSL | 49.26º | 0.68% | 0.53% | - |
| HSV(B) | 49.26º | 0.75% | 0.85% | - |
| XYZ | 47.29 | 50.99 | 10.96 | - |
| YUV | 181.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 55 | 0 | 0.13 | 0.75 | 0.15 | 49.26 | 0.68 | 0.53 |
| Hex | D9 | BC | 37 | 0 | D | 4B | F | 31 | 44 | 35 |
| Octal | 331 | 274 | 67 | 0 | 15 | 113 | 17 | 61 | 104 | 65 |
| Binary | 11011001 | 10111100 | 110111 | 0 | 1101 | 1001011 | 1111 | 110001 | 1000100 | 110101 |
Color Harmonies of #D9BC37
Complementary color
Monochromatic Colors of #D9BC37
Black with #D9BC37
Text Example
Text Example
White with #D9BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC37; }
p { color: rgb(217,188,55); }
H1.HeaderClassName
{
color: #D9BC37;
}
.AnyTagClassName
{
color: #D9BC37;
}
</style>
background-color css
<style>
a { background-color: #D9BC37; }
a { background-color: rgb(217,188,55); }
div.DivClassName
{
background-color: #D9BC37;
}
.BgClassName
{
background-color: #D9BC37;
}
</style>
border-color css
<style>
span { border-color: #D9BC37; }
span { border-color: rgb(217,188,55); }
td.TdClassName
{
border-color: #D9BC37;
}
.TagClassName
{
border-color: #D9BC37;
}
</style>