Shades of Fuel Yellow #D09F32
Tints of Fuel Yellow #D09F32
RGB
CMYK
RGB Variations
Color information
#D09F32 (or 0xD09F32) is known color: Fuel Yellow. HEX triplet: D0, 9F and 32. RGB value is (208,159,50). Sum of RGB (Red+Green+Blue) = 208+159+50=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F32 is #2F60CD. Grayscale: #A1A1A1. Windows color (decimal): -3104974 or 3317712. OLE color: 3317712.
HSL color Cylindrical-coordinate representation of color #D09F32: hue angle of 41.39º 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 #D09F32 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 50 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.18 |
| HSL | 41.39º | 0.63% | 0.51% | - |
| HSV(B) | 41.39º | 0.76% | 0.82% | - |
| XYZ | 38.99 | 38.44 | 8.38 | - |
| YUV | 161.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 50 | 0 | 0.24 | 0.76 | 0.18 | 41.39 | 0.63 | 0.51 |
| Hex | D0 | 9F | 32 | 0 | 18 | 4C | 12 | 29 | 3F | 33 |
| Octal | 320 | 237 | 62 | 0 | 30 | 114 | 22 | 51 | 77 | 63 |
| Binary | 11010000 | 10011111 | 110010 | 0 | 11000 | 1001100 | 10010 | 101001 | 111111 | 110011 |
Color Harmonies of #D09F32
Complementary color
Monochromatic Colors of #D09F32
Black with #D09F32
Text Example
Text Example
White with #D09F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F32; }
p { color: rgb(208,159,50); }
H1.HeaderClassName
{
color: #D09F32;
}
.AnyTagClassName
{
color: #D09F32;
}
</style>
background-color css
<style>
a { background-color: #D09F32; }
a { background-color: rgb(208,159,50); }
div.DivClassName
{
background-color: #D09F32;
}
.BgClassName
{
background-color: #D09F32;
}
</style>
border-color css
<style>
span { border-color: #D09F32; }
span { border-color: rgb(208,159,50); }
td.TdClassName
{
border-color: #D09F32;
}
.TagClassName
{
border-color: #D09F32;
}
</style>