Shades of Fuel Yellow #DB9139
Tints of Fuel Yellow #DB9139
RGB
CMYK
RGB Variations
Color information
#DB9139 (or 0xDB9139) is known color: Fuel Yellow. HEX triplet: DB, 91 and 39. RGB value is (219,145,57). Sum of RGB (Red+Green+Blue) = 219+145+57=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9139 is #246EC6. Grayscale: #9D9D9D. Windows color (decimal): -2387655 or 3772891. OLE color: 3772891.
HSL color Cylindrical-coordinate representation of color #DB9139: hue angle of 32.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9139 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 57 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.14 |
| HSL | 32.59º | 0.69% | 0.54% | - |
| HSV(B) | 32.59º | 0.74% | 0.86% | - |
| XYZ | 40.08 | 35.61 | 8.63 | - |
| YUV | 157.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 57 | 0 | 0.34 | 0.74 | 0.14 | 32.59 | 0.69 | 0.54 |
| Hex | DB | 91 | 39 | 0 | 22 | 4A | E | 21 | 45 | 36 |
| Octal | 333 | 221 | 71 | 0 | 42 | 112 | 16 | 41 | 105 | 66 |
| Binary | 11011011 | 10010001 | 111001 | 0 | 100010 | 1001010 | 1110 | 100001 | 1000101 | 110110 |
Color Harmonies of #DB9139
Complementary color
Monochromatic Colors of #DB9139
Black with #DB9139
Text Example
Text Example
White with #DB9139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9139; }
p { color: rgb(219,145,57); }
H1.HeaderClassName
{
color: #DB9139;
}
.AnyTagClassName
{
color: #DB9139;
}
</style>
background-color css
<style>
a { background-color: #DB9139; }
a { background-color: rgb(219,145,57); }
div.DivClassName
{
background-color: #DB9139;
}
.BgClassName
{
background-color: #DB9139;
}
</style>
border-color css
<style>
span { border-color: #DB9139; }
span { border-color: rgb(219,145,57); }
td.TdClassName
{
border-color: #DB9139;
}
.TagClassName
{
border-color: #DB9139;
}
</style>