Shades of Old Gold #DBBB3E
Tints of Old Gold #DBBB3E
RGB
CMYK
RGB Variations
Color information
#DBBB3E (or 0xDBBB3E) is known color: Old Gold. HEX triplet: DB, BB and 3E. RGB value is (219,187,62). Sum of RGB (Red+Green+Blue) = 219+187+62=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB3E is #2444C1. Grayscale: #B6B6B6. Windows color (decimal): -2376898 or 4111323. OLE color: 4111323.
HSL color Cylindrical-coordinate representation of color #DBBB3E: hue angle of 47.77º 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 #DBBB3E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 62 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.77º | 0.69% | 0.55% | - |
| HSV(B) | 47.77º | 0.72% | 0.86% | - |
| XYZ | 47.85 | 50.95 | 11.87 | - |
| YUV | 182.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 62 | 0 | 0.15 | 0.72 | 0.14 | 47.77 | 0.69 | 0.55 |
| Hex | DB | BB | 3E | 0 | F | 48 | E | 30 | 45 | 37 |
| Octal | 333 | 273 | 76 | 0 | 17 | 110 | 16 | 60 | 105 | 67 |
| Binary | 11011011 | 10111011 | 111110 | 0 | 1111 | 1001000 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DBBB3E
Complementary color
Monochromatic Colors of #DBBB3E
Black with #DBBB3E
Text Example
Text Example
White with #DBBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB3E; }
p { color: rgb(219,187,62); }
H1.HeaderClassName
{
color: #DBBB3E;
}
.AnyTagClassName
{
color: #DBBB3E;
}
</style>
background-color css
<style>
a { background-color: #DBBB3E; }
a { background-color: rgb(219,187,62); }
div.DivClassName
{
background-color: #DBBB3E;
}
.BgClassName
{
background-color: #DBBB3E;
}
</style>
border-color css
<style>
span { border-color: #DBBB3E; }
span { border-color: rgb(219,187,62); }
td.TdClassName
{
border-color: #DBBB3E;
}
.TagClassName
{
border-color: #DBBB3E;
}
</style>