Shades of Fuel Yellow #D09130
Tints of Fuel Yellow #D09130
RGB
CMYK
RGB Variations
Color information
#D09130 (or 0xD09130) is known color: Fuel Yellow. HEX triplet: D0, 91 and 30. RGB value is (208,145,48). Sum of RGB (Red+Green+Blue) = 208+145+48=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D09130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09130 is #2F6ECF. Grayscale: #999999. Windows color (decimal): -3108560 or 3183056. OLE color: 3183056.
HSL color Cylindrical-coordinate representation of color #D09130: hue angle of 36.38º 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 #D09130 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 48 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.18 |
| HSL | 36.38º | 0.63% | 0.5% | - |
| HSV(B) | 36.38º | 0.77% | 0.82% | - |
| XYZ | 36.67 | 33.87 | 7.4 | - |
| YUV | 152.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 48 | 0 | 0.30 | 0.77 | 0.18 | 36.38 | 0.63 | 0.5 |
| Hex | D0 | 91 | 30 | 0 | 1E | 4D | 12 | 24 | 3F | 32 |
| Octal | 320 | 221 | 60 | 0 | 36 | 115 | 22 | 44 | 77 | 62 |
| Binary | 11010000 | 10010001 | 110000 | 0 | 11110 | 1001101 | 10010 | 100100 | 111111 | 110010 |
Color Harmonies of #D09130
Complementary color
Monochromatic Colors of #D09130
Black with #D09130
Text Example
Text Example
White with #D09130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09130; }
p { color: rgb(208,145,48); }
H1.HeaderClassName
{
color: #D09130;
}
.AnyTagClassName
{
color: #D09130;
}
</style>
background-color css
<style>
a { background-color: #D09130; }
a { background-color: rgb(208,145,48); }
div.DivClassName
{
background-color: #D09130;
}
.BgClassName
{
background-color: #D09130;
}
</style>
border-color css
<style>
span { border-color: #D09130; }
span { border-color: rgb(208,145,48); }
td.TdClassName
{
border-color: #D09130;
}
.TagClassName
{
border-color: #D09130;
}
</style>