Shades of Fuel Yellow #D09031
Tints of Fuel Yellow #D09031
RGB
CMYK
RGB Variations
Color information
#D09031 (or 0xD09031) is known color: Fuel Yellow. HEX triplet: D0, 90 and 31. RGB value is (208,144,49). Sum of RGB (Red+Green+Blue) = 208+144+49=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D09031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09031 is #2F6FCE. Grayscale: #989898. Windows color (decimal): -3108815 or 3248336. OLE color: 3248336.
HSL color Cylindrical-coordinate representation of color #D09031: hue angle of 35.85º 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 #D09031 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 49 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.18 |
| HSL | 35.85º | 0.63% | 0.5% | - |
| HSV(B) | 35.85º | 0.76% | 0.82% | - |
| XYZ | 36.54 | 33.58 | 7.46 | - |
| YUV | 152.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 49 | 0 | 0.31 | 0.76 | 0.18 | 35.85 | 0.63 | 0.5 |
| Hex | D0 | 90 | 31 | 0 | 1F | 4C | 12 | 24 | 3F | 32 |
| Octal | 320 | 220 | 61 | 0 | 37 | 114 | 22 | 44 | 77 | 62 |
| Binary | 11010000 | 10010000 | 110001 | 0 | 11111 | 1001100 | 10010 | 100100 | 111111 | 110010 |
Color Harmonies of #D09031
Complementary color
Monochromatic Colors of #D09031
Black with #D09031
Text Example
Text Example
White with #D09031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09031; }
p { color: rgb(208,144,49); }
H1.HeaderClassName
{
color: #D09031;
}
.AnyTagClassName
{
color: #D09031;
}
</style>
background-color css
<style>
a { background-color: #D09031; }
a { background-color: rgb(208,144,49); }
div.DivClassName
{
background-color: #D09031;
}
.BgClassName
{
background-color: #D09031;
}
</style>
border-color css
<style>
span { border-color: #D09031; }
span { border-color: rgb(208,144,49); }
td.TdClassName
{
border-color: #D09031;
}
.TagClassName
{
border-color: #D09031;
}
</style>