Shades of Fuel Yellow #D09E32
Tints of Fuel Yellow #D09E32
RGB
CMYK
RGB Variations
Color information
#D09E32 (or 0xD09E32) is known color: Fuel Yellow. HEX triplet: D0, 9E and 32. RGB value is (208,158,50). Sum of RGB (Red+Green+Blue) = 208+158+50=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E32 is #2F61CD. Grayscale: #A1A1A1. Windows color (decimal): -3105230 or 3317456. OLE color: 3317456.
HSL color Cylindrical-coordinate representation of color #D09E32: hue angle of 41.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D09E32 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 50 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.18 |
| HSL | 41.01º | 0.63% | 0.51% | - |
| HSV(B) | 41.01º | 0.76% | 0.82% | - |
| XYZ | 38.82 | 38.09 | 8.32 | - |
| YUV | 160.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 50 | 0 | 0.24 | 0.76 | 0.18 | 41.01 | 0.63 | 0.51 |
| Hex | D0 | 9E | 32 | 0 | 18 | 4C | 12 | 29 | 3F | 33 |
| Octal | 320 | 236 | 62 | 0 | 30 | 114 | 22 | 51 | 77 | 63 |
| Binary | 11010000 | 10011110 | 110010 | 0 | 11000 | 1001100 | 10010 | 101001 | 111111 | 110011 |
Color Harmonies of #D09E32
Complementary color
Monochromatic Colors of #D09E32
Black with #D09E32
Text Example
Text Example
White with #D09E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E32; }
p { color: rgb(208,158,50); }
H1.HeaderClassName
{
color: #D09E32;
}
.AnyTagClassName
{
color: #D09E32;
}
</style>
background-color css
<style>
a { background-color: #D09E32; }
a { background-color: rgb(208,158,50); }
div.DivClassName
{
background-color: #D09E32;
}
.BgClassName
{
background-color: #D09E32;
}
</style>
border-color css
<style>
span { border-color: #D09E32; }
span { border-color: rgb(208,158,50); }
td.TdClassName
{
border-color: #D09E32;
}
.TagClassName
{
border-color: #D09E32;
}
</style>