Shades of Fuel Yellow #DB8D34
Tints of Fuel Yellow #DB8D34
RGB
CMYK
RGB Variations
Color information
#DB8D34 (or 0xDB8D34) is known color: Fuel Yellow. HEX triplet: DB, 8D and 34. RGB value is (219,141,52). Sum of RGB (Red+Green+Blue) = 219+141+52=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D34 is #2472CB. Grayscale: #9A9A9A. Windows color (decimal): -2388684 or 3444187. OLE color: 3444187.
HSL color Cylindrical-coordinate representation of color #DB8D34: hue angle of 31.98º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8D34 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 52 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.14 |
| HSL | 31.98º | 0.7% | 0.53% | - |
| HSV(B) | 31.98º | 0.76% | 0.86% | - |
| XYZ | 39.36 | 34.36 | 7.81 | - |
| YUV | 154.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 52 | 0 | 0.36 | 0.76 | 0.14 | 31.98 | 0.7 | 0.53 |
| Hex | DB | 8D | 34 | 0 | 24 | 4C | E | 20 | 46 | 35 |
| Octal | 333 | 215 | 64 | 0 | 44 | 114 | 16 | 40 | 106 | 65 |
| Binary | 11011011 | 10001101 | 110100 | 0 | 100100 | 1001100 | 1110 | 100000 | 1000110 | 110101 |
Color Harmonies of #DB8D34
Complementary color
Monochromatic Colors of #DB8D34
Black with #DB8D34
Text Example
Text Example
White with #DB8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D34; }
p { color: rgb(219,141,52); }
H1.HeaderClassName
{
color: #DB8D34;
}
.AnyTagClassName
{
color: #DB8D34;
}
</style>
background-color css
<style>
a { background-color: #DB8D34; }
a { background-color: rgb(219,141,52); }
div.DivClassName
{
background-color: #DB8D34;
}
.BgClassName
{
background-color: #DB8D34;
}
</style>
border-color css
<style>
span { border-color: #DB8D34; }
span { border-color: rgb(219,141,52); }
td.TdClassName
{
border-color: #DB8D34;
}
.TagClassName
{
border-color: #DB8D34;
}
</style>