Shades of Fuel Yellow #DB9034
Tints of Fuel Yellow #DB9034
RGB
CMYK
RGB Variations
Color information
#DB9034 (or 0xDB9034) is known color: Fuel Yellow. HEX triplet: DB, 90 and 34. RGB value is (219,144,52). Sum of RGB (Red+Green+Blue) = 219+144+52=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9034 is #246FCB. Grayscale: #9C9C9C. Windows color (decimal): -2387916 or 3444955. OLE color: 3444955.
HSL color Cylindrical-coordinate representation of color #DB9034: hue angle of 33.05º 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 #DB9034 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 52 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.14 |
| HSL | 33.05º | 0.7% | 0.53% | - |
| HSV(B) | 33.05º | 0.76% | 0.86% | - |
| XYZ | 39.81 | 35.25 | 7.96 | - |
| YUV | 155.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 52 | 0 | 0.34 | 0.76 | 0.14 | 33.05 | 0.7 | 0.53 |
| Hex | DB | 90 | 34 | 0 | 22 | 4C | E | 21 | 46 | 35 |
| Octal | 333 | 220 | 64 | 0 | 42 | 114 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10010000 | 110100 | 0 | 100010 | 1001100 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB9034
Complementary color
Monochromatic Colors of #DB9034
Black with #DB9034
Text Example
Text Example
White with #DB9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9034; }
p { color: rgb(219,144,52); }
H1.HeaderClassName
{
color: #DB9034;
}
.AnyTagClassName
{
color: #DB9034;
}
</style>
background-color css
<style>
a { background-color: #DB9034; }
a { background-color: rgb(219,144,52); }
div.DivClassName
{
background-color: #DB9034;
}
.BgClassName
{
background-color: #DB9034;
}
</style>
border-color css
<style>
span { border-color: #DB9034; }
span { border-color: rgb(219,144,52); }
td.TdClassName
{
border-color: #DB9034;
}
.TagClassName
{
border-color: #DB9034;
}
</style>