Shades of Old Gold #DBBD37
Tints of Old Gold #DBBD37
RGB
CMYK
RGB Variations
Color information
#DBBD37 (or 0xDBBD37) is known color: Old Gold. HEX triplet: DB, BD and 37. RGB value is (219,189,55). Sum of RGB (Red+Green+Blue) = 219+189+55=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD37 is #2442C8. Grayscale: #B7B7B7. Windows color (decimal): -2376393 or 3653083. OLE color: 3653083.
HSL color Cylindrical-coordinate representation of color #DBBD37: hue angle of 49.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBBD37 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 55 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.14 |
| HSL | 49.02º | 0.69% | 0.54% | - |
| HSV(B) | 49.02º | 0.75% | 0.86% | - |
| XYZ | 48.1 | 51.73 | 11.06 | - |
| YUV | 182.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 55 | 0 | 0.14 | 0.75 | 0.14 | 49.02 | 0.69 | 0.54 |
| Hex | DB | BD | 37 | 0 | E | 4B | E | 31 | 45 | 36 |
| Octal | 333 | 275 | 67 | 0 | 16 | 113 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111101 | 110111 | 0 | 1110 | 1001011 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBD37
Complementary color
Monochromatic Colors of #DBBD37
Black with #DBBD37
Text Example
Text Example
White with #DBBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD37; }
p { color: rgb(219,189,55); }
H1.HeaderClassName
{
color: #DBBD37;
}
.AnyTagClassName
{
color: #DBBD37;
}
</style>
background-color css
<style>
a { background-color: #DBBD37; }
a { background-color: rgb(219,189,55); }
div.DivClassName
{
background-color: #DBBD37;
}
.BgClassName
{
background-color: #DBBD37;
}
</style>
border-color css
<style>
span { border-color: #DBBD37; }
span { border-color: rgb(219,189,55); }
td.TdClassName
{
border-color: #DBBD37;
}
.TagClassName
{
border-color: #DBBD37;
}
</style>