Shades of Fuel Yellow #DD9336
Tints of Fuel Yellow #DD9336
RGB
CMYK
RGB Variations
Color information
#DD9336 (or 0xDD9336) is known color: Fuel Yellow. HEX triplet: DD, 93 and 36. RGB value is (221,147,54). Sum of RGB (Red+Green+Blue) = 221+147+54=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9336 is #226CC9. Grayscale: #9E9E9E. Windows color (decimal): -2256074 or 3576797. OLE color: 3576797.
HSL color Cylindrical-coordinate representation of color #DD9336: hue angle of 33.41º 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 #DD9336 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 54 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.13 |
| HSL | 33.41º | 0.71% | 0.54% | - |
| HSV(B) | 33.41º | 0.76% | 0.87% | - |
| XYZ | 40.92 | 36.51 | 8.38 | - |
| YUV | 158.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 54 | 0 | 0.33 | 0.76 | 0.13 | 33.41 | 0.71 | 0.54 |
| Hex | DD | 93 | 36 | 0 | 21 | 4C | D | 21 | 47 | 36 |
| Octal | 335 | 223 | 66 | 0 | 41 | 114 | 15 | 41 | 107 | 66 |
| Binary | 11011101 | 10010011 | 110110 | 0 | 100001 | 1001100 | 1101 | 100001 | 1000111 | 110110 |
Color Harmonies of #DD9336
Complementary color
Monochromatic Colors of #DD9336
Black with #DD9336
Text Example
Text Example
White with #DD9336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9336; }
p { color: rgb(221,147,54); }
H1.HeaderClassName
{
color: #DD9336;
}
.AnyTagClassName
{
color: #DD9336;
}
</style>
background-color css
<style>
a { background-color: #DD9336; }
a { background-color: rgb(221,147,54); }
div.DivClassName
{
background-color: #DD9336;
}
.BgClassName
{
background-color: #DD9336;
}
</style>
border-color css
<style>
span { border-color: #DD9336; }
span { border-color: rgb(221,147,54); }
td.TdClassName
{
border-color: #DD9336;
}
.TagClassName
{
border-color: #DD9336;
}
</style>