Shades of Fuel Yellow #DB9032
Tints of Fuel Yellow #DB9032
RGB
CMYK
RGB Variations
Color information
#DB9032 (or 0xDB9032) is known color: Fuel Yellow. HEX triplet: DB, 90 and 32. RGB value is (219,144,50). Sum of RGB (Red+Green+Blue) = 219+144+50=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9032 is #246FCD. Grayscale: #9C9C9C. Windows color (decimal): -2387918 or 3313883. OLE color: 3313883.
HSL color Cylindrical-coordinate representation of color #DB9032: hue angle of 33.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB9032 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.14 |
| HSL | 33.37º | 0.7% | 0.53% | - |
| HSV(B) | 33.37º | 0.77% | 0.86% | - |
| XYZ | 39.76 | 35.24 | 7.72 | - |
| YUV | 155.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 50 | 0 | 0.34 | 0.77 | 0.14 | 33.37 | 0.7 | 0.53 |
| Hex | DB | 90 | 32 | 0 | 22 | 4D | E | 21 | 46 | 35 |
| Octal | 333 | 220 | 62 | 0 | 42 | 115 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10010000 | 110010 | 0 | 100010 | 1001101 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB9032
Complementary color
Monochromatic Colors of #DB9032
Black with #DB9032
Text Example
Text Example
White with #DB9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9032; }
p { color: rgb(219,144,50); }
H1.HeaderClassName
{
color: #DB9032;
}
.AnyTagClassName
{
color: #DB9032;
}
</style>
background-color css
<style>
a { background-color: #DB9032; }
a { background-color: rgb(219,144,50); }
div.DivClassName
{
background-color: #DB9032;
}
.BgClassName
{
background-color: #DB9032;
}
</style>
border-color css
<style>
span { border-color: #DB9032; }
span { border-color: rgb(219,144,50); }
td.TdClassName
{
border-color: #DB9032;
}
.TagClassName
{
border-color: #DB9032;
}
</style>