Shades of Fuel Yellow #DB8A30
Tints of Fuel Yellow #DB8A30
RGB
CMYK
RGB Variations
Color information
#DB8A30 (or 0xDB8A30) is known color: Fuel Yellow. HEX triplet: DB, 8A and 30. RGB value is (219,138,48). Sum of RGB (Red+Green+Blue) = 219+138+48=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A30 is #2475CF. Grayscale: #989898. Windows color (decimal): -2389456 or 3181275. OLE color: 3181275.
HSL color Cylindrical-coordinate representation of color #DB8A30: hue angle of 31.58º 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 #DB8A30 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 48 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.14 |
| HSL | 31.58º | 0.7% | 0.52% | - |
| HSV(B) | 31.58º | 0.78% | 0.86% | - |
| XYZ | 38.84 | 33.45 | 7.21 | - |
| YUV | 151.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 48 | 0 | 0.37 | 0.78 | 0.14 | 31.58 | 0.7 | 0.52 |
| Hex | DB | 8A | 30 | 0 | 25 | 4E | E | 20 | 46 | 34 |
| Octal | 333 | 212 | 60 | 0 | 45 | 116 | 16 | 40 | 106 | 64 |
| Binary | 11011011 | 10001010 | 110000 | 0 | 100101 | 1001110 | 1110 | 100000 | 1000110 | 110100 |
Color Harmonies of #DB8A30
Complementary color
Monochromatic Colors of #DB8A30
Black with #DB8A30
Text Example
Text Example
White with #DB8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A30; }
p { color: rgb(219,138,48); }
H1.HeaderClassName
{
color: #DB8A30;
}
.AnyTagClassName
{
color: #DB8A30;
}
</style>
background-color css
<style>
a { background-color: #DB8A30; }
a { background-color: rgb(219,138,48); }
div.DivClassName
{
background-color: #DB8A30;
}
.BgClassName
{
background-color: #DB8A30;
}
</style>
border-color css
<style>
span { border-color: #DB8A30; }
span { border-color: rgb(219,138,48); }
td.TdClassName
{
border-color: #DB8A30;
}
.TagClassName
{
border-color: #DB8A30;
}
</style>