Shades of Fuel Yellow #DB892F
Tints of Fuel Yellow #DB892F
RGB
CMYK
RGB Variations
Color information
#DB892F (or 0xDB892F) is known color: Fuel Yellow. HEX triplet: DB, 89 and 2F. RGB value is (219,137,47). Sum of RGB (Red+Green+Blue) = 219+137+47=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB892F is #2476D0. Grayscale: #979797. Windows color (decimal): -2389713 or 3115483. OLE color: 3115483.
HSL color Cylindrical-coordinate representation of color #DB892F: hue angle of 31.4º 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 #DB892F is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 47 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.14 |
| HSL | 31.4º | 0.7% | 0.52% | - |
| HSV(B) | 31.4º | 0.79% | 0.86% | - |
| XYZ | 38.67 | 33.16 | 7.05 | - |
| YUV | 151.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 47 | 0 | 0.37 | 0.79 | 0.14 | 31.4 | 0.7 | 0.52 |
| Hex | DB | 89 | 2F | 0 | 25 | 4F | E | 1F | 46 | 34 |
| Octal | 333 | 211 | 57 | 0 | 45 | 117 | 16 | 37 | 106 | 64 |
| Binary | 11011011 | 10001001 | 101111 | 0 | 100101 | 1001111 | 1110 | 11111 | 1000110 | 110100 |
Color Harmonies of #DB892F
Complementary color
Monochromatic Colors of #DB892F
Black with #DB892F
Text Example
Text Example
White with #DB892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB892F; }
p { color: rgb(219,137,47); }
H1.HeaderClassName
{
color: #DB892F;
}
.AnyTagClassName
{
color: #DB892F;
}
</style>
background-color css
<style>
a { background-color: #DB892F; }
a { background-color: rgb(219,137,47); }
div.DivClassName
{
background-color: #DB892F;
}
.BgClassName
{
background-color: #DB892F;
}
</style>
border-color css
<style>
span { border-color: #DB892F; }
span { border-color: rgb(219,137,47); }
td.TdClassName
{
border-color: #DB892F;
}
.TagClassName
{
border-color: #DB892F;
}
</style>