Shades of Fuel Yellow #D09135
Tints of Fuel Yellow #D09135
RGB
CMYK
RGB Variations
Color information
#D09135 (or 0xD09135) is known color: Fuel Yellow. HEX triplet: D0, 91 and 35. RGB value is (208,145,53). Sum of RGB (Red+Green+Blue) = 208+145+53=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D09135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09135 is #2F6ECA. Grayscale: #999999. Windows color (decimal): -3108555 or 3510736. OLE color: 3510736.
HSL color Cylindrical-coordinate representation of color #D09135: hue angle of 35.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D09135 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 53 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.18 |
| HSL | 35.61º | 0.62% | 0.51% | - |
| HSV(B) | 35.61º | 0.75% | 0.82% | - |
| XYZ | 36.78 | 33.92 | 7.98 | - |
| YUV | 153.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 53 | 0 | 0.30 | 0.75 | 0.18 | 35.61 | 0.62 | 0.51 |
| Hex | D0 | 91 | 35 | 0 | 1E | 4B | 12 | 24 | 3E | 33 |
| Octal | 320 | 221 | 65 | 0 | 36 | 113 | 22 | 44 | 76 | 63 |
| Binary | 11010000 | 10010001 | 110101 | 0 | 11110 | 1001011 | 10010 | 100100 | 111110 | 110011 |
Color Harmonies of #D09135
Complementary color
Monochromatic Colors of #D09135
Black with #D09135
Text Example
Text Example
White with #D09135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09135; }
p { color: rgb(208,145,53); }
H1.HeaderClassName
{
color: #D09135;
}
.AnyTagClassName
{
color: #D09135;
}
</style>
background-color css
<style>
a { background-color: #D09135; }
a { background-color: rgb(208,145,53); }
div.DivClassName
{
background-color: #D09135;
}
.BgClassName
{
background-color: #D09135;
}
</style>
border-color css
<style>
span { border-color: #D09135; }
span { border-color: rgb(208,145,53); }
td.TdClassName
{
border-color: #D09135;
}
.TagClassName
{
border-color: #D09135;
}
</style>