Shades of Fuel Yellow #D78C32
Tints of Fuel Yellow #D78C32
RGB
CMYK
RGB Variations
Color information
#D78C32 (or 0xD78C32) is known color: Fuel Yellow. HEX triplet: D7, 8C and 32. RGB value is (215,140,50). Sum of RGB (Red+Green+Blue) = 215+140+50=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C32 is #2873CD. Grayscale: #989898. Windows color (decimal): -2651086 or 3312855. OLE color: 3312855.
HSL color Cylindrical-coordinate representation of color #D78C32: hue angle of 32.73º 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 #D78C32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.16 |
| HSL | 32.73º | 0.67% | 0.52% | - |
| HSV(B) | 32.73º | 0.77% | 0.84% | - |
| XYZ | 37.98 | 33.43 | 7.47 | - |
| YUV | 152.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 50 | 0 | 0.35 | 0.77 | 0.16 | 32.73 | 0.67 | 0.52 |
| Hex | D7 | 8C | 32 | 0 | 23 | 4D | 10 | 21 | 43 | 34 |
| Octal | 327 | 214 | 62 | 0 | 43 | 115 | 20 | 41 | 103 | 64 |
| Binary | 11010111 | 10001100 | 110010 | 0 | 100011 | 1001101 | 10000 | 100001 | 1000011 | 110100 |
Color Harmonies of #D78C32
Complementary color
Monochromatic Colors of #D78C32
Black with #D78C32
Text Example
Text Example
White with #D78C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C32; }
p { color: rgb(215,140,50); }
H1.HeaderClassName
{
color: #D78C32;
}
.AnyTagClassName
{
color: #D78C32;
}
</style>
background-color css
<style>
a { background-color: #D78C32; }
a { background-color: rgb(215,140,50); }
div.DivClassName
{
background-color: #D78C32;
}
.BgClassName
{
background-color: #D78C32;
}
</style>
border-color css
<style>
span { border-color: #D78C32; }
span { border-color: rgb(215,140,50); }
td.TdClassName
{
border-color: #D78C32;
}
.TagClassName
{
border-color: #D78C32;
}
</style>