Shades of Fuel Yellow #D58E2C
Tints of Fuel Yellow #D58E2C
RGB
CMYK
RGB Variations
Color information
#D58E2C (or 0xD58E2C) is known color: Fuel Yellow. HEX triplet: D5, 8E and 2C. RGB value is (213,142,44). Sum of RGB (Red+Green+Blue) = 213+142+44=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E2C is #2A71D3. Grayscale: #989898. Windows color (decimal): -2781652 or 2920149. OLE color: 2920149.
HSL color Cylindrical-coordinate representation of color #D58E2C: hue angle of 34.79º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D58E2C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 44 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 34.79º | 0.67% | 0.5% | - |
| HSV(B) | 34.79º | 0.79% | 0.84% | - |
| XYZ | 37.57 | 33.67 | 6.9 | - |
| YUV | 152.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 44 | 0 | 0.33 | 0.79 | 0.16 | 34.79 | 0.67 | 0.5 |
| Hex | D5 | 8E | 2C | 0 | 21 | 4F | 10 | 23 | 43 | 32 |
| Octal | 325 | 216 | 54 | 0 | 41 | 117 | 20 | 43 | 103 | 62 |
| Binary | 11010101 | 10001110 | 101100 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110010 |
Color Harmonies of #D58E2C
Complementary color
Monochromatic Colors of #D58E2C
Black with #D58E2C
Text Example
Text Example
White with #D58E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E2C; }
p { color: rgb(213,142,44); }
H1.HeaderClassName
{
color: #D58E2C;
}
.AnyTagClassName
{
color: #D58E2C;
}
</style>
background-color css
<style>
a { background-color: #D58E2C; }
a { background-color: rgb(213,142,44); }
div.DivClassName
{
background-color: #D58E2C;
}
.BgClassName
{
background-color: #D58E2C;
}
</style>
border-color css
<style>
span { border-color: #D58E2C; }
span { border-color: rgb(213,142,44); }
td.TdClassName
{
border-color: #D58E2C;
}
.TagClassName
{
border-color: #D58E2C;
}
</style>