Shades of Fuel Yellow #D09431
Tints of Fuel Yellow #D09431
RGB
CMYK
RGB Variations
Color information
#D09431 (or 0xD09431) is known color: Fuel Yellow. HEX triplet: D0, 94 and 31. RGB value is (208,148,49). Sum of RGB (Red+Green+Blue) = 208+148+49=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D09431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09431 is #2F6BCE. Grayscale: #9B9B9B. Windows color (decimal): -3107791 or 3249360. OLE color: 3249360.
HSL color Cylindrical-coordinate representation of color #D09431: hue angle of 37.36º 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 #D09431 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 49 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.18 |
| HSL | 37.36º | 0.63% | 0.5% | - |
| HSV(B) | 37.36º | 0.76% | 0.82% | - |
| XYZ | 37.16 | 34.81 | 7.67 | - |
| YUV | 154.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 49 | 0 | 0.29 | 0.76 | 0.18 | 37.36 | 0.63 | 0.5 |
| Hex | D0 | 94 | 31 | 0 | 1D | 4C | 12 | 25 | 3F | 32 |
| Octal | 320 | 224 | 61 | 0 | 35 | 114 | 22 | 45 | 77 | 62 |
| Binary | 11010000 | 10010100 | 110001 | 0 | 11101 | 1001100 | 10010 | 100101 | 111111 | 110010 |
Color Harmonies of #D09431
Complementary color
Monochromatic Colors of #D09431
Black with #D09431
Text Example
Text Example
White with #D09431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09431; }
p { color: rgb(208,148,49); }
H1.HeaderClassName
{
color: #D09431;
}
.AnyTagClassName
{
color: #D09431;
}
</style>
background-color css
<style>
a { background-color: #D09431; }
a { background-color: rgb(208,148,49); }
div.DivClassName
{
background-color: #D09431;
}
.BgClassName
{
background-color: #D09431;
}
</style>
border-color css
<style>
span { border-color: #D09431; }
span { border-color: rgb(208,148,49); }
td.TdClassName
{
border-color: #D09431;
}
.TagClassName
{
border-color: #D09431;
}
</style>