Shades of Fuel Yellow #DD8F34
Tints of Fuel Yellow #DD8F34
RGB
CMYK
RGB Variations
Color information
#DD8F34 (or 0xDD8F34) is known color: Fuel Yellow. HEX triplet: DD, 8F and 34. RGB value is (221,143,52). Sum of RGB (Red+Green+Blue) = 221+143+52=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F34 is #2270CB. Grayscale: #9C9C9C. Windows color (decimal): -2257100 or 3444701. OLE color: 3444701.
HSL color Cylindrical-coordinate representation of color #DD8F34: hue angle of 32.31º 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 #DD8F34 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 52 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.13 |
| HSL | 32.31º | 0.71% | 0.54% | - |
| HSV(B) | 32.31º | 0.76% | 0.87% | - |
| XYZ | 40.26 | 35.27 | 7.93 | - |
| YUV | 155.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 52 | 0 | 0.35 | 0.76 | 0.13 | 32.31 | 0.71 | 0.54 |
| Hex | DD | 8F | 34 | 0 | 23 | 4C | D | 20 | 47 | 36 |
| Octal | 335 | 217 | 64 | 0 | 43 | 114 | 15 | 40 | 107 | 66 |
| Binary | 11011101 | 10001111 | 110100 | 0 | 100011 | 1001100 | 1101 | 100000 | 1000111 | 110110 |
Color Harmonies of #DD8F34
Complementary color
Monochromatic Colors of #DD8F34
Black with #DD8F34
Text Example
Text Example
White with #DD8F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F34; }
p { color: rgb(221,143,52); }
H1.HeaderClassName
{
color: #DD8F34;
}
.AnyTagClassName
{
color: #DD8F34;
}
</style>
background-color css
<style>
a { background-color: #DD8F34; }
a { background-color: rgb(221,143,52); }
div.DivClassName
{
background-color: #DD8F34;
}
.BgClassName
{
background-color: #DD8F34;
}
</style>
border-color css
<style>
span { border-color: #DD8F34; }
span { border-color: rgb(221,143,52); }
td.TdClassName
{
border-color: #DD8F34;
}
.TagClassName
{
border-color: #DD8F34;
}
</style>