Shades of Fuel Yellow #DB8D36
Tints of Fuel Yellow #DB8D36
RGB
CMYK
RGB Variations
Color information
#DB8D36 (or 0xDB8D36) is known color: Fuel Yellow. HEX triplet: DB, 8D and 36. RGB value is (219,141,54). Sum of RGB (Red+Green+Blue) = 219+141+54=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D36 is #2472C9. Grayscale: #9A9A9A. Windows color (decimal): -2388682 or 3575259. OLE color: 3575259.
HSL color Cylindrical-coordinate representation of color #DB8D36: hue angle of 31.64º 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 #DB8D36 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 54 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.14 |
| HSL | 31.64º | 0.7% | 0.54% | - |
| HSV(B) | 31.64º | 0.75% | 0.86% | - |
| XYZ | 39.4 | 34.38 | 8.05 | - |
| YUV | 154.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 54 | 0 | 0.36 | 0.75 | 0.14 | 31.64 | 0.7 | 0.54 |
| Hex | DB | 8D | 36 | 0 | 24 | 4B | E | 20 | 46 | 36 |
| Octal | 333 | 215 | 66 | 0 | 44 | 113 | 16 | 40 | 106 | 66 |
| Binary | 11011011 | 10001101 | 110110 | 0 | 100100 | 1001011 | 1110 | 100000 | 1000110 | 110110 |
Color Harmonies of #DB8D36
Complementary color
Monochromatic Colors of #DB8D36
Black with #DB8D36
Text Example
Text Example
White with #DB8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D36; }
p { color: rgb(219,141,54); }
H1.HeaderClassName
{
color: #DB8D36;
}
.AnyTagClassName
{
color: #DB8D36;
}
</style>
background-color css
<style>
a { background-color: #DB8D36; }
a { background-color: rgb(219,141,54); }
div.DivClassName
{
background-color: #DB8D36;
}
.BgClassName
{
background-color: #DB8D36;
}
</style>
border-color css
<style>
span { border-color: #DB8D36; }
span { border-color: rgb(219,141,54); }
td.TdClassName
{
border-color: #DB8D36;
}
.TagClassName
{
border-color: #DB8D36;
}
</style>