Shades of Fuel Yellow #DB9534
Tints of Fuel Yellow #DB9534
RGB
CMYK
RGB Variations
Color information
#DB9534 (or 0xDB9534) is known color: Fuel Yellow. HEX triplet: DB, 95 and 34. RGB value is (219,149,52). Sum of RGB (Red+Green+Blue) = 219+149+52=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9534 is #246ACB. Grayscale: #9F9F9F. Windows color (decimal): -2386636 or 3446235. OLE color: 3446235.
HSL color Cylindrical-coordinate representation of color #DB9534: hue angle of 34.85º 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 #DB9534 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 52 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.14 |
| HSL | 34.85º | 0.7% | 0.53% | - |
| HSV(B) | 34.85º | 0.76% | 0.86% | - |
| XYZ | 40.58 | 36.8 | 8.21 | - |
| YUV | 158.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 52 | 0 | 0.32 | 0.76 | 0.14 | 34.85 | 0.7 | 0.53 |
| Hex | DB | 95 | 34 | 0 | 20 | 4C | E | 23 | 46 | 35 |
| Octal | 333 | 225 | 64 | 0 | 40 | 114 | 16 | 43 | 106 | 65 |
| Binary | 11011011 | 10010101 | 110100 | 0 | 100000 | 1001100 | 1110 | 100011 | 1000110 | 110101 |
Color Harmonies of #DB9534
Complementary color
Monochromatic Colors of #DB9534
Black with #DB9534
Text Example
Text Example
White with #DB9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9534; }
p { color: rgb(219,149,52); }
H1.HeaderClassName
{
color: #DB9534;
}
.AnyTagClassName
{
color: #DB9534;
}
</style>
background-color css
<style>
a { background-color: #DB9534; }
a { background-color: rgb(219,149,52); }
div.DivClassName
{
background-color: #DB9534;
}
.BgClassName
{
background-color: #DB9534;
}
</style>
border-color css
<style>
span { border-color: #DB9534; }
span { border-color: rgb(219,149,52); }
td.TdClassName
{
border-color: #DB9534;
}
.TagClassName
{
border-color: #DB9534;
}
</style>