Shades of Old Gold #DBB747
Tints of Old Gold #DBB747
RGB
CMYK
RGB Variations
Color information
#DBB747 (or 0xDBB747) is known color: Old Gold. HEX triplet: DB, B7 and 47. RGB value is (219,183,71). Sum of RGB (Red+Green+Blue) = 219+183+71=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB747 is #2448B8. Grayscale: #B5B5B5. Windows color (decimal): -2377913 or 4700123. OLE color: 4700123.
HSL color Cylindrical-coordinate representation of color #DBB747: hue angle of 45.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBB747 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 71 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.14 |
| HSL | 45.41º | 0.67% | 0.57% | - |
| HSV(B) | 45.41º | 0.68% | 0.86% | - |
| XYZ | 47.28 | 49.38 | 13 | - |
| YUV | 181 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 71 | 0 | 0.16 | 0.68 | 0.14 | 45.41 | 0.67 | 0.57 |
| Hex | DB | B7 | 47 | 0 | 10 | 44 | E | 2D | 43 | 39 |
| Octal | 333 | 267 | 107 | 0 | 20 | 104 | 16 | 55 | 103 | 71 |
| Binary | 11011011 | 10110111 | 1000111 | 0 | 10000 | 1000100 | 1110 | 101101 | 1000011 | 111001 |
Color Harmonies of #DBB747
Complementary color
Monochromatic Colors of #DBB747
Black with #DBB747
Text Example
Text Example
White with #DBB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB747; }
p { color: rgb(219,183,71); }
H1.HeaderClassName
{
color: #DBB747;
}
.AnyTagClassName
{
color: #DBB747;
}
</style>
background-color css
<style>
a { background-color: #DBB747; }
a { background-color: rgb(219,183,71); }
div.DivClassName
{
background-color: #DBB747;
}
.BgClassName
{
background-color: #DBB747;
}
</style>
border-color css
<style>
span { border-color: #DBB747; }
span { border-color: rgb(219,183,71); }
td.TdClassName
{
border-color: #DBB747;
}
.TagClassName
{
border-color: #DBB747;
}
</style>