Shades of Fuel Yellow #D09E30
Tints of Fuel Yellow #D09E30
RGB
CMYK
RGB Variations
Color information
#D09E30 (or 0xD09E30) is known color: Fuel Yellow. HEX triplet: D0, 9E and 30. RGB value is (208,158,48). Sum of RGB (Red+Green+Blue) = 208+158+48=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E30 is #2F61CF. Grayscale: #A0A0A0. Windows color (decimal): -3105232 or 3186384. OLE color: 3186384.
HSL color Cylindrical-coordinate representation of color #D09E30: hue angle of 41.25º 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 #D09E30 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 48 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.18 |
| HSL | 41.25º | 0.63% | 0.5% | - |
| HSV(B) | 41.25º | 0.77% | 0.82% | - |
| XYZ | 38.77 | 38.08 | 8.1 | - |
| YUV | 160.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 48 | 0 | 0.24 | 0.77 | 0.18 | 41.25 | 0.63 | 0.5 |
| Hex | D0 | 9E | 30 | 0 | 18 | 4D | 12 | 29 | 3F | 32 |
| Octal | 320 | 236 | 60 | 0 | 30 | 115 | 22 | 51 | 77 | 62 |
| Binary | 11010000 | 10011110 | 110000 | 0 | 11000 | 1001101 | 10010 | 101001 | 111111 | 110010 |
Color Harmonies of #D09E30
Complementary color
Monochromatic Colors of #D09E30
Black with #D09E30
Text Example
Text Example
White with #D09E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E30; }
p { color: rgb(208,158,48); }
H1.HeaderClassName
{
color: #D09E30;
}
.AnyTagClassName
{
color: #D09E30;
}
</style>
background-color css
<style>
a { background-color: #D09E30; }
a { background-color: rgb(208,158,48); }
div.DivClassName
{
background-color: #D09E30;
}
.BgClassName
{
background-color: #D09E30;
}
</style>
border-color css
<style>
span { border-color: #D09E30; }
span { border-color: rgb(208,158,48); }
td.TdClassName
{
border-color: #D09E30;
}
.TagClassName
{
border-color: #D09E30;
}
</style>