Shades of Old Gold #DBB940
Tints of Old Gold #DBB940
RGB
CMYK
RGB Variations
Color information
#DBB940 (or 0xDBB940) is known color: Old Gold. HEX triplet: DB, B9 and 40. RGB value is (219,185,64). Sum of RGB (Red+Green+Blue) = 219+185+64=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB940 is #2446BF. Grayscale: #B5B5B5. Windows color (decimal): -2377408 or 4241883. OLE color: 4241883.
HSL color Cylindrical-coordinate representation of color #DBB940: hue angle of 46.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB940 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 64 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.14 |
| HSL | 46.84º | 0.68% | 0.55% | - |
| HSV(B) | 46.84º | 0.71% | 0.86% | - |
| XYZ | 47.49 | 50.13 | 12.02 | - |
| YUV | 181.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 64 | 0 | 0.16 | 0.71 | 0.14 | 46.84 | 0.68 | 0.55 |
| Hex | DB | B9 | 40 | 0 | 10 | 47 | E | 2F | 44 | 37 |
| Octal | 333 | 271 | 100 | 0 | 20 | 107 | 16 | 57 | 104 | 67 |
| Binary | 11011011 | 10111001 | 1000000 | 0 | 10000 | 1000111 | 1110 | 101111 | 1000100 | 110111 |
Color Harmonies of #DBB940
Complementary color
Monochromatic Colors of #DBB940
Black with #DBB940
Text Example
Text Example
White with #DBB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB940; }
p { color: rgb(219,185,64); }
H1.HeaderClassName
{
color: #DBB940;
}
.AnyTagClassName
{
color: #DBB940;
}
</style>
background-color css
<style>
a { background-color: #DBB940; }
a { background-color: rgb(219,185,64); }
div.DivClassName
{
background-color: #DBB940;
}
.BgClassName
{
background-color: #DBB940;
}
</style>
border-color css
<style>
span { border-color: #DBB940; }
span { border-color: rgb(219,185,64); }
td.TdClassName
{
border-color: #DBB940;
}
.TagClassName
{
border-color: #DBB940;
}
</style>