Shades of Fuel Yellow #D08E2E
Tints of Fuel Yellow #D08E2E
RGB
CMYK
RGB Variations
Color information
#D08E2E (or 0xD08E2E) is known color: Fuel Yellow. HEX triplet: D0, 8E and 2E. RGB value is (208,142,46). Sum of RGB (Red+Green+Blue) = 208+142+46=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E2E is #2F71D1. Grayscale: #979797. Windows color (decimal): -3109330 or 3051216. OLE color: 3051216.
HSL color Cylindrical-coordinate representation of color #D08E2E: hue angle of 35.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D08E2E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 46 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.18 |
| HSL | 35.56º | 0.64% | 0.5% | - |
| HSV(B) | 35.56º | 0.78% | 0.82% | - |
| XYZ | 36.18 | 32.95 | 7.04 | - |
| YUV | 150.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 46 | 0 | 0.32 | 0.78 | 0.18 | 35.56 | 0.64 | 0.5 |
| Hex | D0 | 8E | 2E | 0 | 20 | 4E | 12 | 24 | 40 | 32 |
| Octal | 320 | 216 | 56 | 0 | 40 | 116 | 22 | 44 | 100 | 62 |
| Binary | 11010000 | 10001110 | 101110 | 0 | 100000 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D08E2E
Complementary color
Monochromatic Colors of #D08E2E
Black with #D08E2E
Text Example
Text Example
White with #D08E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E2E; }
p { color: rgb(208,142,46); }
H1.HeaderClassName
{
color: #D08E2E;
}
.AnyTagClassName
{
color: #D08E2E;
}
</style>
background-color css
<style>
a { background-color: #D08E2E; }
a { background-color: rgb(208,142,46); }
div.DivClassName
{
background-color: #D08E2E;
}
.BgClassName
{
background-color: #D08E2E;
}
</style>
border-color css
<style>
span { border-color: #D08E2E; }
span { border-color: rgb(208,142,46); }
td.TdClassName
{
border-color: #D08E2E;
}
.TagClassName
{
border-color: #D08E2E;
}
</style>