Shades of Fuel Yellow #DC882F
Tints of Fuel Yellow #DC882F
RGB
CMYK
RGB Variations
Color information
#DC882F (or 0xDC882F) is known color: Fuel Yellow. HEX triplet: DC, 88 and 2F. RGB value is (220,136,47). Sum of RGB (Red+Green+Blue) = 220+136+47=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882F is #2377D0. Grayscale: #979797. Windows color (decimal): -2324433 or 3115228. OLE color: 3115228.
HSL color Cylindrical-coordinate representation of color #DC882F: hue angle of 30.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC882F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.14 |
| HSL | 30.87º | 0.71% | 0.52% | - |
| HSV(B) | 30.87º | 0.79% | 0.86% | - |
| XYZ | 38.83 | 33.03 | 7.02 | - |
| YUV | 150.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 47 | 0 | 0.38 | 0.79 | 0.14 | 30.87 | 0.71 | 0.52 |
| Hex | DC | 88 | 2F | 0 | 26 | 4F | E | 1F | 47 | 34 |
| Octal | 334 | 210 | 57 | 0 | 46 | 117 | 16 | 37 | 107 | 64 |
| Binary | 11011100 | 10001000 | 101111 | 0 | 100110 | 1001111 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DC882F
Complementary color
Monochromatic Colors of #DC882F
Black with #DC882F
Text Example
Text Example
White with #DC882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC882F; }
p { color: rgb(220,136,47); }
H1.HeaderClassName
{
color: #DC882F;
}
.AnyTagClassName
{
color: #DC882F;
}
</style>
background-color css
<style>
a { background-color: #DC882F; }
a { background-color: rgb(220,136,47); }
div.DivClassName
{
background-color: #DC882F;
}
.BgClassName
{
background-color: #DC882F;
}
</style>
border-color css
<style>
span { border-color: #DC882F; }
span { border-color: rgb(220,136,47); }
td.TdClassName
{
border-color: #DC882F;
}
.TagClassName
{
border-color: #DC882F;
}
</style>