Shades of Old Gold #DBB83E
Tints of Old Gold #DBB83E
RGB
CMYK
RGB Variations
Color information
#DBB83E (or 0xDBB83E) is known color: Old Gold. HEX triplet: DB, B8 and 3E. RGB value is (219,184,62). Sum of RGB (Red+Green+Blue) = 219+184+62=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB83E is #2447C1. Grayscale: #B5B5B5. Windows color (decimal): -2377666 or 4110555. OLE color: 4110555.
HSL color Cylindrical-coordinate representation of color #DBB83E: hue angle of 46.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBB83E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.62º | 0.69% | 0.55% | - |
| HSV(B) | 46.62º | 0.72% | 0.86% | - |
| XYZ | 47.22 | 49.69 | 11.66 | - |
| YUV | 180.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 62 | 0 | 0.16 | 0.72 | 0.14 | 46.62 | 0.69 | 0.55 |
| Hex | DB | B8 | 3E | 0 | 10 | 48 | E | 2F | 45 | 37 |
| Octal | 333 | 270 | 76 | 0 | 20 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011011 | 10111000 | 111110 | 0 | 10000 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DBB83E
Complementary color
Monochromatic Colors of #DBB83E
Black with #DBB83E
Text Example
Text Example
White with #DBB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB83E; }
p { color: rgb(219,184,62); }
H1.HeaderClassName
{
color: #DBB83E;
}
.AnyTagClassName
{
color: #DBB83E;
}
</style>
background-color css
<style>
a { background-color: #DBB83E; }
a { background-color: rgb(219,184,62); }
div.DivClassName
{
background-color: #DBB83E;
}
.BgClassName
{
background-color: #DBB83E;
}
</style>
border-color css
<style>
span { border-color: #DBB83E; }
span { border-color: rgb(219,184,62); }
td.TdClassName
{
border-color: #DBB83E;
}
.TagClassName
{
border-color: #DBB83E;
}
</style>