Shades of Old Gold #DBBC37
Tints of Old Gold #DBBC37
RGB
CMYK
RGB Variations
Color information
#DBBC37 (or 0xDBBC37) is known color: Old Gold. HEX triplet: DB, BC and 37. RGB value is (219,188,55). Sum of RGB (Red+Green+Blue) = 219+188+55=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC37 is #2443C8. Grayscale: #B6B6B6. Windows color (decimal): -2376649 or 3652827. OLE color: 3652827.
HSL color Cylindrical-coordinate representation of color #DBBC37: hue angle of 48.66º 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 #DBBC37 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 55 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.14 |
| HSL | 48.66º | 0.69% | 0.54% | - |
| HSV(B) | 48.66º | 0.75% | 0.86% | - |
| XYZ | 47.89 | 51.3 | 10.99 | - |
| YUV | 182.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 55 | 0 | 0.14 | 0.75 | 0.14 | 48.66 | 0.69 | 0.54 |
| Hex | DB | BC | 37 | 0 | E | 4B | E | 31 | 45 | 36 |
| Octal | 333 | 274 | 67 | 0 | 16 | 113 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111100 | 110111 | 0 | 1110 | 1001011 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBC37
Complementary color
Monochromatic Colors of #DBBC37
Black with #DBBC37
Text Example
Text Example
White with #DBBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC37; }
p { color: rgb(219,188,55); }
H1.HeaderClassName
{
color: #DBBC37;
}
.AnyTagClassName
{
color: #DBBC37;
}
</style>
background-color css
<style>
a { background-color: #DBBC37; }
a { background-color: rgb(219,188,55); }
div.DivClassName
{
background-color: #DBBC37;
}
.BgClassName
{
background-color: #DBBC37;
}
</style>
border-color css
<style>
span { border-color: #DBBC37; }
span { border-color: rgb(219,188,55); }
td.TdClassName
{
border-color: #DBBC37;
}
.TagClassName
{
border-color: #DBBC37;
}
</style>