Shades of Fuel Yellow #DB9235
Tints of Fuel Yellow #DB9235
RGB
CMYK
RGB Variations
Color information
#DB9235 (or 0xDB9235) is known color: Fuel Yellow. HEX triplet: DB, 92 and 35. RGB value is (219,146,53). Sum of RGB (Red+Green+Blue) = 219+146+53=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9235 is #246DCA. Grayscale: #9D9D9D. Windows color (decimal): -2387403 or 3511003. OLE color: 3511003.
HSL color Cylindrical-coordinate representation of color #DB9235: hue angle of 33.61º 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 #DB9235 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 53 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.14 |
| HSL | 33.61º | 0.7% | 0.53% | - |
| HSV(B) | 33.61º | 0.76% | 0.86% | - |
| XYZ | 40.13 | 35.87 | 8.18 | - |
| YUV | 157.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 53 | 0 | 0.33 | 0.76 | 0.14 | 33.61 | 0.7 | 0.53 |
| Hex | DB | 92 | 35 | 0 | 21 | 4C | E | 22 | 46 | 35 |
| Octal | 333 | 222 | 65 | 0 | 41 | 114 | 16 | 42 | 106 | 65 |
| Binary | 11011011 | 10010010 | 110101 | 0 | 100001 | 1001100 | 1110 | 100010 | 1000110 | 110101 |
Color Harmonies of #DB9235
Complementary color
Monochromatic Colors of #DB9235
Black with #DB9235
Text Example
Text Example
White with #DB9235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9235; }
p { color: rgb(219,146,53); }
H1.HeaderClassName
{
color: #DB9235;
}
.AnyTagClassName
{
color: #DB9235;
}
</style>
background-color css
<style>
a { background-color: #DB9235; }
a { background-color: rgb(219,146,53); }
div.DivClassName
{
background-color: #DB9235;
}
.BgClassName
{
background-color: #DB9235;
}
</style>
border-color css
<style>
span { border-color: #DB9235; }
span { border-color: rgb(219,146,53); }
td.TdClassName
{
border-color: #DB9235;
}
.TagClassName
{
border-color: #DB9235;
}
</style>