Shades of Fuel Yellow #DB9536
Tints of Fuel Yellow #DB9536
RGB
CMYK
RGB Variations
Color information
#DB9536 (or 0xDB9536) is known color: Fuel Yellow. HEX triplet: DB, 95 and 36. RGB value is (219,149,54). Sum of RGB (Red+Green+Blue) = 219+149+54=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9536 is #246AC9. Grayscale: #9F9F9F. Windows color (decimal): -2386634 or 3577307. OLE color: 3577307.
HSL color Cylindrical-coordinate representation of color #DB9536: hue angle of 34.55º 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 #DB9536 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 54 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.14 |
| HSL | 34.55º | 0.7% | 0.54% | - |
| HSV(B) | 34.55º | 0.75% | 0.86% | - |
| XYZ | 40.63 | 36.82 | 8.46 | - |
| YUV | 159.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 54 | 0 | 0.32 | 0.75 | 0.14 | 34.55 | 0.7 | 0.54 |
| Hex | DB | 95 | 36 | 0 | 20 | 4B | E | 23 | 46 | 36 |
| Octal | 333 | 225 | 66 | 0 | 40 | 113 | 16 | 43 | 106 | 66 |
| Binary | 11011011 | 10010101 | 110110 | 0 | 100000 | 1001011 | 1110 | 100011 | 1000110 | 110110 |
Color Harmonies of #DB9536
Complementary color
Monochromatic Colors of #DB9536
Black with #DB9536
Text Example
Text Example
White with #DB9536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9536; }
p { color: rgb(219,149,54); }
H1.HeaderClassName
{
color: #DB9536;
}
.AnyTagClassName
{
color: #DB9536;
}
</style>
background-color css
<style>
a { background-color: #DB9536; }
a { background-color: rgb(219,149,54); }
div.DivClassName
{
background-color: #DB9536;
}
.BgClassName
{
background-color: #DB9536;
}
</style>
border-color css
<style>
span { border-color: #DB9536; }
span { border-color: rgb(219,149,54); }
td.TdClassName
{
border-color: #DB9536;
}
.TagClassName
{
border-color: #DB9536;
}
</style>