Shades of Fuel Yellow #DC9136
Tints of Fuel Yellow #DC9136
RGB
CMYK
RGB Variations
Color information
#DC9136 (or 0xDC9136) is known color: Fuel Yellow. HEX triplet: DC, 91 and 36. RGB value is (220,145,54). Sum of RGB (Red+Green+Blue) = 220+145+54=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9136 is #236EC9. Grayscale: #9D9D9D. Windows color (decimal): -2322122 or 3576284. OLE color: 3576284.
HSL color Cylindrical-coordinate representation of color #DC9136: hue angle of 32.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC9136 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 54 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.14 |
| HSL | 32.89º | 0.7% | 0.54% | - |
| HSV(B) | 32.89º | 0.75% | 0.86% | - |
| XYZ | 40.31 | 35.73 | 8.26 | - |
| YUV | 157.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 54 | 0 | 0.34 | 0.75 | 0.14 | 32.89 | 0.7 | 0.54 |
| Hex | DC | 91 | 36 | 0 | 22 | 4B | E | 21 | 46 | 36 |
| Octal | 334 | 221 | 66 | 0 | 42 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011100 | 10010001 | 110110 | 0 | 100010 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DC9136
Complementary color
Monochromatic Colors of #DC9136
Black with #DC9136
Text Example
Text Example
White with #DC9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9136; }
p { color: rgb(220,145,54); }
H1.HeaderClassName
{
color: #DC9136;
}
.AnyTagClassName
{
color: #DC9136;
}
</style>
background-color css
<style>
a { background-color: #DC9136; }
a { background-color: rgb(220,145,54); }
div.DivClassName
{
background-color: #DC9136;
}
.BgClassName
{
background-color: #DC9136;
}
</style>
border-color css
<style>
span { border-color: #DC9136; }
span { border-color: rgb(220,145,54); }
td.TdClassName
{
border-color: #DC9136;
}
.TagClassName
{
border-color: #DC9136;
}
</style>