Shades of Old Gold #DBB744
Tints of Old Gold #DBB744
RGB
CMYK
RGB Variations
Color information
#DBB744 (or 0xDBB744) is known color: Old Gold. HEX triplet: DB, B7 and 44. RGB value is (219,183,68). Sum of RGB (Red+Green+Blue) = 219+183+68=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB744 is #2448BB. Grayscale: #B5B5B5. Windows color (decimal): -2377916 or 4503515. OLE color: 4503515.
HSL color Cylindrical-coordinate representation of color #DBB744: hue angle of 45.7º 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 #DBB744 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.14 |
| HSL | 45.7º | 0.68% | 0.56% | - |
| HSV(B) | 45.7º | 0.69% | 0.86% | - |
| XYZ | 47.19 | 49.34 | 12.51 | - |
| YUV | 180.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 68 | 0 | 0.16 | 0.69 | 0.14 | 45.7 | 0.68 | 0.56 |
| Hex | DB | B7 | 44 | 0 | 10 | 45 | E | 2E | 44 | 38 |
| Octal | 333 | 267 | 104 | 0 | 20 | 105 | 16 | 56 | 104 | 70 |
| Binary | 11011011 | 10110111 | 1000100 | 0 | 10000 | 1000101 | 1110 | 101110 | 1000100 | 111000 |
Color Harmonies of #DBB744
Complementary color
Monochromatic Colors of #DBB744
Black with #DBB744
Text Example
Text Example
White with #DBB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB744; }
p { color: rgb(219,183,68); }
H1.HeaderClassName
{
color: #DBB744;
}
.AnyTagClassName
{
color: #DBB744;
}
</style>
background-color css
<style>
a { background-color: #DBB744; }
a { background-color: rgb(219,183,68); }
div.DivClassName
{
background-color: #DBB744;
}
.BgClassName
{
background-color: #DBB744;
}
</style>
border-color css
<style>
span { border-color: #DBB744; }
span { border-color: rgb(219,183,68); }
td.TdClassName
{
border-color: #DBB744;
}
.TagClassName
{
border-color: #DBB744;
}
</style>