Shades of Fuel Yellow #DB9337
Tints of Fuel Yellow #DB9337
RGB
CMYK
RGB Variations
Color information
#DB9337 (or 0xDB9337) is known color: Fuel Yellow. HEX triplet: DB, 93 and 37. RGB value is (219,147,55). Sum of RGB (Red+Green+Blue) = 219+147+55=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9337 is #246CC8. Grayscale: #9E9E9E. Windows color (decimal): -2387145 or 3642331. OLE color: 3642331.
HSL color Cylindrical-coordinate representation of color #DB9337: hue angle of 33.66º degrees, saturation: 0.69, 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 #DB9337 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 55 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.14 |
| HSL | 33.66º | 0.69% | 0.54% | - |
| HSV(B) | 33.66º | 0.75% | 0.86% | - |
| XYZ | 40.34 | 36.2 | 8.48 | - |
| YUV | 158.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 55 | 0 | 0.33 | 0.75 | 0.14 | 33.66 | 0.69 | 0.54 |
| Hex | DB | 93 | 37 | 0 | 21 | 4B | E | 22 | 45 | 36 |
| Octal | 333 | 223 | 67 | 0 | 41 | 113 | 16 | 42 | 105 | 66 |
| Binary | 11011011 | 10010011 | 110111 | 0 | 100001 | 1001011 | 1110 | 100010 | 1000101 | 110110 |
Color Harmonies of #DB9337
Complementary color
Monochromatic Colors of #DB9337
Black with #DB9337
Text Example
Text Example
White with #DB9337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9337; }
p { color: rgb(219,147,55); }
H1.HeaderClassName
{
color: #DB9337;
}
.AnyTagClassName
{
color: #DB9337;
}
</style>
background-color css
<style>
a { background-color: #DB9337; }
a { background-color: rgb(219,147,55); }
div.DivClassName
{
background-color: #DB9337;
}
.BgClassName
{
background-color: #DB9337;
}
</style>
border-color css
<style>
span { border-color: #DB9337; }
span { border-color: rgb(219,147,55); }
td.TdClassName
{
border-color: #DB9337;
}
.TagClassName
{
border-color: #DB9337;
}
</style>