Shades of Fuel Yellow #D09F31
Tints of Fuel Yellow #D09F31
RGB
CMYK
RGB Variations
Color information
#D09F31 (or 0xD09F31) is known color: Fuel Yellow. HEX triplet: D0, 9F and 31. RGB value is (208,159,49). Sum of RGB (Red+Green+Blue) = 208+159+49=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F31 is #2F60CE. Grayscale: #A1A1A1. Windows color (decimal): -3104975 or 3252176. OLE color: 3252176.
HSL color Cylindrical-coordinate representation of color #D09F31: hue angle of 41.51º 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 #D09F31 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 49 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.18 |
| HSL | 41.51º | 0.63% | 0.5% | - |
| HSV(B) | 41.51º | 0.76% | 0.82% | - |
| XYZ | 38.96 | 38.43 | 8.27 | - |
| YUV | 161.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 49 | 0 | 0.24 | 0.76 | 0.18 | 41.51 | 0.63 | 0.5 |
| Hex | D0 | 9F | 31 | 0 | 18 | 4C | 12 | 2A | 3F | 32 |
| Octal | 320 | 237 | 61 | 0 | 30 | 114 | 22 | 52 | 77 | 62 |
| Binary | 11010000 | 10011111 | 110001 | 0 | 11000 | 1001100 | 10010 | 101010 | 111111 | 110010 |
Color Harmonies of #D09F31
Complementary color
Monochromatic Colors of #D09F31
Black with #D09F31
Text Example
Text Example
White with #D09F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F31; }
p { color: rgb(208,159,49); }
H1.HeaderClassName
{
color: #D09F31;
}
.AnyTagClassName
{
color: #D09F31;
}
</style>
background-color css
<style>
a { background-color: #D09F31; }
a { background-color: rgb(208,159,49); }
div.DivClassName
{
background-color: #D09F31;
}
.BgClassName
{
background-color: #D09F31;
}
</style>
border-color css
<style>
span { border-color: #D09F31; }
span { border-color: rgb(208,159,49); }
td.TdClassName
{
border-color: #D09F31;
}
.TagClassName
{
border-color: #D09F31;
}
</style>