Shades of Old Gold #DBB741
Tints of Old Gold #DBB741
RGB
CMYK
RGB Variations
Color information
#DBB741 (or 0xDBB741) is known color: Old Gold. HEX triplet: DB, B7 and 41. RGB value is (219,183,65). Sum of RGB (Red+Green+Blue) = 219+183+65=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB741 is #2448BE. Grayscale: #B4B4B4. Windows color (decimal): -2377919 or 4306907. OLE color: 4306907.
HSL color Cylindrical-coordinate representation of color #DBB741: hue angle of 45.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB741 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 65 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.14 |
| HSL | 45.97º | 0.68% | 0.56% | - |
| HSV(B) | 45.97º | 0.7% | 0.86% | - |
| XYZ | 47.1 | 49.31 | 12.04 | - |
| YUV | 180.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 65 | 0 | 0.16 | 0.70 | 0.14 | 45.97 | 0.68 | 0.56 |
| Hex | DB | B7 | 41 | 0 | 10 | 46 | E | 2E | 44 | 38 |
| Octal | 333 | 267 | 101 | 0 | 20 | 106 | 16 | 56 | 104 | 70 |
| Binary | 11011011 | 10110111 | 1000001 | 0 | 10000 | 1000110 | 1110 | 101110 | 1000100 | 111000 |
Color Harmonies of #DBB741
Complementary color
Monochromatic Colors of #DBB741
Black with #DBB741
Text Example
Text Example
White with #DBB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB741; }
p { color: rgb(219,183,65); }
H1.HeaderClassName
{
color: #DBB741;
}
.AnyTagClassName
{
color: #DBB741;
}
</style>
background-color css
<style>
a { background-color: #DBB741; }
a { background-color: rgb(219,183,65); }
div.DivClassName
{
background-color: #DBB741;
}
.BgClassName
{
background-color: #DBB741;
}
</style>
border-color css
<style>
span { border-color: #DBB741; }
span { border-color: rgb(219,183,65); }
td.TdClassName
{
border-color: #DBB741;
}
.TagClassName
{
border-color: #DBB741;
}
</style>