Shades of Fuel Yellow #DB8830
Tints of Fuel Yellow #DB8830
RGB
CMYK
RGB Variations
Color information
#DB8830 (or 0xDB8830) is known color: Fuel Yellow. HEX triplet: DB, 88 and 30. RGB value is (219,136,48). Sum of RGB (Red+Green+Blue) = 219+136+48=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8830 is #2477CF. Grayscale: #979797. Windows color (decimal): -2389968 or 3180763. OLE color: 3180763.
HSL color Cylindrical-coordinate representation of color #DB8830: hue angle of 30.88º 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 #DB8830 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 48 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.14 |
| HSL | 30.88º | 0.7% | 0.52% | - |
| HSV(B) | 30.88º | 0.78% | 0.86% | - |
| XYZ | 38.55 | 32.88 | 7.11 | - |
| YUV | 150.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 48 | 0 | 0.38 | 0.78 | 0.14 | 30.88 | 0.7 | 0.52 |
| Hex | DB | 88 | 30 | 0 | 26 | 4E | E | 1F | 46 | 34 |
| Octal | 333 | 210 | 60 | 0 | 46 | 116 | 16 | 37 | 106 | 64 |
| Binary | 11011011 | 10001000 | 110000 | 0 | 100110 | 1001110 | 1110 | 11111 | 1000110 | 110100 |
Color Harmonies of #DB8830
Complementary color
Monochromatic Colors of #DB8830
Black with #DB8830
Text Example
Text Example
White with #DB8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8830; }
p { color: rgb(219,136,48); }
H1.HeaderClassName
{
color: #DB8830;
}
.AnyTagClassName
{
color: #DB8830;
}
</style>
background-color css
<style>
a { background-color: #DB8830; }
a { background-color: rgb(219,136,48); }
div.DivClassName
{
background-color: #DB8830;
}
.BgClassName
{
background-color: #DB8830;
}
</style>
border-color css
<style>
span { border-color: #DB8830; }
span { border-color: rgb(219,136,48); }
td.TdClassName
{
border-color: #DB8830;
}
.TagClassName
{
border-color: #DB8830;
}
</style>