Shades of Old Gold #DBB644
Tints of Old Gold #DBB644
RGB
CMYK
RGB Variations
Color information
#DBB644 (or 0xDBB644) is known color: Old Gold. HEX triplet: DB, B6 and 44. RGB value is (219,182,68). Sum of RGB (Red+Green+Blue) = 219+182+68=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB644 is #2449BB. Grayscale: #B4B4B4. Windows color (decimal): -2378172 or 4503259. OLE color: 4503259.
HSL color Cylindrical-coordinate representation of color #DBB644: hue angle of 45.3º 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 #DBB644 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 68 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.14 |
| HSL | 45.3º | 0.68% | 0.56% | - |
| HSV(B) | 45.3º | 0.69% | 0.86% | - |
| XYZ | 46.98 | 48.93 | 12.44 | - |
| YUV | 180.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 68 | 0 | 0.17 | 0.69 | 0.14 | 45.3 | 0.68 | 0.56 |
| Hex | DB | B6 | 44 | 0 | 11 | 45 | E | 2D | 44 | 38 |
| Octal | 333 | 266 | 104 | 0 | 21 | 105 | 16 | 55 | 104 | 70 |
| Binary | 11011011 | 10110110 | 1000100 | 0 | 10001 | 1000101 | 1110 | 101101 | 1000100 | 111000 |
Color Harmonies of #DBB644
Complementary color
Monochromatic Colors of #DBB644
Black with #DBB644
Text Example
Text Example
White with #DBB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB644; }
p { color: rgb(219,182,68); }
H1.HeaderClassName
{
color: #DBB644;
}
.AnyTagClassName
{
color: #DBB644;
}
</style>
background-color css
<style>
a { background-color: #DBB644; }
a { background-color: rgb(219,182,68); }
div.DivClassName
{
background-color: #DBB644;
}
.BgClassName
{
background-color: #DBB644;
}
</style>
border-color css
<style>
span { border-color: #DBB644; }
span { border-color: rgb(219,182,68); }
td.TdClassName
{
border-color: #DBB644;
}
.TagClassName
{
border-color: #DBB644;
}
</style>