Shades of Fuel Yellow #DB9036
Tints of Fuel Yellow #DB9036
RGB
CMYK
RGB Variations
Color information
#DB9036 (or 0xDB9036) is known color: Fuel Yellow. HEX triplet: DB, 90 and 36. RGB value is (219,144,54). Sum of RGB (Red+Green+Blue) = 219+144+54=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9036 is #246FC9. Grayscale: #9C9C9C. Windows color (decimal): -2387914 or 3576027. OLE color: 3576027.
HSL color Cylindrical-coordinate representation of color #DB9036: hue angle of 32.73º 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 #DB9036 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 54 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.14 |
| HSL | 32.73º | 0.7% | 0.54% | - |
| HSV(B) | 32.73º | 0.75% | 0.86% | - |
| XYZ | 39.85 | 35.27 | 8.2 | - |
| YUV | 156.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 54 | 0 | 0.34 | 0.75 | 0.14 | 32.73 | 0.7 | 0.54 |
| Hex | DB | 90 | 36 | 0 | 22 | 4B | E | 21 | 46 | 36 |
| Octal | 333 | 220 | 66 | 0 | 42 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011011 | 10010000 | 110110 | 0 | 100010 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DB9036
Complementary color
Monochromatic Colors of #DB9036
Black with #DB9036
Text Example
Text Example
White with #DB9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9036; }
p { color: rgb(219,144,54); }
H1.HeaderClassName
{
color: #DB9036;
}
.AnyTagClassName
{
color: #DB9036;
}
</style>
background-color css
<style>
a { background-color: #DB9036; }
a { background-color: rgb(219,144,54); }
div.DivClassName
{
background-color: #DB9036;
}
.BgClassName
{
background-color: #DB9036;
}
</style>
border-color css
<style>
span { border-color: #DB9036; }
span { border-color: rgb(219,144,54); }
td.TdClassName
{
border-color: #DB9036;
}
.TagClassName
{
border-color: #DB9036;
}
</style>