Shades of Old Gold #DBBB3B
Tints of Old Gold #DBBB3B
RGB
CMYK
RGB Variations
Color information
#DBBB3B (or 0xDBBB3B) is known color: Old Gold. HEX triplet: DB, BB and 3B. RGB value is (219,187,59). Sum of RGB (Red+Green+Blue) = 219+187+59=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB3B is #2444C4. Grayscale: #B6B6B6. Windows color (decimal): -2376901 or 3914715. OLE color: 3914715.
HSL color Cylindrical-coordinate representation of color #DBBB3B: hue angle of 48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBBB3B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 59 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.14 |
| HSL | 48º | 0.69% | 0.55% | - |
| HSV(B) | 48º | 0.73% | 0.86% | - |
| XYZ | 47.77 | 50.92 | 11.45 | - |
| YUV | 181.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 59 | 0 | 0.15 | 0.73 | 0.14 | 48 | 0.69 | 0.55 |
| Hex | DB | BB | 3B | 0 | F | 49 | E | 30 | 45 | 37 |
| Octal | 333 | 273 | 73 | 0 | 17 | 111 | 16 | 60 | 105 | 67 |
| Binary | 11011011 | 10111011 | 111011 | 0 | 1111 | 1001001 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DBBB3B
Complementary color
Monochromatic Colors of #DBBB3B
Black with #DBBB3B
Text Example
Text Example
White with #DBBB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB3B; }
p { color: rgb(219,187,59); }
H1.HeaderClassName
{
color: #DBBB3B;
}
.AnyTagClassName
{
color: #DBBB3B;
}
</style>
background-color css
<style>
a { background-color: #DBBB3B; }
a { background-color: rgb(219,187,59); }
div.DivClassName
{
background-color: #DBBB3B;
}
.BgClassName
{
background-color: #DBBB3B;
}
</style>
border-color css
<style>
span { border-color: #DBBB3B; }
span { border-color: rgb(219,187,59); }
td.TdClassName
{
border-color: #DBBB3B;
}
.TagClassName
{
border-color: #DBBB3B;
}
</style>