Shades of Fuel Yellow #D88B2D
Tints of Fuel Yellow #D88B2D
RGB
CMYK
RGB Variations
Color information
#D88B2D (or 0xD88B2D) is known color: Fuel Yellow. HEX triplet: D8, 8B and 2D. RGB value is (216,139,45). Sum of RGB (Red+Green+Blue) = 216+139+45=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B2D is #2774D2. Grayscale: #979797. Windows color (decimal): -2585811 or 2984920. OLE color: 2984920.
HSL color Cylindrical-coordinate representation of color #D88B2D: hue angle of 32.98º 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 #D88B2D is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 45 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.15 |
| HSL | 32.98º | 0.69% | 0.51% | - |
| HSV(B) | 32.98º | 0.79% | 0.85% | - |
| XYZ | 38.03 | 33.25 | 6.9 | - |
| YUV | 151.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 45 | 0 | 0.36 | 0.79 | 0.15 | 32.98 | 0.69 | 0.51 |
| Hex | D8 | 8B | 2D | 0 | 24 | 4F | F | 21 | 45 | 33 |
| Octal | 330 | 213 | 55 | 0 | 44 | 117 | 17 | 41 | 105 | 63 |
| Binary | 11011000 | 10001011 | 101101 | 0 | 100100 | 1001111 | 1111 | 100001 | 1000101 | 110011 |
Color Harmonies of #D88B2D
Complementary color
Monochromatic Colors of #D88B2D
Black with #D88B2D
Text Example
Text Example
White with #D88B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B2D; }
p { color: rgb(216,139,45); }
H1.HeaderClassName
{
color: #D88B2D;
}
.AnyTagClassName
{
color: #D88B2D;
}
</style>
background-color css
<style>
a { background-color: #D88B2D; }
a { background-color: rgb(216,139,45); }
div.DivClassName
{
background-color: #D88B2D;
}
.BgClassName
{
background-color: #D88B2D;
}
</style>
border-color css
<style>
span { border-color: #D88B2D; }
span { border-color: rgb(216,139,45); }
td.TdClassName
{
border-color: #D88B2D;
}
.TagClassName
{
border-color: #D88B2D;
}
</style>