Shades of Fuel Yellow #DC8933
Tints of Fuel Yellow #DC8933
RGB
CMYK
RGB Variations
Color information
#DC8933 (or 0xDC8933) is known color: Fuel Yellow. HEX triplet: DC, 89 and 33. RGB value is (220,137,51). Sum of RGB (Red+Green+Blue) = 220+137+51=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8933 is #2376CC. Grayscale: #989898. Windows color (decimal): -2324173 or 3377628. OLE color: 3377628.
HSL color Cylindrical-coordinate representation of color #DC8933: hue angle of 30.53º 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 #DC8933 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 51 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.14 |
| HSL | 30.53º | 0.71% | 0.53% | - |
| HSV(B) | 30.53º | 0.77% | 0.86% | - |
| XYZ | 39.06 | 33.35 | 7.51 | - |
| YUV | 152.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 51 | 0 | 0.38 | 0.77 | 0.14 | 30.53 | 0.71 | 0.53 |
| Hex | DC | 89 | 33 | 0 | 26 | 4D | E | 1F | 47 | 35 |
| Octal | 334 | 211 | 63 | 0 | 46 | 115 | 16 | 37 | 107 | 65 |
| Binary | 11011100 | 10001001 | 110011 | 0 | 100110 | 1001101 | 1110 | 11111 | 1000111 | 110101 |
Color Harmonies of #DC8933
Complementary color
Monochromatic Colors of #DC8933
Black with #DC8933
Text Example
Text Example
White with #DC8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8933; }
p { color: rgb(220,137,51); }
H1.HeaderClassName
{
color: #DC8933;
}
.AnyTagClassName
{
color: #DC8933;
}
</style>
background-color css
<style>
a { background-color: #DC8933; }
a { background-color: rgb(220,137,51); }
div.DivClassName
{
background-color: #DC8933;
}
.BgClassName
{
background-color: #DC8933;
}
</style>
border-color css
<style>
span { border-color: #DC8933; }
span { border-color: rgb(220,137,51); }
td.TdClassName
{
border-color: #DC8933;
}
.TagClassName
{
border-color: #DC8933;
}
</style>