Shades of Fuel Yellow #DC8C32
Tints of Fuel Yellow #DC8C32
RGB
CMYK
RGB Variations
Color information
#DC8C32 (or 0xDC8C32) is known color: Fuel Yellow. HEX triplet: DC, 8C and 32. RGB value is (220,140,50). Sum of RGB (Red+Green+Blue) = 220+140+50=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C32 is #2373CD. Grayscale: #9A9A9A. Windows color (decimal): -2323406 or 3312860. OLE color: 3312860.
HSL color Cylindrical-coordinate representation of color #DC8C32: hue angle of 31.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC8C32 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 50 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.14 |
| HSL | 31.76º | 0.71% | 0.53% | - |
| HSV(B) | 31.76º | 0.77% | 0.86% | - |
| XYZ | 39.47 | 34.2 | 7.54 | - |
| YUV | 153.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 50 | 0 | 0.36 | 0.77 | 0.14 | 31.76 | 0.71 | 0.53 |
| Hex | DC | 8C | 32 | 0 | 24 | 4D | E | 20 | 47 | 35 |
| Octal | 334 | 214 | 62 | 0 | 44 | 115 | 16 | 40 | 107 | 65 |
| Binary | 11011100 | 10001100 | 110010 | 0 | 100100 | 1001101 | 1110 | 100000 | 1000111 | 110101 |
Color Harmonies of #DC8C32
Complementary color
Monochromatic Colors of #DC8C32
Black with #DC8C32
Text Example
Text Example
White with #DC8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C32; }
p { color: rgb(220,140,50); }
H1.HeaderClassName
{
color: #DC8C32;
}
.AnyTagClassName
{
color: #DC8C32;
}
</style>
background-color css
<style>
a { background-color: #DC8C32; }
a { background-color: rgb(220,140,50); }
div.DivClassName
{
background-color: #DC8C32;
}
.BgClassName
{
background-color: #DC8C32;
}
</style>
border-color css
<style>
span { border-color: #DC8C32; }
span { border-color: rgb(220,140,50); }
td.TdClassName
{
border-color: #DC8C32;
}
.TagClassName
{
border-color: #DC8C32;
}
</style>