Shades of Fuel Yellow #DB8E35
Tints of Fuel Yellow #DB8E35
RGB
CMYK
RGB Variations
Color information
#DB8E35 (or 0xDB8E35) is known color: Fuel Yellow. HEX triplet: DB, 8E and 35. RGB value is (219,142,53). Sum of RGB (Red+Green+Blue) = 219+142+53=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E35 is #2471CA. Grayscale: #9B9B9B. Windows color (decimal): -2388427 or 3509979. OLE color: 3509979.
HSL color Cylindrical-coordinate representation of color #DB8E35: hue angle of 32.17º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8E35 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 53 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.14 |
| HSL | 32.17º | 0.7% | 0.53% | - |
| HSV(B) | 32.17º | 0.76% | 0.86% | - |
| XYZ | 39.53 | 34.66 | 7.98 | - |
| YUV | 154.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 53 | 0 | 0.35 | 0.76 | 0.14 | 32.17 | 0.7 | 0.53 |
| Hex | DB | 8E | 35 | 0 | 23 | 4C | E | 20 | 46 | 35 |
| Octal | 333 | 216 | 65 | 0 | 43 | 114 | 16 | 40 | 106 | 65 |
| Binary | 11011011 | 10001110 | 110101 | 0 | 100011 | 1001100 | 1110 | 100000 | 1000110 | 110101 |
Color Harmonies of #DB8E35
Complementary color
Monochromatic Colors of #DB8E35
Black with #DB8E35
Text Example
Text Example
White with #DB8E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E35; }
p { color: rgb(219,142,53); }
H1.HeaderClassName
{
color: #DB8E35;
}
.AnyTagClassName
{
color: #DB8E35;
}
</style>
background-color css
<style>
a { background-color: #DB8E35; }
a { background-color: rgb(219,142,53); }
div.DivClassName
{
background-color: #DB8E35;
}
.BgClassName
{
background-color: #DB8E35;
}
</style>
border-color css
<style>
span { border-color: #DB8E35; }
span { border-color: rgb(219,142,53); }
td.TdClassName
{
border-color: #DB8E35;
}
.TagClassName
{
border-color: #DB8E35;
}
</style>