Shades of Fuel Yellow #DC8932
Tints of Fuel Yellow #DC8932
RGB
CMYK
RGB Variations
Color information
#DC8932 (or 0xDC8932) is known color: Fuel Yellow. HEX triplet: DC, 89 and 32. RGB value is (220,137,50). Sum of RGB (Red+Green+Blue) = 220+137+50=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8932 is #2376CD. Grayscale: #989898. Windows color (decimal): -2324174 or 3312092. OLE color: 3312092.
HSL color Cylindrical-coordinate representation of color #DC8932: hue angle of 30.71º 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 #DC8932 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 50 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.14 |
| HSL | 30.71º | 0.71% | 0.53% | - |
| HSV(B) | 30.71º | 0.77% | 0.86% | - |
| XYZ | 39.04 | 33.34 | 7.39 | - |
| YUV | 151.9 | 70.5 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 50 | 0 | 0.38 | 0.77 | 0.14 | 30.71 | 0.71 | 0.53 |
| Hex | DC | 89 | 32 | 0 | 26 | 4D | E | 1F | 47 | 35 |
| Octal | 334 | 211 | 62 | 0 | 46 | 115 | 16 | 37 | 107 | 65 |
| Binary | 11011100 | 10001001 | 110010 | 0 | 100110 | 1001101 | 1110 | 11111 | 1000111 | 110101 |
Color Harmonies of #DC8932
Complementary color
Monochromatic Colors of #DC8932
Black with #DC8932
Text Example
Text Example
White with #DC8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8932; }
p { color: rgb(220,137,50); }
H1.HeaderClassName
{
color: #DC8932;
}
.AnyTagClassName
{
color: #DC8932;
}
</style>
background-color css
<style>
a { background-color: #DC8932; }
a { background-color: rgb(220,137,50); }
div.DivClassName
{
background-color: #DC8932;
}
.BgClassName
{
background-color: #DC8932;
}
</style>
border-color css
<style>
span { border-color: #DC8932; }
span { border-color: rgb(220,137,50); }
td.TdClassName
{
border-color: #DC8932;
}
.TagClassName
{
border-color: #DC8932;
}
</style>