Shades of Fuel Yellow #DC9335
Tints of Fuel Yellow #DC9335
RGB
CMYK
RGB Variations
Color information
#DC9335 (or 0xDC9335) is known color: Fuel Yellow. HEX triplet: DC, 93 and 35. RGB value is (220,147,53). Sum of RGB (Red+Green+Blue) = 220+147+53=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9335 is #236CCA. Grayscale: #9E9E9E. Windows color (decimal): -2321611 or 3511260. OLE color: 3511260.
HSL color Cylindrical-coordinate representation of color #DC9335: hue angle of 33.77º 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 #DC9335 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 53 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.14 |
| HSL | 33.77º | 0.7% | 0.54% | - |
| HSV(B) | 33.77º | 0.76% | 0.86% | - |
| XYZ | 40.59 | 36.34 | 8.24 | - |
| YUV | 158.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 53 | 0 | 0.33 | 0.76 | 0.14 | 33.77 | 0.7 | 0.54 |
| Hex | DC | 93 | 35 | 0 | 21 | 4C | E | 22 | 46 | 36 |
| Octal | 334 | 223 | 65 | 0 | 41 | 114 | 16 | 42 | 106 | 66 |
| Binary | 11011100 | 10010011 | 110101 | 0 | 100001 | 1001100 | 1110 | 100010 | 1000110 | 110110 |
Color Harmonies of #DC9335
Complementary color
Monochromatic Colors of #DC9335
Black with #DC9335
Text Example
Text Example
White with #DC9335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9335; }
p { color: rgb(220,147,53); }
H1.HeaderClassName
{
color: #DC9335;
}
.AnyTagClassName
{
color: #DC9335;
}
</style>
background-color css
<style>
a { background-color: #DC9335; }
a { background-color: rgb(220,147,53); }
div.DivClassName
{
background-color: #DC9335;
}
.BgClassName
{
background-color: #DC9335;
}
</style>
border-color css
<style>
span { border-color: #DC9335; }
span { border-color: rgb(220,147,53); }
td.TdClassName
{
border-color: #DC9335;
}
.TagClassName
{
border-color: #DC9335;
}
</style>