Shades of Fuel Yellow #DC9237
Tints of Fuel Yellow #DC9237
RGB
CMYK
RGB Variations
Color information
#DC9237 (or 0xDC9237) is known color: Fuel Yellow. HEX triplet: DC, 92 and 37. RGB value is (220,146,55). Sum of RGB (Red+Green+Blue) = 220+146+55=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9237 is #236DC8. Grayscale: #9E9E9E. Windows color (decimal): -2321865 or 3642076. OLE color: 3642076.
HSL color Cylindrical-coordinate representation of color #DC9237: hue angle of 33.09º 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 #DC9237 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 55 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.14 |
| HSL | 33.09º | 0.7% | 0.54% | - |
| HSV(B) | 33.09º | 0.75% | 0.86% | - |
| XYZ | 40.48 | 36.05 | 8.44 | - |
| YUV | 157.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 55 | 0 | 0.34 | 0.75 | 0.14 | 33.09 | 0.7 | 0.54 |
| Hex | DC | 92 | 37 | 0 | 22 | 4B | E | 21 | 46 | 36 |
| Octal | 334 | 222 | 67 | 0 | 42 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011100 | 10010010 | 110111 | 0 | 100010 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DC9237
Complementary color
Monochromatic Colors of #DC9237
Black with #DC9237
Text Example
Text Example
White with #DC9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9237; }
p { color: rgb(220,146,55); }
H1.HeaderClassName
{
color: #DC9237;
}
.AnyTagClassName
{
color: #DC9237;
}
</style>
background-color css
<style>
a { background-color: #DC9237; }
a { background-color: rgb(220,146,55); }
div.DivClassName
{
background-color: #DC9237;
}
.BgClassName
{
background-color: #DC9237;
}
</style>
border-color css
<style>
span { border-color: #DC9237; }
span { border-color: rgb(220,146,55); }
td.TdClassName
{
border-color: #DC9237;
}
.TagClassName
{
border-color: #DC9237;
}
</style>