Shades of Fuel Yellow #DB882F
Tints of Fuel Yellow #DB882F
RGB
CMYK
RGB Variations
Color information
#DB882F (or 0xDB882F) is known color: Fuel Yellow. HEX triplet: DB, 88 and 2F. RGB value is (219,136,47). Sum of RGB (Red+Green+Blue) = 219+136+47=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB882F is #2477D0. Grayscale: #979797. Windows color (decimal): -2389969 or 3115227. OLE color: 3115227.
HSL color Cylindrical-coordinate representation of color #DB882F: hue angle of 31.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB882F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.14 |
| HSL | 31.05º | 0.7% | 0.52% | - |
| HSV(B) | 31.05º | 0.79% | 0.86% | - |
| XYZ | 38.53 | 32.87 | 7 | - |
| YUV | 150.67 | 69.5 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 47 | 0 | 0.38 | 0.79 | 0.14 | 31.05 | 0.7 | 0.52 |
| Hex | DB | 88 | 2F | 0 | 26 | 4F | E | 1F | 46 | 34 |
| Octal | 333 | 210 | 57 | 0 | 46 | 117 | 16 | 37 | 106 | 64 |
| Binary | 11011011 | 10001000 | 101111 | 0 | 100110 | 1001111 | 1110 | 11111 | 1000110 | 110100 |
Color Harmonies of #DB882F
Complementary color
Monochromatic Colors of #DB882F
Black with #DB882F
Text Example
Text Example
White with #DB882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB882F; }
p { color: rgb(219,136,47); }
H1.HeaderClassName
{
color: #DB882F;
}
.AnyTagClassName
{
color: #DB882F;
}
</style>
background-color css
<style>
a { background-color: #DB882F; }
a { background-color: rgb(219,136,47); }
div.DivClassName
{
background-color: #DB882F;
}
.BgClassName
{
background-color: #DB882F;
}
</style>
border-color css
<style>
span { border-color: #DB882F; }
span { border-color: rgb(219,136,47); }
td.TdClassName
{
border-color: #DB882F;
}
.TagClassName
{
border-color: #DB882F;
}
</style>