Shades of Fuel Yellow #DB8D38
Tints of Fuel Yellow #DB8D38
RGB
CMYK
RGB Variations
Color information
#DB8D38 (or 0xDB8D38) is known color: Fuel Yellow. HEX triplet: DB, 8D and 38. RGB value is (219,141,56). Sum of RGB (Red+Green+Blue) = 219+141+56=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D38 is #2472C7. Grayscale: #9B9B9B. Windows color (decimal): -2388680 or 3706331. OLE color: 3706331.
HSL color Cylindrical-coordinate representation of color #DB8D38: hue angle of 31.29º 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 #DB8D38 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 56 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.14 |
| HSL | 31.29º | 0.69% | 0.54% | - |
| HSV(B) | 31.29º | 0.74% | 0.86% | - |
| XYZ | 39.45 | 34.4 | 8.3 | - |
| YUV | 154.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 56 | 0 | 0.36 | 0.74 | 0.14 | 31.29 | 0.69 | 0.54 |
| Hex | DB | 8D | 38 | 0 | 24 | 4A | E | 1F | 45 | 36 |
| Octal | 333 | 215 | 70 | 0 | 44 | 112 | 16 | 37 | 105 | 66 |
| Binary | 11011011 | 10001101 | 111000 | 0 | 100100 | 1001010 | 1110 | 11111 | 1000101 | 110110 |
Color Harmonies of #DB8D38
Complementary color
Monochromatic Colors of #DB8D38
Black with #DB8D38
Text Example
Text Example
White with #DB8D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D38; }
p { color: rgb(219,141,56); }
H1.HeaderClassName
{
color: #DB8D38;
}
.AnyTagClassName
{
color: #DB8D38;
}
</style>
background-color css
<style>
a { background-color: #DB8D38; }
a { background-color: rgb(219,141,56); }
div.DivClassName
{
background-color: #DB8D38;
}
.BgClassName
{
background-color: #DB8D38;
}
</style>
border-color css
<style>
span { border-color: #DB8D38; }
span { border-color: rgb(219,141,56); }
td.TdClassName
{
border-color: #DB8D38;
}
.TagClassName
{
border-color: #DB8D38;
}
</style>