Shades of Fuel Yellow #DD8C32
Tints of Fuel Yellow #DD8C32
RGB
CMYK
RGB Variations
Color information
#DD8C32 (or 0xDD8C32) is known color: Fuel Yellow. HEX triplet: DD, 8C and 32. RGB value is (221,140,50). Sum of RGB (Red+Green+Blue) = 221+140+50=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C32 is #2273CD. Grayscale: #9A9A9A. Windows color (decimal): -2257870 or 3312861. OLE color: 3312861.
HSL color Cylindrical-coordinate representation of color #DD8C32: hue angle of 31.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD8C32 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 50 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.13 |
| HSL | 31.58º | 0.72% | 0.53% | - |
| HSV(B) | 31.58º | 0.77% | 0.87% | - |
| XYZ | 39.77 | 34.36 | 7.55 | - |
| YUV | 153.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 50 | 0 | 0.37 | 0.77 | 0.13 | 31.58 | 0.72 | 0.53 |
| Hex | DD | 8C | 32 | 0 | 25 | 4D | D | 20 | 48 | 35 |
| Octal | 335 | 214 | 62 | 0 | 45 | 115 | 15 | 40 | 110 | 65 |
| Binary | 11011101 | 10001100 | 110010 | 0 | 100101 | 1001101 | 1101 | 100000 | 1001000 | 110101 |
Color Harmonies of #DD8C32
Complementary color
Monochromatic Colors of #DD8C32
Black with #DD8C32
Text Example
Text Example
White with #DD8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C32; }
p { color: rgb(221,140,50); }
H1.HeaderClassName
{
color: #DD8C32;
}
.AnyTagClassName
{
color: #DD8C32;
}
</style>
background-color css
<style>
a { background-color: #DD8C32; }
a { background-color: rgb(221,140,50); }
div.DivClassName
{
background-color: #DD8C32;
}
.BgClassName
{
background-color: #DD8C32;
}
</style>
border-color css
<style>
span { border-color: #DD8C32; }
span { border-color: rgb(221,140,50); }
td.TdClassName
{
border-color: #DD8C32;
}
.TagClassName
{
border-color: #DD8C32;
}
</style>