Shades of Old Gold #D8BD37
Tints of Old Gold #D8BD37
RGB
CMYK
RGB Variations
Color information
#D8BD37 (or 0xD8BD37) is known color: Old Gold. HEX triplet: D8, BD and 37. RGB value is (216,189,55). Sum of RGB (Red+Green+Blue) = 216+189+55=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD37 is #2742C8. Grayscale: #B6B6B6. Windows color (decimal): -2573001 or 3653080. OLE color: 3653080.
HSL color Cylindrical-coordinate representation of color #D8BD37: hue angle of 49.94º 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 #D8BD37 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 55 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.15 |
| HSL | 49.94º | 0.67% | 0.53% | - |
| HSV(B) | 49.94º | 0.75% | 0.85% | - |
| XYZ | 47.21 | 51.27 | 11.02 | - |
| YUV | 181.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 55 | 0 | 0.12 | 0.75 | 0.15 | 49.94 | 0.67 | 0.53 |
| Hex | D8 | BD | 37 | 0 | C | 4B | F | 32 | 43 | 35 |
| Octal | 330 | 275 | 67 | 0 | 14 | 113 | 17 | 62 | 103 | 65 |
| Binary | 11011000 | 10111101 | 110111 | 0 | 1100 | 1001011 | 1111 | 110010 | 1000011 | 110101 |
Color Harmonies of #D8BD37
Complementary color
Monochromatic Colors of #D8BD37
Black with #D8BD37
Text Example
Text Example
White with #D8BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD37; }
p { color: rgb(216,189,55); }
H1.HeaderClassName
{
color: #D8BD37;
}
.AnyTagClassName
{
color: #D8BD37;
}
</style>
background-color css
<style>
a { background-color: #D8BD37; }
a { background-color: rgb(216,189,55); }
div.DivClassName
{
background-color: #D8BD37;
}
.BgClassName
{
background-color: #D8BD37;
}
</style>
border-color css
<style>
span { border-color: #D8BD37; }
span { border-color: rgb(216,189,55); }
td.TdClassName
{
border-color: #D8BD37;
}
.TagClassName
{
border-color: #D8BD37;
}
</style>