Shades of Fuel Yellow #DB8F36
Tints of Fuel Yellow #DB8F36
RGB
CMYK
RGB Variations
Color information
#DB8F36 (or 0xDB8F36) is known color: Fuel Yellow. HEX triplet: DB, 8F and 36. RGB value is (219,143,54). Sum of RGB (Red+Green+Blue) = 219+143+54=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F36 is #2470C9. Grayscale: #9C9C9C. Windows color (decimal): -2388170 or 3575771. OLE color: 3575771.
HSL color Cylindrical-coordinate representation of color #DB8F36: hue angle of 32.36º 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 #DB8F36 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 54 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.14 |
| HSL | 32.36º | 0.7% | 0.54% | - |
| HSV(B) | 32.36º | 0.75% | 0.86% | - |
| XYZ | 39.7 | 34.97 | 8.15 | - |
| YUV | 155.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 54 | 0 | 0.35 | 0.75 | 0.14 | 32.36 | 0.7 | 0.54 |
| Hex | DB | 8F | 36 | 0 | 23 | 4B | E | 20 | 46 | 36 |
| Octal | 333 | 217 | 66 | 0 | 43 | 113 | 16 | 40 | 106 | 66 |
| Binary | 11011011 | 10001111 | 110110 | 0 | 100011 | 1001011 | 1110 | 100000 | 1000110 | 110110 |
Color Harmonies of #DB8F36
Complementary color
Monochromatic Colors of #DB8F36
Black with #DB8F36
Text Example
Text Example
White with #DB8F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F36; }
p { color: rgb(219,143,54); }
H1.HeaderClassName
{
color: #DB8F36;
}
.AnyTagClassName
{
color: #DB8F36;
}
</style>
background-color css
<style>
a { background-color: #DB8F36; }
a { background-color: rgb(219,143,54); }
div.DivClassName
{
background-color: #DB8F36;
}
.BgClassName
{
background-color: #DB8F36;
}
</style>
border-color css
<style>
span { border-color: #DB8F36; }
span { border-color: rgb(219,143,54); }
td.TdClassName
{
border-color: #DB8F36;
}
.TagClassName
{
border-color: #DB8F36;
}
</style>