Shades of Fuel Yellow #DD8931
Tints of Fuel Yellow #DD8931
RGB
CMYK
RGB Variations
Color information
#DD8931 (or 0xDD8931) is known color: Fuel Yellow. HEX triplet: DD, 89 and 31. RGB value is (221,137,49). Sum of RGB (Red+Green+Blue) = 221+137+49=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8931 is #2276CE. Grayscale: #989898. Windows color (decimal): -2258639 or 3246557. OLE color: 3246557.
HSL color Cylindrical-coordinate representation of color #DD8931: hue angle of 30.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8931 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 49 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.13 |
| HSL | 30.7º | 0.72% | 0.53% | - |
| HSV(B) | 30.7º | 0.78% | 0.87% | - |
| XYZ | 39.32 | 33.49 | 7.3 | - |
| YUV | 152.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 49 | 0 | 0.38 | 0.78 | 0.13 | 30.7 | 0.72 | 0.53 |
| Hex | DD | 89 | 31 | 0 | 26 | 4E | D | 1F | 48 | 35 |
| Octal | 335 | 211 | 61 | 0 | 46 | 116 | 15 | 37 | 110 | 65 |
| Binary | 11011101 | 10001001 | 110001 | 0 | 100110 | 1001110 | 1101 | 11111 | 1001000 | 110101 |
Color Harmonies of #DD8931
Complementary color
Monochromatic Colors of #DD8931
Black with #DD8931
Text Example
Text Example
White with #DD8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8931; }
p { color: rgb(221,137,49); }
H1.HeaderClassName
{
color: #DD8931;
}
.AnyTagClassName
{
color: #DD8931;
}
</style>
background-color css
<style>
a { background-color: #DD8931; }
a { background-color: rgb(221,137,49); }
div.DivClassName
{
background-color: #DD8931;
}
.BgClassName
{
background-color: #DD8931;
}
</style>
border-color css
<style>
span { border-color: #DD8931; }
span { border-color: rgb(221,137,49); }
td.TdClassName
{
border-color: #DD8931;
}
.TagClassName
{
border-color: #DD8931;
}
</style>