Shades of Fuel Yellow #DB8930
Tints of Fuel Yellow #DB8930
RGB
CMYK
RGB Variations
Color information
#DB8930 (or 0xDB8930) is known color: Fuel Yellow. HEX triplet: DB, 89 and 30. RGB value is (219,137,48). Sum of RGB (Red+Green+Blue) = 219+137+48=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8930 is #2476CF. Grayscale: #979797. Windows color (decimal): -2389712 or 3181019. OLE color: 3181019.
HSL color Cylindrical-coordinate representation of color #DB8930: hue angle of 31.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8930 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 48 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.14 |
| HSL | 31.23º | 0.7% | 0.52% | - |
| HSV(B) | 31.23º | 0.78% | 0.86% | - |
| XYZ | 38.69 | 33.16 | 7.16 | - |
| YUV | 151.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 48 | 0 | 0.37 | 0.78 | 0.14 | 31.23 | 0.7 | 0.52 |
| Hex | DB | 89 | 30 | 0 | 25 | 4E | E | 1F | 46 | 34 |
| Octal | 333 | 211 | 60 | 0 | 45 | 116 | 16 | 37 | 106 | 64 |
| Binary | 11011011 | 10001001 | 110000 | 0 | 100101 | 1001110 | 1110 | 11111 | 1000110 | 110100 |
Color Harmonies of #DB8930
Complementary color
Monochromatic Colors of #DB8930
Black with #DB8930
Text Example
Text Example
White with #DB8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8930; }
p { color: rgb(219,137,48); }
H1.HeaderClassName
{
color: #DB8930;
}
.AnyTagClassName
{
color: #DB8930;
}
</style>
background-color css
<style>
a { background-color: #DB8930; }
a { background-color: rgb(219,137,48); }
div.DivClassName
{
background-color: #DB8930;
}
.BgClassName
{
background-color: #DB8930;
}
</style>
border-color css
<style>
span { border-color: #DB8930; }
span { border-color: rgb(219,137,48); }
td.TdClassName
{
border-color: #DB8930;
}
.TagClassName
{
border-color: #DB8930;
}
</style>