Shades of Fuel Yellow #DB9537
Tints of Fuel Yellow #DB9537
RGB
CMYK
RGB Variations
Color information
#DB9537 (or 0xDB9537) is known color: Fuel Yellow. HEX triplet: DB, 95 and 37. RGB value is (219,149,55). Sum of RGB (Red+Green+Blue) = 219+149+55=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9537 is #246AC8. Grayscale: #9F9F9F. Windows color (decimal): -2386633 or 3642843. OLE color: 3642843.
HSL color Cylindrical-coordinate representation of color #DB9537: hue angle of 34.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB9537 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 55 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.14 |
| HSL | 34.39º | 0.69% | 0.54% | - |
| HSV(B) | 34.39º | 0.75% | 0.86% | - |
| XYZ | 40.65 | 36.83 | 8.58 | - |
| YUV | 159.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 55 | 0 | 0.32 | 0.75 | 0.14 | 34.39 | 0.69 | 0.54 |
| Hex | DB | 95 | 37 | 0 | 20 | 4B | E | 22 | 45 | 36 |
| Octal | 333 | 225 | 67 | 0 | 40 | 113 | 16 | 42 | 105 | 66 |
| Binary | 11011011 | 10010101 | 110111 | 0 | 100000 | 1001011 | 1110 | 100010 | 1000101 | 110110 |
Color Harmonies of #DB9537
Complementary color
Monochromatic Colors of #DB9537
Black with #DB9537
Text Example
Text Example
White with #DB9537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9537; }
p { color: rgb(219,149,55); }
H1.HeaderClassName
{
color: #DB9537;
}
.AnyTagClassName
{
color: #DB9537;
}
</style>
background-color css
<style>
a { background-color: #DB9537; }
a { background-color: rgb(219,149,55); }
div.DivClassName
{
background-color: #DB9537;
}
.BgClassName
{
background-color: #DB9537;
}
</style>
border-color css
<style>
span { border-color: #DB9537; }
span { border-color: rgb(219,149,55); }
td.TdClassName
{
border-color: #DB9537;
}
.TagClassName
{
border-color: #DB9537;
}
</style>