Shades of Fuel Yellow #D09E2F
Tints of Fuel Yellow #D09E2F
RGB
CMYK
RGB Variations
Color information
#D09E2F (or 0xD09E2F) is known color: Fuel Yellow. HEX triplet: D0, 9E and 2F. RGB value is (208,158,47). Sum of RGB (Red+Green+Blue) = 208+158+47=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E2F is #2F61D0. Grayscale: #A0A0A0. Windows color (decimal): -3105233 or 3120848. OLE color: 3120848.
HSL color Cylindrical-coordinate representation of color #D09E2F: hue angle of 41.37º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D09E2F is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 47 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.18 |
| HSL | 41.37º | 0.63% | 0.5% | - |
| HSV(B) | 41.37º | 0.77% | 0.82% | - |
| XYZ | 38.75 | 38.07 | 7.99 | - |
| YUV | 160.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 47 | 0 | 0.24 | 0.77 | 0.18 | 41.37 | 0.63 | 0.5 |
| Hex | D0 | 9E | 2F | 0 | 18 | 4D | 12 | 29 | 3F | 32 |
| Octal | 320 | 236 | 57 | 0 | 30 | 115 | 22 | 51 | 77 | 62 |
| Binary | 11010000 | 10011110 | 101111 | 0 | 11000 | 1001101 | 10010 | 101001 | 111111 | 110010 |
Color Harmonies of #D09E2F
Complementary color
Monochromatic Colors of #D09E2F
Black with #D09E2F
Text Example
Text Example
White with #D09E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E2F; }
p { color: rgb(208,158,47); }
H1.HeaderClassName
{
color: #D09E2F;
}
.AnyTagClassName
{
color: #D09E2F;
}
</style>
background-color css
<style>
a { background-color: #D09E2F; }
a { background-color: rgb(208,158,47); }
div.DivClassName
{
background-color: #D09E2F;
}
.BgClassName
{
background-color: #D09E2F;
}
</style>
border-color css
<style>
span { border-color: #D09E2F; }
span { border-color: rgb(208,158,47); }
td.TdClassName
{
border-color: #D09E2F;
}
.TagClassName
{
border-color: #D09E2F;
}
</style>