Shades of Fuel Yellow #DB8F32
Tints of Fuel Yellow #DB8F32
RGB
CMYK
RGB Variations
Color information
#DB8F32 (or 0xDB8F32) is known color: Fuel Yellow. HEX triplet: DB, 8F and 32. RGB value is (219,143,50). Sum of RGB (Red+Green+Blue) = 219+143+50=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F32 is #2470CD. Grayscale: #9B9B9B. Windows color (decimal): -2388174 or 3313627. OLE color: 3313627.
HSL color Cylindrical-coordinate representation of color #DB8F32: hue angle of 33.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB8F32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.14 |
| HSL | 33.02º | 0.7% | 0.53% | - |
| HSV(B) | 33.02º | 0.77% | 0.86% | - |
| XYZ | 39.61 | 34.94 | 7.67 | - |
| YUV | 155.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 50 | 0 | 0.35 | 0.77 | 0.14 | 33.02 | 0.7 | 0.53 |
| Hex | DB | 8F | 32 | 0 | 23 | 4D | E | 21 | 46 | 35 |
| Octal | 333 | 217 | 62 | 0 | 43 | 115 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10001111 | 110010 | 0 | 100011 | 1001101 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB8F32
Complementary color
Monochromatic Colors of #DB8F32
Black with #DB8F32
Text Example
Text Example
White with #DB8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F32; }
p { color: rgb(219,143,50); }
H1.HeaderClassName
{
color: #DB8F32;
}
.AnyTagClassName
{
color: #DB8F32;
}
</style>
background-color css
<style>
a { background-color: #DB8F32; }
a { background-color: rgb(219,143,50); }
div.DivClassName
{
background-color: #DB8F32;
}
.BgClassName
{
background-color: #DB8F32;
}
</style>
border-color css
<style>
span { border-color: #DB8F32; }
span { border-color: rgb(219,143,50); }
td.TdClassName
{
border-color: #DB8F32;
}
.TagClassName
{
border-color: #DB8F32;
}
</style>