Shades of Old Gold #DBB93F
Tints of Old Gold #DBB93F
RGB
CMYK
RGB Variations
Color information
#DBB93F (or 0xDBB93F) is known color: Old Gold. HEX triplet: DB, B9 and 3F. RGB value is (219,185,63). Sum of RGB (Red+Green+Blue) = 219+185+63=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB93F is #2446C0. Grayscale: #B5B5B5. Windows color (decimal): -2377409 or 4176347. OLE color: 4176347.
HSL color Cylindrical-coordinate representation of color #DBB93F: hue angle of 46.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB93F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 63 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.14 |
| HSL | 46.92º | 0.68% | 0.55% | - |
| HSV(B) | 46.92º | 0.71% | 0.86% | - |
| XYZ | 47.46 | 50.12 | 11.87 | - |
| YUV | 181.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 63 | 0 | 0.16 | 0.71 | 0.14 | 46.92 | 0.68 | 0.55 |
| Hex | DB | B9 | 3F | 0 | 10 | 47 | E | 2F | 44 | 37 |
| Octal | 333 | 271 | 77 | 0 | 20 | 107 | 16 | 57 | 104 | 67 |
| Binary | 11011011 | 10111001 | 111111 | 0 | 10000 | 1000111 | 1110 | 101111 | 1000100 | 110111 |
Color Harmonies of #DBB93F
Complementary color
Monochromatic Colors of #DBB93F
Black with #DBB93F
Text Example
Text Example
White with #DBB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB93F; }
p { color: rgb(219,185,63); }
H1.HeaderClassName
{
color: #DBB93F;
}
.AnyTagClassName
{
color: #DBB93F;
}
</style>
background-color css
<style>
a { background-color: #DBB93F; }
a { background-color: rgb(219,185,63); }
div.DivClassName
{
background-color: #DBB93F;
}
.BgClassName
{
background-color: #DBB93F;
}
</style>
border-color css
<style>
span { border-color: #DBB93F; }
span { border-color: rgb(219,185,63); }
td.TdClassName
{
border-color: #DBB93F;
}
.TagClassName
{
border-color: #DBB93F;
}
</style>