Shades of Fuel Yellow #D09330
Tints of Fuel Yellow #D09330
RGB
CMYK
RGB Variations
Color information
#D09330 (or 0xD09330) is known color: Fuel Yellow. HEX triplet: D0, 93 and 30. RGB value is (208,147,48). Sum of RGB (Red+Green+Blue) = 208+147+48=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D09330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09330 is #2F6CCF. Grayscale: #9A9A9A. Windows color (decimal): -3108048 or 3183568. OLE color: 3183568.
HSL color Cylindrical-coordinate representation of color #D09330: hue angle of 37.12º 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 #D09330 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 48 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.18 |
| HSL | 37.13º | 0.63% | 0.5% | - |
| HSV(B) | 37.13º | 0.77% | 0.82% | - |
| XYZ | 36.98 | 34.49 | 7.5 | - |
| YUV | 153.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 48 | 0 | 0.29 | 0.77 | 0.18 | 37.13 | 0.63 | 0.5 |
| Hex | D0 | 93 | 30 | 0 | 1D | 4D | 12 | 25 | 3F | 32 |
| Octal | 320 | 223 | 60 | 0 | 35 | 115 | 22 | 45 | 77 | 62 |
| Binary | 11010000 | 10010011 | 110000 | 0 | 11101 | 1001101 | 10010 | 100101 | 111111 | 110010 |
Color Harmonies of #D09330
Complementary color
Monochromatic Colors of #D09330
Black with #D09330
Text Example
Text Example
White with #D09330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09330; }
p { color: rgb(208,147,48); }
H1.HeaderClassName
{
color: #D09330;
}
.AnyTagClassName
{
color: #D09330;
}
</style>
background-color css
<style>
a { background-color: #D09330; }
a { background-color: rgb(208,147,48); }
div.DivClassName
{
background-color: #D09330;
}
.BgClassName
{
background-color: #D09330;
}
</style>
border-color css
<style>
span { border-color: #D09330; }
span { border-color: rgb(208,147,48); }
td.TdClassName
{
border-color: #D09330;
}
.TagClassName
{
border-color: #D09330;
}
</style>