Shades of Old Gold #DBBE36
Tints of Old Gold #DBBE36
RGB
CMYK
RGB Variations
Color information
#DBBE36 (or 0xDBBE36) is known color: Old Gold. HEX triplet: DB, BE and 36. RGB value is (219,190,54). Sum of RGB (Red+Green+Blue) = 219+190+54=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE36 is #2441C9. Grayscale: #B7B7B7. Windows color (decimal): -2376138 or 3587803. OLE color: 3587803.
HSL color Cylindrical-coordinate representation of color #DBBE36: hue angle of 49.45º degrees, saturation: 0.7, 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 #DBBE36 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 54 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.14 |
| HSL | 49.45º | 0.7% | 0.54% | - |
| HSV(B) | 49.45º | 0.75% | 0.86% | - |
| XYZ | 48.29 | 52.15 | 11.01 | - |
| YUV | 183.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 54 | 0 | 0.13 | 0.75 | 0.14 | 49.45 | 0.7 | 0.54 |
| Hex | DB | BE | 36 | 0 | D | 4B | E | 31 | 46 | 36 |
| Octal | 333 | 276 | 66 | 0 | 15 | 113 | 16 | 61 | 106 | 66 |
| Binary | 11011011 | 10111110 | 110110 | 0 | 1101 | 1001011 | 1110 | 110001 | 1000110 | 110110 |
Color Harmonies of #DBBE36
Complementary color
Monochromatic Colors of #DBBE36
Black with #DBBE36
Text Example
Text Example
White with #DBBE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE36; }
p { color: rgb(219,190,54); }
H1.HeaderClassName
{
color: #DBBE36;
}
.AnyTagClassName
{
color: #DBBE36;
}
</style>
background-color css
<style>
a { background-color: #DBBE36; }
a { background-color: rgb(219,190,54); }
div.DivClassName
{
background-color: #DBBE36;
}
.BgClassName
{
background-color: #DBBE36;
}
</style>
border-color css
<style>
span { border-color: #DBBE36; }
span { border-color: rgb(219,190,54); }
td.TdClassName
{
border-color: #DBBE36;
}
.TagClassName
{
border-color: #DBBE36;
}
</style>