Shades of Fuel Yellow #DD8D34
Tints of Fuel Yellow #DD8D34
RGB
CMYK
RGB Variations
Color information
#DD8D34 (or 0xDD8D34) is known color: Fuel Yellow. HEX triplet: DD, 8D and 34. RGB value is (221,141,52). Sum of RGB (Red+Green+Blue) = 221+141+52=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D34 is #2272CB. Grayscale: #9B9B9B. Windows color (decimal): -2257612 or 3444189. OLE color: 3444189.
HSL color Cylindrical-coordinate representation of color #DD8D34: hue angle of 31.6º 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 #DD8D34 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 52 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.13 |
| HSL | 31.6º | 0.71% | 0.54% | - |
| HSV(B) | 31.6º | 0.76% | 0.87% | - |
| XYZ | 39.96 | 34.67 | 7.83 | - |
| YUV | 154.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 52 | 0 | 0.36 | 0.76 | 0.13 | 31.6 | 0.71 | 0.54 |
| Hex | DD | 8D | 34 | 0 | 24 | 4C | D | 20 | 47 | 36 |
| Octal | 335 | 215 | 64 | 0 | 44 | 114 | 15 | 40 | 107 | 66 |
| Binary | 11011101 | 10001101 | 110100 | 0 | 100100 | 1001100 | 1101 | 100000 | 1000111 | 110110 |
Color Harmonies of #DD8D34
Complementary color
Monochromatic Colors of #DD8D34
Black with #DD8D34
Text Example
Text Example
White with #DD8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D34; }
p { color: rgb(221,141,52); }
H1.HeaderClassName
{
color: #DD8D34;
}
.AnyTagClassName
{
color: #DD8D34;
}
</style>
background-color css
<style>
a { background-color: #DD8D34; }
a { background-color: rgb(221,141,52); }
div.DivClassName
{
background-color: #DD8D34;
}
.BgClassName
{
background-color: #DD8D34;
}
</style>
border-color css
<style>
span { border-color: #DD8D34; }
span { border-color: rgb(221,141,52); }
td.TdClassName
{
border-color: #DD8D34;
}
.TagClassName
{
border-color: #DD8D34;
}
</style>