Shades of Fuel Yellow #DB8E38
Tints of Fuel Yellow #DB8E38
RGB
CMYK
RGB Variations
Color information
#DB8E38 (or 0xDB8E38) is known color: Fuel Yellow. HEX triplet: DB, 8E and 38. RGB value is (219,142,56). Sum of RGB (Red+Green+Blue) = 219+142+56=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E38 is #2471C7. Grayscale: #9B9B9B. Windows color (decimal): -2388424 or 3706587. OLE color: 3706587.
HSL color Cylindrical-coordinate representation of color #DB8E38: hue angle of 31.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB8E38 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 56 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.14 |
| HSL | 31.66º | 0.69% | 0.54% | - |
| HSV(B) | 31.66º | 0.74% | 0.86% | - |
| XYZ | 39.6 | 34.69 | 8.35 | - |
| YUV | 155.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 56 | 0 | 0.35 | 0.74 | 0.14 | 31.66 | 0.69 | 0.54 |
| Hex | DB | 8E | 38 | 0 | 23 | 4A | E | 20 | 45 | 36 |
| Octal | 333 | 216 | 70 | 0 | 43 | 112 | 16 | 40 | 105 | 66 |
| Binary | 11011011 | 10001110 | 111000 | 0 | 100011 | 1001010 | 1110 | 100000 | 1000101 | 110110 |
Color Harmonies of #DB8E38
Complementary color
Monochromatic Colors of #DB8E38
Black with #DB8E38
Text Example
Text Example
White with #DB8E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E38; }
p { color: rgb(219,142,56); }
H1.HeaderClassName
{
color: #DB8E38;
}
.AnyTagClassName
{
color: #DB8E38;
}
</style>
background-color css
<style>
a { background-color: #DB8E38; }
a { background-color: rgb(219,142,56); }
div.DivClassName
{
background-color: #DB8E38;
}
.BgClassName
{
background-color: #DB8E38;
}
</style>
border-color css
<style>
span { border-color: #DB8E38; }
span { border-color: rgb(219,142,56); }
td.TdClassName
{
border-color: #DB8E38;
}
.TagClassName
{
border-color: #DB8E38;
}
</style>