Shades of Fuel Yellow #DC8830
Tints of Fuel Yellow #DC8830
RGB
CMYK
RGB Variations
Color information
#DC8830 (or 0xDC8830) is known color: Fuel Yellow. HEX triplet: DC, 88 and 30. RGB value is (220,136,48). Sum of RGB (Red+Green+Blue) = 220+136+48=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8830 is #2377CF. Grayscale: #979797. Windows color (decimal): -2324432 or 3180764. OLE color: 3180764.
HSL color Cylindrical-coordinate representation of color #DC8830: hue angle of 30.7º 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 #DC8830 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 48 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.14 |
| HSL | 30.7º | 0.71% | 0.53% | - |
| HSV(B) | 30.7º | 0.78% | 0.86% | - |
| XYZ | 38.85 | 33.04 | 7.13 | - |
| YUV | 151.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 48 | 0 | 0.38 | 0.78 | 0.14 | 30.7 | 0.71 | 0.53 |
| Hex | DC | 88 | 30 | 0 | 26 | 4E | E | 1F | 47 | 35 |
| Octal | 334 | 210 | 60 | 0 | 46 | 116 | 16 | 37 | 107 | 65 |
| Binary | 11011100 | 10001000 | 110000 | 0 | 100110 | 1001110 | 1110 | 11111 | 1000111 | 110101 |
Color Harmonies of #DC8830
Complementary color
Monochromatic Colors of #DC8830
Black with #DC8830
Text Example
Text Example
White with #DC8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8830; }
p { color: rgb(220,136,48); }
H1.HeaderClassName
{
color: #DC8830;
}
.AnyTagClassName
{
color: #DC8830;
}
</style>
background-color css
<style>
a { background-color: #DC8830; }
a { background-color: rgb(220,136,48); }
div.DivClassName
{
background-color: #DC8830;
}
.BgClassName
{
background-color: #DC8830;
}
</style>
border-color css
<style>
span { border-color: #DC8830; }
span { border-color: rgb(220,136,48); }
td.TdClassName
{
border-color: #DC8830;
}
.TagClassName
{
border-color: #DC8830;
}
</style>