Shades of Fuel Yellow #D09E31
Tints of Fuel Yellow #D09E31
RGB
CMYK
RGB Variations
Color information
#D09E31 (or 0xD09E31) is known color: Fuel Yellow. HEX triplet: D0, 9E and 31. RGB value is (208,158,49). Sum of RGB (Red+Green+Blue) = 208+158+49=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E31 is #2F61CE. Grayscale: #A1A1A1. Windows color (decimal): -3105231 or 3251920. OLE color: 3251920.
HSL color Cylindrical-coordinate representation of color #D09E31: hue angle of 41.13º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D09E31 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 49 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.18 |
| HSL | 41.13º | 0.63% | 0.5% | - |
| HSV(B) | 41.13º | 0.76% | 0.82% | - |
| XYZ | 38.79 | 38.09 | 8.21 | - |
| YUV | 160.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 49 | 0 | 0.24 | 0.76 | 0.18 | 41.13 | 0.63 | 0.5 |
| Hex | D0 | 9E | 31 | 0 | 18 | 4C | 12 | 29 | 3F | 32 |
| Octal | 320 | 236 | 61 | 0 | 30 | 114 | 22 | 51 | 77 | 62 |
| Binary | 11010000 | 10011110 | 110001 | 0 | 11000 | 1001100 | 10010 | 101001 | 111111 | 110010 |
Color Harmonies of #D09E31
Complementary color
Monochromatic Colors of #D09E31
Black with #D09E31
Text Example
Text Example
White with #D09E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E31; }
p { color: rgb(208,158,49); }
H1.HeaderClassName
{
color: #D09E31;
}
.AnyTagClassName
{
color: #D09E31;
}
</style>
background-color css
<style>
a { background-color: #D09E31; }
a { background-color: rgb(208,158,49); }
div.DivClassName
{
background-color: #D09E31;
}
.BgClassName
{
background-color: #D09E31;
}
</style>
border-color css
<style>
span { border-color: #D09E31; }
span { border-color: rgb(208,158,49); }
td.TdClassName
{
border-color: #D09E31;
}
.TagClassName
{
border-color: #D09E31;
}
</style>