Shades of Old Gold #DBB948
Tints of Old Gold #DBB948
RGB
CMYK
RGB Variations
Color information
#DBB948 (or 0xDBB948) is known color: Old Gold. HEX triplet: DB, B9 and 48. RGB value is (219,185,72). Sum of RGB (Red+Green+Blue) = 219+185+72=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB948 is #2446B7. Grayscale: #B6B6B6. Windows color (decimal): -2377400 or 4766171. OLE color: 4766171.
HSL color Cylindrical-coordinate representation of color #DBB948: hue angle of 46.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB948 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 72 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.14 |
| HSL | 46.12º | 0.67% | 0.57% | - |
| HSV(B) | 46.12º | 0.67% | 0.86% | - |
| XYZ | 47.73 | 50.23 | 13.31 | - |
| YUV | 182.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 72 | 0 | 0.16 | 0.67 | 0.14 | 46.12 | 0.67 | 0.57 |
| Hex | DB | B9 | 48 | 0 | 10 | 43 | E | 2E | 43 | 39 |
| Octal | 333 | 271 | 110 | 0 | 20 | 103 | 16 | 56 | 103 | 71 |
| Binary | 11011011 | 10111001 | 1001000 | 0 | 10000 | 1000011 | 1110 | 101110 | 1000011 | 111001 |
Color Harmonies of #DBB948
Complementary color
Monochromatic Colors of #DBB948
Black with #DBB948
Text Example
Text Example
White with #DBB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB948; }
p { color: rgb(219,185,72); }
H1.HeaderClassName
{
color: #DBB948;
}
.AnyTagClassName
{
color: #DBB948;
}
</style>
background-color css
<style>
a { background-color: #DBB948; }
a { background-color: rgb(219,185,72); }
div.DivClassName
{
background-color: #DBB948;
}
.BgClassName
{
background-color: #DBB948;
}
</style>
border-color css
<style>
span { border-color: #DBB948; }
span { border-color: rgb(219,185,72); }
td.TdClassName
{
border-color: #DBB948;
}
.TagClassName
{
border-color: #DBB948;
}
</style>