Shades of Fuel Yellow #DB9035
Tints of Fuel Yellow #DB9035
RGB
CMYK
RGB Variations
Color information
#DB9035 (or 0xDB9035) is known color: Fuel Yellow. HEX triplet: DB, 90 and 35. RGB value is (219,144,53). Sum of RGB (Red+Green+Blue) = 219+144+53=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9035 is #246FCA. Grayscale: #9C9C9C. Windows color (decimal): -2387915 or 3510491. OLE color: 3510491.
HSL color Cylindrical-coordinate representation of color #DB9035: hue angle of 32.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB9035 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 53 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.14 |
| HSL | 32.89º | 0.7% | 0.53% | - |
| HSV(B) | 32.89º | 0.76% | 0.86% | - |
| XYZ | 39.83 | 35.26 | 8.08 | - |
| YUV | 156.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 53 | 0 | 0.34 | 0.76 | 0.14 | 32.89 | 0.7 | 0.53 |
| Hex | DB | 90 | 35 | 0 | 22 | 4C | E | 21 | 46 | 35 |
| Octal | 333 | 220 | 65 | 0 | 42 | 114 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10010000 | 110101 | 0 | 100010 | 1001100 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB9035
Complementary color
Monochromatic Colors of #DB9035
Black with #DB9035
Text Example
Text Example
White with #DB9035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9035; }
p { color: rgb(219,144,53); }
H1.HeaderClassName
{
color: #DB9035;
}
.AnyTagClassName
{
color: #DB9035;
}
</style>
background-color css
<style>
a { background-color: #DB9035; }
a { background-color: rgb(219,144,53); }
div.DivClassName
{
background-color: #DB9035;
}
.BgClassName
{
background-color: #DB9035;
}
</style>
border-color css
<style>
span { border-color: #DB9035; }
span { border-color: rgb(219,144,53); }
td.TdClassName
{
border-color: #DB9035;
}
.TagClassName
{
border-color: #DB9035;
}
</style>