Shades of Fuel Yellow #DC9235
Tints of Fuel Yellow #DC9235
RGB
CMYK
RGB Variations
Color information
#DC9235 (or 0xDC9235) is known color: Fuel Yellow. HEX triplet: DC, 92 and 35. RGB value is (220,146,53). Sum of RGB (Red+Green+Blue) = 220+146+53=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9235 is #236DCA. Grayscale: #9D9D9D. Windows color (decimal): -2321867 or 3511004. OLE color: 3511004.
HSL color Cylindrical-coordinate representation of color #DC9235: hue angle of 33.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9235 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 53 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.14 |
| HSL | 33.41º | 0.7% | 0.54% | - |
| HSV(B) | 33.41º | 0.76% | 0.86% | - |
| XYZ | 40.44 | 36.03 | 8.19 | - |
| YUV | 157.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 53 | 0 | 0.34 | 0.76 | 0.14 | 33.41 | 0.7 | 0.54 |
| Hex | DC | 92 | 35 | 0 | 22 | 4C | E | 21 | 46 | 36 |
| Octal | 334 | 222 | 65 | 0 | 42 | 114 | 16 | 41 | 106 | 66 |
| Binary | 11011100 | 10010010 | 110101 | 0 | 100010 | 1001100 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DC9235
Complementary color
Monochromatic Colors of #DC9235
Black with #DC9235
Text Example
Text Example
White with #DC9235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9235; }
p { color: rgb(220,146,53); }
H1.HeaderClassName
{
color: #DC9235;
}
.AnyTagClassName
{
color: #DC9235;
}
</style>
background-color css
<style>
a { background-color: #DC9235; }
a { background-color: rgb(220,146,53); }
div.DivClassName
{
background-color: #DC9235;
}
.BgClassName
{
background-color: #DC9235;
}
</style>
border-color css
<style>
span { border-color: #DC9235; }
span { border-color: rgb(220,146,53); }
td.TdClassName
{
border-color: #DC9235;
}
.TagClassName
{
border-color: #DC9235;
}
</style>