Shades of Fuel Yellow #DC9636
Tints of Fuel Yellow #DC9636
RGB
CMYK
RGB Variations
Color information
#DC9636 (or 0xDC9636) is known color: Fuel Yellow. HEX triplet: DC, 96 and 36. RGB value is (220,150,54). Sum of RGB (Red+Green+Blue) = 220+150+54=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9636 is #2369C9. Grayscale: #A0A0A0. Windows color (decimal): -2320842 or 3577564. OLE color: 3577564.
HSL color Cylindrical-coordinate representation of color #DC9636: hue angle of 34.7º 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 #DC9636 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 54 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.14 |
| HSL | 34.7º | 0.7% | 0.54% | - |
| HSV(B) | 34.7º | 0.75% | 0.86% | - |
| XYZ | 41.09 | 37.29 | 8.52 | - |
| YUV | 159.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 54 | 0 | 0.32 | 0.75 | 0.14 | 34.7 | 0.7 | 0.54 |
| Hex | DC | 96 | 36 | 0 | 20 | 4B | E | 23 | 46 | 36 |
| Octal | 334 | 226 | 66 | 0 | 40 | 113 | 16 | 43 | 106 | 66 |
| Binary | 11011100 | 10010110 | 110110 | 0 | 100000 | 1001011 | 1110 | 100011 | 1000110 | 110110 |
Color Harmonies of #DC9636
Complementary color
Monochromatic Colors of #DC9636
Black with #DC9636
Text Example
Text Example
White with #DC9636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9636; }
p { color: rgb(220,150,54); }
H1.HeaderClassName
{
color: #DC9636;
}
.AnyTagClassName
{
color: #DC9636;
}
</style>
background-color css
<style>
a { background-color: #DC9636; }
a { background-color: rgb(220,150,54); }
div.DivClassName
{
background-color: #DC9636;
}
.BgClassName
{
background-color: #DC9636;
}
</style>
border-color css
<style>
span { border-color: #DC9636; }
span { border-color: rgb(220,150,54); }
td.TdClassName
{
border-color: #DC9636;
}
.TagClassName
{
border-color: #DC9636;
}
</style>