Shades of Fuel Yellow #DD8F37
Tints of Fuel Yellow #DD8F37
RGB
CMYK
RGB Variations
Color information
#DD8F37 (or 0xDD8F37) is known color: Fuel Yellow. HEX triplet: DD, 8F and 37. RGB value is (221,143,55). Sum of RGB (Red+Green+Blue) = 221+143+55=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F37 is #2270C8. Grayscale: #9C9C9C. Windows color (decimal): -2257097 or 3641309. OLE color: 3641309.
HSL color Cylindrical-coordinate representation of color #DD8F37: hue angle of 31.81º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8F37 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 55 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.13 |
| HSL | 31.81º | 0.71% | 0.54% | - |
| HSV(B) | 31.81º | 0.75% | 0.87% | - |
| XYZ | 40.33 | 35.29 | 8.3 | - |
| YUV | 156.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 55 | 0 | 0.35 | 0.75 | 0.13 | 31.81 | 0.71 | 0.54 |
| Hex | DD | 8F | 37 | 0 | 23 | 4B | D | 20 | 47 | 36 |
| Octal | 335 | 217 | 67 | 0 | 43 | 113 | 15 | 40 | 107 | 66 |
| Binary | 11011101 | 10001111 | 110111 | 0 | 100011 | 1001011 | 1101 | 100000 | 1000111 | 110110 |
Color Harmonies of #DD8F37
Complementary color
Monochromatic Colors of #DD8F37
Black with #DD8F37
Text Example
Text Example
White with #DD8F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F37; }
p { color: rgb(221,143,55); }
H1.HeaderClassName
{
color: #DD8F37;
}
.AnyTagClassName
{
color: #DD8F37;
}
</style>
background-color css
<style>
a { background-color: #DD8F37; }
a { background-color: rgb(221,143,55); }
div.DivClassName
{
background-color: #DD8F37;
}
.BgClassName
{
background-color: #DD8F37;
}
</style>
border-color css
<style>
span { border-color: #DD8F37; }
span { border-color: rgb(221,143,55); }
td.TdClassName
{
border-color: #DD8F37;
}
.TagClassName
{
border-color: #DD8F37;
}
</style>