Shades of Fuel Yellow #DC9037
Tints of Fuel Yellow #DC9037
RGB
CMYK
RGB Variations
Color information
#DC9037 (or 0xDC9037) is known color: Fuel Yellow. HEX triplet: DC, 90 and 37. RGB value is (220,144,55). Sum of RGB (Red+Green+Blue) = 220+144+55=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9037 is #236FC8. Grayscale: #9D9D9D. Windows color (decimal): -2322377 or 3641564. OLE color: 3641564.
HSL color Cylindrical-coordinate representation of color #DC9037: hue angle of 32.36º 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 #DC9037 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 55 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.14 |
| HSL | 32.36º | 0.7% | 0.54% | - |
| HSV(B) | 32.36º | 0.75% | 0.86% | - |
| XYZ | 40.18 | 35.44 | 8.34 | - |
| YUV | 156.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 55 | 0 | 0.35 | 0.75 | 0.14 | 32.36 | 0.7 | 0.54 |
| Hex | DC | 90 | 37 | 0 | 23 | 4B | E | 20 | 46 | 36 |
| Octal | 334 | 220 | 67 | 0 | 43 | 113 | 16 | 40 | 106 | 66 |
| Binary | 11011100 | 10010000 | 110111 | 0 | 100011 | 1001011 | 1110 | 100000 | 1000110 | 110110 |
Color Harmonies of #DC9037
Complementary color
Monochromatic Colors of #DC9037
Black with #DC9037
Text Example
Text Example
White with #DC9037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9037; }
p { color: rgb(220,144,55); }
H1.HeaderClassName
{
color: #DC9037;
}
.AnyTagClassName
{
color: #DC9037;
}
</style>
background-color css
<style>
a { background-color: #DC9037; }
a { background-color: rgb(220,144,55); }
div.DivClassName
{
background-color: #DC9037;
}
.BgClassName
{
background-color: #DC9037;
}
</style>
border-color css
<style>
span { border-color: #DC9037; }
span { border-color: rgb(220,144,55); }
td.TdClassName
{
border-color: #DC9037;
}
.TagClassName
{
border-color: #DC9037;
}
</style>