Shades of Fuel Yellow #DB8D39
Tints of Fuel Yellow #DB8D39
RGB
CMYK
RGB Variations
Color information
#DB8D39 (or 0xDB8D39) is known color: Fuel Yellow. HEX triplet: DB, 8D and 39. RGB value is (219,141,57). Sum of RGB (Red+Green+Blue) = 219+141+57=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D39 is #2472C6. Grayscale: #9B9B9B. Windows color (decimal): -2388679 or 3771867. OLE color: 3771867.
HSL color Cylindrical-coordinate representation of color #DB8D39: hue angle of 31.11º 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 #DB8D39 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 57 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.14 |
| HSL | 31.11º | 0.69% | 0.54% | - |
| HSV(B) | 31.11º | 0.74% | 0.86% | - |
| XYZ | 39.48 | 34.41 | 8.43 | - |
| YUV | 154.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 57 | 0 | 0.36 | 0.74 | 0.14 | 31.11 | 0.69 | 0.54 |
| Hex | DB | 8D | 39 | 0 | 24 | 4A | E | 1F | 45 | 36 |
| Octal | 333 | 215 | 71 | 0 | 44 | 112 | 16 | 37 | 105 | 66 |
| Binary | 11011011 | 10001101 | 111001 | 0 | 100100 | 1001010 | 1110 | 11111 | 1000101 | 110110 |
Color Harmonies of #DB8D39
Complementary color
Monochromatic Colors of #DB8D39
Black with #DB8D39
Text Example
Text Example
White with #DB8D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D39; }
p { color: rgb(219,141,57); }
H1.HeaderClassName
{
color: #DB8D39;
}
.AnyTagClassName
{
color: #DB8D39;
}
</style>
background-color css
<style>
a { background-color: #DB8D39; }
a { background-color: rgb(219,141,57); }
div.DivClassName
{
background-color: #DB8D39;
}
.BgClassName
{
background-color: #DB8D39;
}
</style>
border-color css
<style>
span { border-color: #DB8D39; }
span { border-color: rgb(219,141,57); }
td.TdClassName
{
border-color: #DB8D39;
}
.TagClassName
{
border-color: #DB8D39;
}
</style>