Shades of Fuel Yellow #DB8F35
Tints of Fuel Yellow #DB8F35
RGB
CMYK
RGB Variations
Color information
#DB8F35 (or 0xDB8F35) is known color: Fuel Yellow. HEX triplet: DB, 8F and 35. RGB value is (219,143,53). Sum of RGB (Red+Green+Blue) = 219+143+53=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F35 is #2470CA. Grayscale: #9B9B9B. Windows color (decimal): -2388171 or 3510235. OLE color: 3510235.
HSL color Cylindrical-coordinate representation of color #DB8F35: hue angle of 32.53º 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 #DB8F35 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 53 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.14 |
| HSL | 32.53º | 0.7% | 0.53% | - |
| HSV(B) | 32.53º | 0.76% | 0.86% | - |
| XYZ | 39.68 | 34.96 | 8.03 | - |
| YUV | 155.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 53 | 0 | 0.35 | 0.76 | 0.14 | 32.53 | 0.7 | 0.53 |
| Hex | DB | 8F | 35 | 0 | 23 | 4C | E | 21 | 46 | 35 |
| Octal | 333 | 217 | 65 | 0 | 43 | 114 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10001111 | 110101 | 0 | 100011 | 1001100 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB8F35
Complementary color
Monochromatic Colors of #DB8F35
Black with #DB8F35
Text Example
Text Example
White with #DB8F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F35; }
p { color: rgb(219,143,53); }
H1.HeaderClassName
{
color: #DB8F35;
}
.AnyTagClassName
{
color: #DB8F35;
}
</style>
background-color css
<style>
a { background-color: #DB8F35; }
a { background-color: rgb(219,143,53); }
div.DivClassName
{
background-color: #DB8F35;
}
.BgClassName
{
background-color: #DB8F35;
}
</style>
border-color css
<style>
span { border-color: #DB8F35; }
span { border-color: rgb(219,143,53); }
td.TdClassName
{
border-color: #DB8F35;
}
.TagClassName
{
border-color: #DB8F35;
}
</style>