Shades of Fuel Yellow #DC9138
Tints of Fuel Yellow #DC9138
RGB
CMYK
RGB Variations
Color information
#DC9138 (or 0xDC9138) is known color: Fuel Yellow. HEX triplet: DC, 91 and 38. RGB value is (220,145,56). Sum of RGB (Red+Green+Blue) = 220+145+56=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9138 is #236EC7. Grayscale: #9D9D9D. Windows color (decimal): -2322120 or 3707356. OLE color: 3707356.
HSL color Cylindrical-coordinate representation of color #DC9138: hue angle of 32.56º 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 #DC9138 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 56 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.14 |
| HSL | 32.56º | 0.7% | 0.54% | - |
| HSV(B) | 32.56º | 0.75% | 0.86% | - |
| XYZ | 40.35 | 35.75 | 8.52 | - |
| YUV | 157.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 56 | 0 | 0.34 | 0.75 | 0.14 | 32.56 | 0.7 | 0.54 |
| Hex | DC | 91 | 38 | 0 | 22 | 4B | E | 21 | 46 | 36 |
| Octal | 334 | 221 | 70 | 0 | 42 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011100 | 10010001 | 111000 | 0 | 100010 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DC9138
Complementary color
Monochromatic Colors of #DC9138
Black with #DC9138
Text Example
Text Example
White with #DC9138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9138; }
p { color: rgb(220,145,56); }
H1.HeaderClassName
{
color: #DC9138;
}
.AnyTagClassName
{
color: #DC9138;
}
</style>
background-color css
<style>
a { background-color: #DC9138; }
a { background-color: rgb(220,145,56); }
div.DivClassName
{
background-color: #DC9138;
}
.BgClassName
{
background-color: #DC9138;
}
</style>
border-color css
<style>
span { border-color: #DC9138; }
span { border-color: rgb(220,145,56); }
td.TdClassName
{
border-color: #DC9138;
}
.TagClassName
{
border-color: #DC9138;
}
</style>