Shades of Fuel Yellow #DC9038
Tints of Fuel Yellow #DC9038
RGB
CMYK
RGB Variations
Color information
#DC9038 (or 0xDC9038) is known color: Fuel Yellow. HEX triplet: DC, 90 and 38. RGB value is (220,144,56). Sum of RGB (Red+Green+Blue) = 220+144+56=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9038 is #236FC7. Grayscale: #9D9D9D. Windows color (decimal): -2322376 or 3707100. OLE color: 3707100.
HSL color Cylindrical-coordinate representation of color #DC9038: hue angle of 32.2º 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 #DC9038 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 56 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.14 |
| HSL | 32.2º | 0.7% | 0.54% | - |
| HSV(B) | 32.2º | 0.75% | 0.86% | - |
| XYZ | 40.2 | 35.45 | 8.46 | - |
| YUV | 156.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 56 | 0 | 0.35 | 0.75 | 0.14 | 32.2 | 0.7 | 0.54 |
| Hex | DC | 90 | 38 | 0 | 23 | 4B | E | 20 | 46 | 36 |
| Octal | 334 | 220 | 70 | 0 | 43 | 113 | 16 | 40 | 106 | 66 |
| Binary | 11011100 | 10010000 | 111000 | 0 | 100011 | 1001011 | 1110 | 100000 | 1000110 | 110110 |
Color Harmonies of #DC9038
Complementary color
Monochromatic Colors of #DC9038
Black with #DC9038
Text Example
Text Example
White with #DC9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9038; }
p { color: rgb(220,144,56); }
H1.HeaderClassName
{
color: #DC9038;
}
.AnyTagClassName
{
color: #DC9038;
}
</style>
background-color css
<style>
a { background-color: #DC9038; }
a { background-color: rgb(220,144,56); }
div.DivClassName
{
background-color: #DC9038;
}
.BgClassName
{
background-color: #DC9038;
}
</style>
border-color css
<style>
span { border-color: #DC9038; }
span { border-color: rgb(220,144,56); }
td.TdClassName
{
border-color: #DC9038;
}
.TagClassName
{
border-color: #DC9038;
}
</style>