Shades of Fuel Yellow #D09D32
Tints of Fuel Yellow #D09D32
RGB
CMYK
RGB Variations
Color information
#D09D32 (or 0xD09D32) is known color: Fuel Yellow. HEX triplet: D0, 9D and 32. RGB value is (208,157,50). Sum of RGB (Red+Green+Blue) = 208+157+50=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D32 is #2F62CD. Grayscale: #A0A0A0. Windows color (decimal): -3105486 or 3317200. OLE color: 3317200.
HSL color Cylindrical-coordinate representation of color #D09D32: hue angle of 40.63º 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 #D09D32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.18 |
| HSL | 40.63º | 0.63% | 0.51% | - |
| HSV(B) | 40.63º | 0.76% | 0.82% | - |
| XYZ | 38.65 | 37.75 | 8.27 | - |
| YUV | 160.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 50 | 0 | 0.25 | 0.76 | 0.18 | 40.63 | 0.63 | 0.51 |
| Hex | D0 | 9D | 32 | 0 | 19 | 4C | 12 | 29 | 3F | 33 |
| Octal | 320 | 235 | 62 | 0 | 31 | 114 | 22 | 51 | 77 | 63 |
| Binary | 11010000 | 10011101 | 110010 | 0 | 11001 | 1001100 | 10010 | 101001 | 111111 | 110011 |
Color Harmonies of #D09D32
Complementary color
Monochromatic Colors of #D09D32
Black with #D09D32
Text Example
Text Example
White with #D09D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D32; }
p { color: rgb(208,157,50); }
H1.HeaderClassName
{
color: #D09D32;
}
.AnyTagClassName
{
color: #D09D32;
}
</style>
background-color css
<style>
a { background-color: #D09D32; }
a { background-color: rgb(208,157,50); }
div.DivClassName
{
background-color: #D09D32;
}
.BgClassName
{
background-color: #D09D32;
}
</style>
border-color css
<style>
span { border-color: #D09D32; }
span { border-color: rgb(208,157,50); }
td.TdClassName
{
border-color: #D09D32;
}
.TagClassName
{
border-color: #D09D32;
}
</style>