Shades of Old Gold #DBBB37
Tints of Old Gold #DBBB37
RGB
CMYK
RGB Variations
Color information
#DBBB37 (or 0xDBBB37) is known color: Old Gold. HEX triplet: DB, BB and 37. RGB value is (219,187,55). Sum of RGB (Red+Green+Blue) = 219+187+55=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB37 is #2444C8. Grayscale: #B6B6B6. Windows color (decimal): -2376905 or 3652571. OLE color: 3652571.
HSL color Cylindrical-coordinate representation of color #DBBB37: hue angle of 48.29º 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 #DBBB37 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 55 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.14 |
| HSL | 48.29º | 0.69% | 0.54% | - |
| HSV(B) | 48.29º | 0.75% | 0.86% | - |
| XYZ | 47.67 | 50.88 | 10.92 | - |
| YUV | 181.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 55 | 0 | 0.15 | 0.75 | 0.14 | 48.29 | 0.69 | 0.54 |
| Hex | DB | BB | 37 | 0 | F | 4B | E | 30 | 45 | 36 |
| Octal | 333 | 273 | 67 | 0 | 17 | 113 | 16 | 60 | 105 | 66 |
| Binary | 11011011 | 10111011 | 110111 | 0 | 1111 | 1001011 | 1110 | 110000 | 1000101 | 110110 |
Color Harmonies of #DBBB37
Complementary color
Monochromatic Colors of #DBBB37
Black with #DBBB37
Text Example
Text Example
White with #DBBB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB37; }
p { color: rgb(219,187,55); }
H1.HeaderClassName
{
color: #DBBB37;
}
.AnyTagClassName
{
color: #DBBB37;
}
</style>
background-color css
<style>
a { background-color: #DBBB37; }
a { background-color: rgb(219,187,55); }
div.DivClassName
{
background-color: #DBBB37;
}
.BgClassName
{
background-color: #DBBB37;
}
</style>
border-color css
<style>
span { border-color: #DBBB37; }
span { border-color: rgb(219,187,55); }
td.TdClassName
{
border-color: #DBBB37;
}
.TagClassName
{
border-color: #DBBB37;
}
</style>