Shades of Fuel Yellow #DB8F37
Tints of Fuel Yellow #DB8F37
RGB
CMYK
RGB Variations
Color information
#DB8F37 (or 0xDB8F37) is known color: Fuel Yellow. HEX triplet: DB, 8F and 37. RGB value is (219,143,55). Sum of RGB (Red+Green+Blue) = 219+143+55=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F37 is #2470C8. Grayscale: #9C9C9C. Windows color (decimal): -2388169 or 3641307. OLE color: 3641307.
HSL color Cylindrical-coordinate representation of color #DB8F37: hue angle of 32.2º degrees, saturation: 0.69, 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 #DB8F37 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 55 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.14 |
| HSL | 32.2º | 0.69% | 0.54% | - |
| HSV(B) | 32.2º | 0.75% | 0.86% | - |
| XYZ | 39.73 | 34.98 | 8.27 | - |
| YUV | 155.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 55 | 0 | 0.35 | 0.75 | 0.14 | 32.2 | 0.69 | 0.54 |
| Hex | DB | 8F | 37 | 0 | 23 | 4B | E | 20 | 45 | 36 |
| Octal | 333 | 217 | 67 | 0 | 43 | 113 | 16 | 40 | 105 | 66 |
| Binary | 11011011 | 10001111 | 110111 | 0 | 100011 | 1001011 | 1110 | 100000 | 1000101 | 110110 |
Color Harmonies of #DB8F37
Complementary color
Monochromatic Colors of #DB8F37
Black with #DB8F37
Text Example
Text Example
White with #DB8F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F37; }
p { color: rgb(219,143,55); }
H1.HeaderClassName
{
color: #DB8F37;
}
.AnyTagClassName
{
color: #DB8F37;
}
</style>
background-color css
<style>
a { background-color: #DB8F37; }
a { background-color: rgb(219,143,55); }
div.DivClassName
{
background-color: #DB8F37;
}
.BgClassName
{
background-color: #DB8F37;
}
</style>
border-color css
<style>
span { border-color: #DB8F37; }
span { border-color: rgb(219,143,55); }
td.TdClassName
{
border-color: #DB8F37;
}
.TagClassName
{
border-color: #DB8F37;
}
</style>