Shades of Fuel Yellow #DB8B37
Tints of Fuel Yellow #DB8B37
RGB
CMYK
RGB Variations
Color information
#DB8B37 (or 0xDB8B37) is known color: Fuel Yellow. HEX triplet: DB, 8B and 37. RGB value is (219,139,55). Sum of RGB (Red+Green+Blue) = 219+139+55=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B37 is #2474C8. Grayscale: #999999. Windows color (decimal): -2389193 or 3640283. OLE color: 3640283.
HSL color Cylindrical-coordinate representation of color #DB8B37: hue angle of 30.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB8B37 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 55 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.14 |
| HSL | 30.73º | 0.69% | 0.54% | - |
| HSV(B) | 30.73º | 0.75% | 0.86% | - |
| XYZ | 39.14 | 33.8 | 8.08 | - |
| YUV | 153.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 55 | 0 | 0.37 | 0.75 | 0.14 | 30.73 | 0.69 | 0.54 |
| Hex | DB | 8B | 37 | 0 | 25 | 4B | E | 1F | 45 | 36 |
| Octal | 333 | 213 | 67 | 0 | 45 | 113 | 16 | 37 | 105 | 66 |
| Binary | 11011011 | 10001011 | 110111 | 0 | 100101 | 1001011 | 1110 | 11111 | 1000101 | 110110 |
Color Harmonies of #DB8B37
Complementary color
Monochromatic Colors of #DB8B37
Black with #DB8B37
Text Example
Text Example
White with #DB8B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B37; }
p { color: rgb(219,139,55); }
H1.HeaderClassName
{
color: #DB8B37;
}
.AnyTagClassName
{
color: #DB8B37;
}
</style>
background-color css
<style>
a { background-color: #DB8B37; }
a { background-color: rgb(219,139,55); }
div.DivClassName
{
background-color: #DB8B37;
}
.BgClassName
{
background-color: #DB8B37;
}
</style>
border-color css
<style>
span { border-color: #DB8B37; }
span { border-color: rgb(219,139,55); }
td.TdClassName
{
border-color: #DB8B37;
}
.TagClassName
{
border-color: #DB8B37;
}
</style>