Shades of Fuel Yellow #DC9535
Tints of Fuel Yellow #DC9535
RGB
CMYK
RGB Variations
Color information
#DC9535 (or 0xDC9535) is known color: Fuel Yellow. HEX triplet: DC, 95 and 35. RGB value is (220,149,53). Sum of RGB (Red+Green+Blue) = 220+149+53=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9535 is #236ACA. Grayscale: #9F9F9F. Windows color (decimal): -2321099 or 3511772. OLE color: 3511772.
HSL color Cylindrical-coordinate representation of color #DC9535: hue angle of 34.49º 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 #DC9535 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 53 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.14 |
| HSL | 34.49º | 0.7% | 0.54% | - |
| HSV(B) | 34.49º | 0.76% | 0.86% | - |
| XYZ | 40.91 | 36.97 | 8.35 | - |
| YUV | 159.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 53 | 0 | 0.32 | 0.76 | 0.14 | 34.49 | 0.7 | 0.54 |
| Hex | DC | 95 | 35 | 0 | 20 | 4C | E | 22 | 46 | 36 |
| Octal | 334 | 225 | 65 | 0 | 40 | 114 | 16 | 42 | 106 | 66 |
| Binary | 11011100 | 10010101 | 110101 | 0 | 100000 | 1001100 | 1110 | 100010 | 1000110 | 110110 |
Color Harmonies of #DC9535
Complementary color
Monochromatic Colors of #DC9535
Black with #DC9535
Text Example
Text Example
White with #DC9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9535; }
p { color: rgb(220,149,53); }
H1.HeaderClassName
{
color: #DC9535;
}
.AnyTagClassName
{
color: #DC9535;
}
</style>
background-color css
<style>
a { background-color: #DC9535; }
a { background-color: rgb(220,149,53); }
div.DivClassName
{
background-color: #DC9535;
}
.BgClassName
{
background-color: #DC9535;
}
</style>
border-color css
<style>
span { border-color: #DC9535; }
span { border-color: rgb(220,149,53); }
td.TdClassName
{
border-color: #DC9535;
}
.TagClassName
{
border-color: #DC9535;
}
</style>