Shades of Old Gold #DBBE34
Tints of Old Gold #DBBE34
RGB
CMYK
RGB Variations
Color information
#DBBE34 (or 0xDBBE34) is known color: Old Gold. HEX triplet: DB, BE and 34. RGB value is (219,190,52). Sum of RGB (Red+Green+Blue) = 219+190+52=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE34 is #2441CB. Grayscale: #B7B7B7. Windows color (decimal): -2376140 or 3456731. OLE color: 3456731.
HSL color Cylindrical-coordinate representation of color #DBBE34: hue angle of 49.58º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBBE34 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 52 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.14 |
| HSL | 49.58º | 0.7% | 0.53% | - |
| HSV(B) | 49.58º | 0.76% | 0.86% | - |
| XYZ | 48.25 | 52.13 | 10.77 | - |
| YUV | 182.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 52 | 0 | 0.13 | 0.76 | 0.14 | 49.58 | 0.7 | 0.53 |
| Hex | DB | BE | 34 | 0 | D | 4C | E | 32 | 46 | 35 |
| Octal | 333 | 276 | 64 | 0 | 15 | 114 | 16 | 62 | 106 | 65 |
| Binary | 11011011 | 10111110 | 110100 | 0 | 1101 | 1001100 | 1110 | 110010 | 1000110 | 110101 |
Color Harmonies of #DBBE34
Complementary color
Monochromatic Colors of #DBBE34
Black with #DBBE34
Text Example
Text Example
White with #DBBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE34; }
p { color: rgb(219,190,52); }
H1.HeaderClassName
{
color: #DBBE34;
}
.AnyTagClassName
{
color: #DBBE34;
}
</style>
background-color css
<style>
a { background-color: #DBBE34; }
a { background-color: rgb(219,190,52); }
div.DivClassName
{
background-color: #DBBE34;
}
.BgClassName
{
background-color: #DBBE34;
}
</style>
border-color css
<style>
span { border-color: #DBBE34; }
span { border-color: rgb(219,190,52); }
td.TdClassName
{
border-color: #DBBE34;
}
.TagClassName
{
border-color: #DBBE34;
}
</style>