Shades of Old Gold #DBB944
Tints of Old Gold #DBB944
RGB
CMYK
RGB Variations
Color information
#DBB944 (or 0xDBB944) is known color: Old Gold. HEX triplet: DB, B9 and 44. RGB value is (219,185,68). Sum of RGB (Red+Green+Blue) = 219+185+68=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB944 is #2446BB. Grayscale: #B6B6B6. Windows color (decimal): -2377404 or 4504027. OLE color: 4504027.
HSL color Cylindrical-coordinate representation of color #DBB944: hue angle of 46.49º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBB944 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.14 |
| HSL | 46.49º | 0.68% | 0.56% | - |
| HSV(B) | 46.49º | 0.69% | 0.86% | - |
| XYZ | 47.61 | 50.18 | 12.64 | - |
| YUV | 181.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 68 | 0 | 0.16 | 0.69 | 0.14 | 46.49 | 0.68 | 0.56 |
| Hex | DB | B9 | 44 | 0 | 10 | 45 | E | 2E | 44 | 38 |
| Octal | 333 | 271 | 104 | 0 | 20 | 105 | 16 | 56 | 104 | 70 |
| Binary | 11011011 | 10111001 | 1000100 | 0 | 10000 | 1000101 | 1110 | 101110 | 1000100 | 111000 |
Color Harmonies of #DBB944
Complementary color
Monochromatic Colors of #DBB944
Black with #DBB944
Text Example
Text Example
White with #DBB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB944; }
p { color: rgb(219,185,68); }
H1.HeaderClassName
{
color: #DBB944;
}
.AnyTagClassName
{
color: #DBB944;
}
</style>
background-color css
<style>
a { background-color: #DBB944; }
a { background-color: rgb(219,185,68); }
div.DivClassName
{
background-color: #DBB944;
}
.BgClassName
{
background-color: #DBB944;
}
</style>
border-color css
<style>
span { border-color: #DBB944; }
span { border-color: rgb(219,185,68); }
td.TdClassName
{
border-color: #DBB944;
}
.TagClassName
{
border-color: #DBB944;
}
</style>