Shades of Old Gold #DBBE31
Tints of Old Gold #DBBE31
RGB
CMYK
RGB Variations
Color information
#DBBE31 (or 0xDBBE31) is known color: Old Gold. HEX triplet: DB, BE and 31. RGB value is (219,190,49). Sum of RGB (Red+Green+Blue) = 219+190+49=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE31 is #2441CE. Grayscale: #B7B7B7. Windows color (decimal): -2376143 or 3260123. OLE color: 3260123.
HSL color Cylindrical-coordinate representation of color #DBBE31: hue angle of 49.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBBE31 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 49 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.14 |
| HSL | 49.76º | 0.7% | 0.53% | - |
| HSV(B) | 49.76º | 0.78% | 0.86% | - |
| XYZ | 48.18 | 52.11 | 10.42 | - |
| YUV | 182.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 49 | 0 | 0.13 | 0.78 | 0.14 | 49.76 | 0.7 | 0.53 |
| Hex | DB | BE | 31 | 0 | D | 4E | E | 32 | 46 | 35 |
| Octal | 333 | 276 | 61 | 0 | 15 | 116 | 16 | 62 | 106 | 65 |
| Binary | 11011011 | 10111110 | 110001 | 0 | 1101 | 1001110 | 1110 | 110010 | 1000110 | 110101 |
Color Harmonies of #DBBE31
Complementary color
Monochromatic Colors of #DBBE31
Black with #DBBE31
Text Example
Text Example
White with #DBBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE31; }
p { color: rgb(219,190,49); }
H1.HeaderClassName
{
color: #DBBE31;
}
.AnyTagClassName
{
color: #DBBE31;
}
</style>
background-color css
<style>
a { background-color: #DBBE31; }
a { background-color: rgb(219,190,49); }
div.DivClassName
{
background-color: #DBBE31;
}
.BgClassName
{
background-color: #DBBE31;
}
</style>
border-color css
<style>
span { border-color: #DBBE31; }
span { border-color: rgb(219,190,49); }
td.TdClassName
{
border-color: #DBBE31;
}
.TagClassName
{
border-color: #DBBE31;
}
</style>