Shades of Fuel Yellow #D09F34
Tints of Fuel Yellow #D09F34
RGB
CMYK
RGB Variations
Color information
#D09F34 (or 0xD09F34) is known color: Fuel Yellow. HEX triplet: D0, 9F and 34. RGB value is (208,159,52). Sum of RGB (Red+Green+Blue) = 208+159+52=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F34 is #2F60CB. Grayscale: #A1A1A1. Windows color (decimal): -3104972 or 3448784. OLE color: 3448784.
HSL color Cylindrical-coordinate representation of color #D09F34: hue angle of 41.15º 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 #D09F34 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 52 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.18 |
| HSL | 41.15º | 0.62% | 0.51% | - |
| HSV(B) | 41.15º | 0.75% | 0.82% | - |
| XYZ | 39.03 | 38.45 | 8.61 | - |
| YUV | 161.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 52 | 0 | 0.24 | 0.75 | 0.18 | 41.15 | 0.62 | 0.51 |
| Hex | D0 | 9F | 34 | 0 | 18 | 4B | 12 | 29 | 3E | 33 |
| Octal | 320 | 237 | 64 | 0 | 30 | 113 | 22 | 51 | 76 | 63 |
| Binary | 11010000 | 10011111 | 110100 | 0 | 11000 | 1001011 | 10010 | 101001 | 111110 | 110011 |
Color Harmonies of #D09F34
Complementary color
Monochromatic Colors of #D09F34
Black with #D09F34
Text Example
Text Example
White with #D09F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F34; }
p { color: rgb(208,159,52); }
H1.HeaderClassName
{
color: #D09F34;
}
.AnyTagClassName
{
color: #D09F34;
}
</style>
background-color css
<style>
a { background-color: #D09F34; }
a { background-color: rgb(208,159,52); }
div.DivClassName
{
background-color: #D09F34;
}
.BgClassName
{
background-color: #D09F34;
}
</style>
border-color css
<style>
span { border-color: #D09F34; }
span { border-color: rgb(208,159,52); }
td.TdClassName
{
border-color: #D09F34;
}
.TagClassName
{
border-color: #D09F34;
}
</style>