Shades of Fuel Yellow #D88B2E
Tints of Fuel Yellow #D88B2E
RGB
CMYK
RGB Variations
Color information
#D88B2E (or 0xD88B2E) is known color: Fuel Yellow. HEX triplet: D8, 8B and 2E. RGB value is (216,139,46). Sum of RGB (Red+Green+Blue) = 216+139+46=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B2E is #2774D1. Grayscale: #979797. Windows color (decimal): -2585810 or 3050456. OLE color: 3050456.
HSL color Cylindrical-coordinate representation of color #D88B2E: hue angle of 32.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D88B2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 46 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.15 |
| HSL | 32.82º | 0.69% | 0.51% | - |
| HSV(B) | 32.82º | 0.79% | 0.85% | - |
| XYZ | 38.04 | 33.26 | 7 | - |
| YUV | 151.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 46 | 0 | 0.36 | 0.79 | 0.15 | 32.82 | 0.69 | 0.51 |
| Hex | D8 | 8B | 2E | 0 | 24 | 4F | F | 21 | 45 | 33 |
| Octal | 330 | 213 | 56 | 0 | 44 | 117 | 17 | 41 | 105 | 63 |
| Binary | 11011000 | 10001011 | 101110 | 0 | 100100 | 1001111 | 1111 | 100001 | 1000101 | 110011 |
Color Harmonies of #D88B2E
Complementary color
Monochromatic Colors of #D88B2E
Black with #D88B2E
Text Example
Text Example
White with #D88B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B2E; }
p { color: rgb(216,139,46); }
H1.HeaderClassName
{
color: #D88B2E;
}
.AnyTagClassName
{
color: #D88B2E;
}
</style>
background-color css
<style>
a { background-color: #D88B2E; }
a { background-color: rgb(216,139,46); }
div.DivClassName
{
background-color: #D88B2E;
}
.BgClassName
{
background-color: #D88B2E;
}
</style>
border-color css
<style>
span { border-color: #D88B2E; }
span { border-color: rgb(216,139,46); }
td.TdClassName
{
border-color: #D88B2E;
}
.TagClassName
{
border-color: #D88B2E;
}
</style>