Shades of Fuel Yellow #DC8831
Tints of Fuel Yellow #DC8831
RGB
CMYK
RGB Variations
Color information
#DC8831 (or 0xDC8831) is known color: Fuel Yellow. HEX triplet: DC, 88 and 31. RGB value is (220,136,49). Sum of RGB (Red+Green+Blue) = 220+136+49=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8831 is #2377CE. Grayscale: #979797. Windows color (decimal): -2324431 or 3246300. OLE color: 3246300.
HSL color Cylindrical-coordinate representation of color #DC8831: hue angle of 30.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8831 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 49 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.14 |
| HSL | 30.53º | 0.71% | 0.53% | - |
| HSV(B) | 30.53º | 0.78% | 0.86% | - |
| XYZ | 38.87 | 33.05 | 7.24 | - |
| YUV | 151.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 49 | 0 | 0.38 | 0.78 | 0.14 | 30.53 | 0.71 | 0.53 |
| Hex | DC | 88 | 31 | 0 | 26 | 4E | E | 1F | 47 | 35 |
| Octal | 334 | 210 | 61 | 0 | 46 | 116 | 16 | 37 | 107 | 65 |
| Binary | 11011100 | 10001000 | 110001 | 0 | 100110 | 1001110 | 1110 | 11111 | 1000111 | 110101 |
Color Harmonies of #DC8831
Complementary color
Monochromatic Colors of #DC8831
Black with #DC8831
Text Example
Text Example
White with #DC8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8831; }
p { color: rgb(220,136,49); }
H1.HeaderClassName
{
color: #DC8831;
}
.AnyTagClassName
{
color: #DC8831;
}
</style>
background-color css
<style>
a { background-color: #DC8831; }
a { background-color: rgb(220,136,49); }
div.DivClassName
{
background-color: #DC8831;
}
.BgClassName
{
background-color: #DC8831;
}
</style>
border-color css
<style>
span { border-color: #DC8831; }
span { border-color: rgb(220,136,49); }
td.TdClassName
{
border-color: #DC8831;
}
.TagClassName
{
border-color: #DC8831;
}
</style>