Shades of Fuel Yellow #D8892F
Tints of Fuel Yellow #D8892F
RGB
CMYK
RGB Variations
Color information
#D8892F (or 0xD8892F) is known color: Fuel Yellow. HEX triplet: D8, 89 and 2F. RGB value is (216,137,47). Sum of RGB (Red+Green+Blue) = 216+137+47=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8892F is #2776D0. Grayscale: #969696. Windows color (decimal): -2586321 or 3115480. OLE color: 3115480.
HSL color Cylindrical-coordinate representation of color #D8892F: hue angle of 31.95º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8892F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 47 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.15 |
| HSL | 31.95º | 0.68% | 0.52% | - |
| HSV(B) | 31.95º | 0.78% | 0.85% | - |
| XYZ | 37.78 | 32.7 | 7.01 | - |
| YUV | 150.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 47 | 0 | 0.37 | 0.78 | 0.15 | 31.95 | 0.68 | 0.52 |
| Hex | D8 | 89 | 2F | 0 | 25 | 4E | F | 20 | 44 | 34 |
| Octal | 330 | 211 | 57 | 0 | 45 | 116 | 17 | 40 | 104 | 64 |
| Binary | 11011000 | 10001001 | 101111 | 0 | 100101 | 1001110 | 1111 | 100000 | 1000100 | 110100 |
Color Harmonies of #D8892F
Complementary color
Monochromatic Colors of #D8892F
Black with #D8892F
Text Example
Text Example
White with #D8892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8892F; }
p { color: rgb(216,137,47); }
H1.HeaderClassName
{
color: #D8892F;
}
.AnyTagClassName
{
color: #D8892F;
}
</style>
background-color css
<style>
a { background-color: #D8892F; }
a { background-color: rgb(216,137,47); }
div.DivClassName
{
background-color: #D8892F;
}
.BgClassName
{
background-color: #D8892F;
}
</style>
border-color css
<style>
span { border-color: #D8892F; }
span { border-color: rgb(216,137,47); }
td.TdClassName
{
border-color: #D8892F;
}
.TagClassName
{
border-color: #D8892F;
}
</style>