Shades of Fuel Yellow #D78B32
Tints of Fuel Yellow #D78B32
RGB
CMYK
RGB Variations
Color information
#D78B32 (or 0xD78B32) is known color: Fuel Yellow. HEX triplet: D7, 8B and 32. RGB value is (215,139,50). Sum of RGB (Red+Green+Blue) = 215+139+50=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78B32 is #2874CD. Grayscale: #989898. Windows color (decimal): -2651342 or 3312599. OLE color: 3312599.
HSL color Cylindrical-coordinate representation of color #D78B32: hue angle of 32.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D78B32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.16 |
| HSL | 32.36º | 0.67% | 0.52% | - |
| HSV(B) | 32.36º | 0.77% | 0.84% | - |
| XYZ | 37.83 | 33.14 | 7.42 | - |
| YUV | 151.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 50 | 0 | 0.35 | 0.77 | 0.16 | 32.36 | 0.67 | 0.52 |
| Hex | D7 | 8B | 32 | 0 | 23 | 4D | 10 | 20 | 43 | 34 |
| Octal | 327 | 213 | 62 | 0 | 43 | 115 | 20 | 40 | 103 | 64 |
| Binary | 11010111 | 10001011 | 110010 | 0 | 100011 | 1001101 | 10000 | 100000 | 1000011 | 110100 |
Color Harmonies of #D78B32
Complementary color
Monochromatic Colors of #D78B32
Black with #D78B32
Text Example
Text Example
White with #D78B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B32; }
p { color: rgb(215,139,50); }
H1.HeaderClassName
{
color: #D78B32;
}
.AnyTagClassName
{
color: #D78B32;
}
</style>
background-color css
<style>
a { background-color: #D78B32; }
a { background-color: rgb(215,139,50); }
div.DivClassName
{
background-color: #D78B32;
}
.BgClassName
{
background-color: #D78B32;
}
</style>
border-color css
<style>
span { border-color: #D78B32; }
span { border-color: rgb(215,139,50); }
td.TdClassName
{
border-color: #D78B32;
}
.TagClassName
{
border-color: #D78B32;
}
</style>