Shades of Old Gold #DBB745
Tints of Old Gold #DBB745
RGB
CMYK
RGB Variations
Color information
#DBB745 (or 0xDBB745) is known color: Old Gold. HEX triplet: DB, B7 and 45. RGB value is (219,183,69). Sum of RGB (Red+Green+Blue) = 219+183+69=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB745 is #2448BA. Grayscale: #B5B5B5. Windows color (decimal): -2377915 or 4569051. OLE color: 4569051.
HSL color Cylindrical-coordinate representation of color #DBB745: hue angle of 45.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBB745 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 69 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.14 |
| HSL | 45.6º | 0.68% | 0.56% | - |
| HSV(B) | 45.6º | 0.68% | 0.86% | - |
| XYZ | 47.22 | 49.36 | 12.67 | - |
| YUV | 180.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 69 | 0 | 0.16 | 0.68 | 0.14 | 45.6 | 0.68 | 0.56 |
| Hex | DB | B7 | 45 | 0 | 10 | 44 | E | 2E | 44 | 38 |
| Octal | 333 | 267 | 105 | 0 | 20 | 104 | 16 | 56 | 104 | 70 |
| Binary | 11011011 | 10110111 | 1000101 | 0 | 10000 | 1000100 | 1110 | 101110 | 1000100 | 111000 |
Color Harmonies of #DBB745
Complementary color
Monochromatic Colors of #DBB745
Black with #DBB745
Text Example
Text Example
White with #DBB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB745; }
p { color: rgb(219,183,69); }
H1.HeaderClassName
{
color: #DBB745;
}
.AnyTagClassName
{
color: #DBB745;
}
</style>
background-color css
<style>
a { background-color: #DBB745; }
a { background-color: rgb(219,183,69); }
div.DivClassName
{
background-color: #DBB745;
}
.BgClassName
{
background-color: #DBB745;
}
</style>
border-color css
<style>
span { border-color: #DBB745; }
span { border-color: rgb(219,183,69); }
td.TdClassName
{
border-color: #DBB745;
}
.TagClassName
{
border-color: #DBB745;
}
</style>