Shades of Fuel Yellow #DB9236
Tints of Fuel Yellow #DB9236
RGB
CMYK
RGB Variations
Color information
#DB9236 (or 0xDB9236) is known color: Fuel Yellow. HEX triplet: DB, 92 and 36. RGB value is (219,146,54). Sum of RGB (Red+Green+Blue) = 219+146+54=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9236 is #246DC9. Grayscale: #9D9D9D. Windows color (decimal): -2387402 or 3576539. OLE color: 3576539.
HSL color Cylindrical-coordinate representation of color #DB9236: hue angle of 33.45º degrees, saturation: 0.7, 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 #DB9236 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 54 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.14 |
| HSL | 33.45º | 0.7% | 0.54% | - |
| HSV(B) | 33.45º | 0.75% | 0.86% | - |
| XYZ | 40.16 | 35.88 | 8.3 | - |
| YUV | 157.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 54 | 0 | 0.33 | 0.75 | 0.14 | 33.45 | 0.7 | 0.54 |
| Hex | DB | 92 | 36 | 0 | 21 | 4B | E | 21 | 46 | 36 |
| Octal | 333 | 222 | 66 | 0 | 41 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011011 | 10010010 | 110110 | 0 | 100001 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DB9236
Complementary color
Monochromatic Colors of #DB9236
Black with #DB9236
Text Example
Text Example
White with #DB9236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9236; }
p { color: rgb(219,146,54); }
H1.HeaderClassName
{
color: #DB9236;
}
.AnyTagClassName
{
color: #DB9236;
}
</style>
background-color css
<style>
a { background-color: #DB9236; }
a { background-color: rgb(219,146,54); }
div.DivClassName
{
background-color: #DB9236;
}
.BgClassName
{
background-color: #DB9236;
}
</style>
border-color css
<style>
span { border-color: #DB9236; }
span { border-color: rgb(219,146,54); }
td.TdClassName
{
border-color: #DB9236;
}
.TagClassName
{
border-color: #DB9236;
}
</style>