Shades of Old Gold #DBBE39
Tints of Old Gold #DBBE39
RGB
CMYK
RGB Variations
Color information
#DBBE39 (or 0xDBBE39) is known color: Old Gold. HEX triplet: DB, BE and 39. RGB value is (219,190,57). Sum of RGB (Red+Green+Blue) = 219+190+57=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 57 (22.66% from 255 or 12.23% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE39 is #2441C6. Grayscale: #B8B8B8. Windows color (decimal): -2376135 or 3784411. OLE color: 3784411.
HSL color Cylindrical-coordinate representation of color #DBBE39: hue angle of 49.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBBE39 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 57 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.14 |
| HSL | 49.26º | 0.69% | 0.54% | - |
| HSV(B) | 49.26º | 0.74% | 0.86% | - |
| XYZ | 48.37 | 52.18 | 11.39 | - |
| YUV | 183.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 57 | 0 | 0.13 | 0.74 | 0.14 | 49.26 | 0.69 | 0.54 |
| Hex | DB | BE | 39 | 0 | D | 4A | E | 31 | 45 | 36 |
| Octal | 333 | 276 | 71 | 0 | 15 | 112 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111110 | 111001 | 0 | 1101 | 1001010 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBE39
Complementary color
Monochromatic Colors of #DBBE39
Black with #DBBE39
Text Example
Text Example
White with #DBBE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE39; }
p { color: rgb(219,190,57); }
H1.HeaderClassName
{
color: #DBBE39;
}
.AnyTagClassName
{
color: #DBBE39;
}
</style>
background-color css
<style>
a { background-color: #DBBE39; }
a { background-color: rgb(219,190,57); }
div.DivClassName
{
background-color: #DBBE39;
}
.BgClassName
{
background-color: #DBBE39;
}
</style>
border-color css
<style>
span { border-color: #DBBE39; }
span { border-color: rgb(219,190,57); }
td.TdClassName
{
border-color: #DBBE39;
}
.TagClassName
{
border-color: #DBBE39;
}
</style>