Shades of Fuel Yellow #D09331
Tints of Fuel Yellow #D09331
RGB
CMYK
RGB Variations
Color information
#D09331 (or 0xD09331) is known color: Fuel Yellow. HEX triplet: D0, 93 and 31. RGB value is (208,147,49). Sum of RGB (Red+Green+Blue) = 208+147+49=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D09331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09331 is #2F6CCE. Grayscale: #9A9A9A. Windows color (decimal): -3108047 or 3249104. OLE color: 3249104.
HSL color Cylindrical-coordinate representation of color #D09331: hue angle of 36.98º 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 #D09331 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 49 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.18 |
| HSL | 36.98º | 0.63% | 0.5% | - |
| HSV(B) | 36.98º | 0.76% | 0.82% | - |
| XYZ | 37 | 34.5 | 7.61 | - |
| YUV | 154.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 49 | 0 | 0.29 | 0.76 | 0.18 | 36.98 | 0.63 | 0.5 |
| Hex | D0 | 93 | 31 | 0 | 1D | 4C | 12 | 25 | 3F | 32 |
| Octal | 320 | 223 | 61 | 0 | 35 | 114 | 22 | 45 | 77 | 62 |
| Binary | 11010000 | 10010011 | 110001 | 0 | 11101 | 1001100 | 10010 | 100101 | 111111 | 110010 |
Color Harmonies of #D09331
Complementary color
Monochromatic Colors of #D09331
Black with #D09331
Text Example
Text Example
White with #D09331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09331; }
p { color: rgb(208,147,49); }
H1.HeaderClassName
{
color: #D09331;
}
.AnyTagClassName
{
color: #D09331;
}
</style>
background-color css
<style>
a { background-color: #D09331; }
a { background-color: rgb(208,147,49); }
div.DivClassName
{
background-color: #D09331;
}
.BgClassName
{
background-color: #D09331;
}
</style>
border-color css
<style>
span { border-color: #D09331; }
span { border-color: rgb(208,147,49); }
td.TdClassName
{
border-color: #D09331;
}
.TagClassName
{
border-color: #D09331;
}
</style>