Shades of Fuel Yellow #DD9036
Tints of Fuel Yellow #DD9036
RGB
CMYK
RGB Variations
Color information
#DD9036 (or 0xDD9036) is known color: Fuel Yellow. HEX triplet: DD, 90 and 36. RGB value is (221,144,54). Sum of RGB (Red+Green+Blue) = 221+144+54=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9036 is #226FC9. Grayscale: #9D9D9D. Windows color (decimal): -2256842 or 3576029. OLE color: 3576029.
HSL color Cylindrical-coordinate representation of color #DD9036: hue angle of 32.34º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9036 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 54 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.13 |
| HSL | 32.34º | 0.71% | 0.54% | - |
| HSV(B) | 32.34º | 0.76% | 0.87% | - |
| XYZ | 40.46 | 35.59 | 8.23 | - |
| YUV | 156.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 54 | 0 | 0.35 | 0.76 | 0.13 | 32.34 | 0.71 | 0.54 |
| Hex | DD | 90 | 36 | 0 | 23 | 4C | D | 20 | 47 | 36 |
| Octal | 335 | 220 | 66 | 0 | 43 | 114 | 15 | 40 | 107 | 66 |
| Binary | 11011101 | 10010000 | 110110 | 0 | 100011 | 1001100 | 1101 | 100000 | 1000111 | 110110 |
Color Harmonies of #DD9036
Complementary color
Monochromatic Colors of #DD9036
Black with #DD9036
Text Example
Text Example
White with #DD9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9036; }
p { color: rgb(221,144,54); }
H1.HeaderClassName
{
color: #DD9036;
}
.AnyTagClassName
{
color: #DD9036;
}
</style>
background-color css
<style>
a { background-color: #DD9036; }
a { background-color: rgb(221,144,54); }
div.DivClassName
{
background-color: #DD9036;
}
.BgClassName
{
background-color: #DD9036;
}
</style>
border-color css
<style>
span { border-color: #DD9036; }
span { border-color: rgb(221,144,54); }
td.TdClassName
{
border-color: #DD9036;
}
.TagClassName
{
border-color: #DD9036;
}
</style>