Shades of Fuel Yellow #DB9134
Tints of Fuel Yellow #DB9134
RGB
CMYK
RGB Variations
Color information
#DB9134 (or 0xDB9134) is known color: Fuel Yellow. HEX triplet: DB, 91 and 34. RGB value is (219,145,52). Sum of RGB (Red+Green+Blue) = 219+145+52=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9134 is #246ECB. Grayscale: #9C9C9C. Windows color (decimal): -2387660 or 3445211. OLE color: 3445211.
HSL color Cylindrical-coordinate representation of color #DB9134: hue angle of 33.41º 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 #DB9134 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 52 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.14 |
| HSL | 33.41º | 0.7% | 0.53% | - |
| HSV(B) | 33.41º | 0.76% | 0.86% | - |
| XYZ | 39.96 | 35.56 | 8.01 | - |
| YUV | 156.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 52 | 0 | 0.34 | 0.76 | 0.14 | 33.41 | 0.7 | 0.53 |
| Hex | DB | 91 | 34 | 0 | 22 | 4C | E | 21 | 46 | 35 |
| Octal | 333 | 221 | 64 | 0 | 42 | 114 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10010001 | 110100 | 0 | 100010 | 1001100 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB9134
Complementary color
Monochromatic Colors of #DB9134
Black with #DB9134
Text Example
Text Example
White with #DB9134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9134; }
p { color: rgb(219,145,52); }
H1.HeaderClassName
{
color: #DB9134;
}
.AnyTagClassName
{
color: #DB9134;
}
</style>
background-color css
<style>
a { background-color: #DB9134; }
a { background-color: rgb(219,145,52); }
div.DivClassName
{
background-color: #DB9134;
}
.BgClassName
{
background-color: #DB9134;
}
</style>
border-color css
<style>
span { border-color: #DB9134; }
span { border-color: rgb(219,145,52); }
td.TdClassName
{
border-color: #DB9134;
}
.TagClassName
{
border-color: #DB9134;
}
</style>