Shades of Fuel Yellow #DB8C31
Tints of Fuel Yellow #DB8C31
RGB
CMYK
RGB Variations
Color information
#DB8C31 (or 0xDB8C31) is known color: Fuel Yellow. HEX triplet: DB, 8C and 31. RGB value is (219,140,49). Sum of RGB (Red+Green+Blue) = 219+140+49=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C31 is #2473CE. Grayscale: #999999. Windows color (decimal): -2388943 or 3247323. OLE color: 3247323.
HSL color Cylindrical-coordinate representation of color #DB8C31: hue angle of 32.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8C31 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 49 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.14 |
| HSL | 32.12º | 0.7% | 0.53% | - |
| HSV(B) | 32.12º | 0.78% | 0.86% | - |
| XYZ | 39.15 | 34.04 | 7.41 | - |
| YUV | 153.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 49 | 0 | 0.36 | 0.78 | 0.14 | 32.12 | 0.7 | 0.53 |
| Hex | DB | 8C | 31 | 0 | 24 | 4E | E | 20 | 46 | 35 |
| Octal | 333 | 214 | 61 | 0 | 44 | 116 | 16 | 40 | 106 | 65 |
| Binary | 11011011 | 10001100 | 110001 | 0 | 100100 | 1001110 | 1110 | 100000 | 1000110 | 110101 |
Color Harmonies of #DB8C31
Complementary color
Monochromatic Colors of #DB8C31
Black with #DB8C31
Text Example
Text Example
White with #DB8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C31; }
p { color: rgb(219,140,49); }
H1.HeaderClassName
{
color: #DB8C31;
}
.AnyTagClassName
{
color: #DB8C31;
}
</style>
background-color css
<style>
a { background-color: #DB8C31; }
a { background-color: rgb(219,140,49); }
div.DivClassName
{
background-color: #DB8C31;
}
.BgClassName
{
background-color: #DB8C31;
}
</style>
border-color css
<style>
span { border-color: #DB8C31; }
span { border-color: rgb(219,140,49); }
td.TdClassName
{
border-color: #DB8C31;
}
.TagClassName
{
border-color: #DB8C31;
}
</style>