Shades of Fuel Yellow #DC9134
Tints of Fuel Yellow #DC9134
RGB
CMYK
RGB Variations
Color information
#DC9134 (or 0xDC9134) is known color: Fuel Yellow. HEX triplet: DC, 91 and 34. RGB value is (220,145,52). Sum of RGB (Red+Green+Blue) = 220+145+52=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9134 is #236ECB. Grayscale: #9D9D9D. Windows color (decimal): -2322124 or 3445212. OLE color: 3445212.
HSL color Cylindrical-coordinate representation of color #DC9134: hue angle of 33.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9134 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 52 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.14 |
| HSL | 33.21º | 0.71% | 0.53% | - |
| HSV(B) | 33.21º | 0.76% | 0.86% | - |
| XYZ | 40.26 | 35.71 | 8.02 | - |
| YUV | 156.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 52 | 0 | 0.34 | 0.76 | 0.14 | 33.21 | 0.71 | 0.53 |
| Hex | DC | 91 | 34 | 0 | 22 | 4C | E | 21 | 47 | 35 |
| Octal | 334 | 221 | 64 | 0 | 42 | 114 | 16 | 41 | 107 | 65 |
| Binary | 11011100 | 10010001 | 110100 | 0 | 100010 | 1001100 | 1110 | 100001 | 1000111 | 110101 |
Color Harmonies of #DC9134
Complementary color
Monochromatic Colors of #DC9134
Black with #DC9134
Text Example
Text Example
White with #DC9134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9134; }
p { color: rgb(220,145,52); }
H1.HeaderClassName
{
color: #DC9134;
}
.AnyTagClassName
{
color: #DC9134;
}
</style>
background-color css
<style>
a { background-color: #DC9134; }
a { background-color: rgb(220,145,52); }
div.DivClassName
{
background-color: #DC9134;
}
.BgClassName
{
background-color: #DC9134;
}
</style>
border-color css
<style>
span { border-color: #DC9134; }
span { border-color: rgb(220,145,52); }
td.TdClassName
{
border-color: #DC9134;
}
.TagClassName
{
border-color: #DC9134;
}
</style>