Shades of Fuel Yellow #DD8A31
Tints of Fuel Yellow #DD8A31
RGB
CMYK
RGB Variations
Color information
#DD8A31 (or 0xDD8A31) is known color: Fuel Yellow. HEX triplet: DD, 8A and 31. RGB value is (221,138,49). Sum of RGB (Red+Green+Blue) = 221+138+49=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A31 is #2275CE. Grayscale: #999999. Windows color (decimal): -2258383 or 3246813. OLE color: 3246813.
HSL color Cylindrical-coordinate representation of color #DD8A31: hue angle of 31.05º 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 #DD8A31 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 49 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.13 |
| HSL | 31.05º | 0.72% | 0.53% | - |
| HSV(B) | 31.05º | 0.78% | 0.87% | - |
| XYZ | 39.46 | 33.77 | 7.34 | - |
| YUV | 152.67 | 69.5 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 49 | 0 | 0.38 | 0.78 | 0.13 | 31.05 | 0.72 | 0.53 |
| Hex | DD | 8A | 31 | 0 | 26 | 4E | D | 1F | 48 | 35 |
| Octal | 335 | 212 | 61 | 0 | 46 | 116 | 15 | 37 | 110 | 65 |
| Binary | 11011101 | 10001010 | 110001 | 0 | 100110 | 1001110 | 1101 | 11111 | 1001000 | 110101 |
Color Harmonies of #DD8A31
Complementary color
Monochromatic Colors of #DD8A31
Black with #DD8A31
Text Example
Text Example
White with #DD8A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A31; }
p { color: rgb(221,138,49); }
H1.HeaderClassName
{
color: #DD8A31;
}
.AnyTagClassName
{
color: #DD8A31;
}
</style>
background-color css
<style>
a { background-color: #DD8A31; }
a { background-color: rgb(221,138,49); }
div.DivClassName
{
background-color: #DD8A31;
}
.BgClassName
{
background-color: #DD8A31;
}
</style>
border-color css
<style>
span { border-color: #DD8A31; }
span { border-color: rgb(221,138,49); }
td.TdClassName
{
border-color: #DD8A31;
}
.TagClassName
{
border-color: #DD8A31;
}
</style>