Shades of Old Gold #D8BE37
Tints of Old Gold #D8BE37
RGB
CMYK
RGB Variations
Color information
#D8BE37 (or 0xD8BE37) is known color: Old Gold. HEX triplet: D8, BE and 37. RGB value is (216,190,55). Sum of RGB (Red+Green+Blue) = 216+190+55=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BE37 is #2741C8. Grayscale: #B6B6B6. Windows color (decimal): -2572745 or 3653336. OLE color: 3653336.
HSL color Cylindrical-coordinate representation of color #D8BE37: hue angle of 50.31º degrees, saturation: 0.67, 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 #D8BE37 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 55 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.15 |
| HSL | 50.31º | 0.67% | 0.53% | - |
| HSV(B) | 50.31º | 0.75% | 0.85% | - |
| XYZ | 47.42 | 51.7 | 11.09 | - |
| YUV | 182.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 55 | 0 | 0.12 | 0.75 | 0.15 | 50.31 | 0.67 | 0.53 |
| Hex | D8 | BE | 37 | 0 | C | 4B | F | 32 | 43 | 35 |
| Octal | 330 | 276 | 67 | 0 | 14 | 113 | 17 | 62 | 103 | 65 |
| Binary | 11011000 | 10111110 | 110111 | 0 | 1100 | 1001011 | 1111 | 110010 | 1000011 | 110101 |
Color Harmonies of #D8BE37
Complementary color
Monochromatic Colors of #D8BE37
Black with #D8BE37
Text Example
Text Example
White with #D8BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE37; }
p { color: rgb(216,190,55); }
H1.HeaderClassName
{
color: #D8BE37;
}
.AnyTagClassName
{
color: #D8BE37;
}
</style>
background-color css
<style>
a { background-color: #D8BE37; }
a { background-color: rgb(216,190,55); }
div.DivClassName
{
background-color: #D8BE37;
}
.BgClassName
{
background-color: #D8BE37;
}
</style>
border-color css
<style>
span { border-color: #D8BE37; }
span { border-color: rgb(216,190,55); }
td.TdClassName
{
border-color: #D8BE37;
}
.TagClassName
{
border-color: #D8BE37;
}
</style>