Shades of Fuel Yellow #D58C39
Tints of Fuel Yellow #D58C39
RGB
CMYK
RGB Variations
Color information
#D58C39 (or 0xD58C39) is known color: Fuel Yellow. HEX triplet: D5, 8C and 39. RGB value is (213,140,57). Sum of RGB (Red+Green+Blue) = 213+140+57=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C39 is #2A73C6. Grayscale: #989898. Windows color (decimal): -2782151 or 3771605. OLE color: 3771605.
HSL color Cylindrical-coordinate representation of color #D58C39: hue angle of 31.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D58C39 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 57 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.16 |
| HSL | 31.92º | 0.65% | 0.53% | - |
| HSV(B) | 31.92º | 0.73% | 0.84% | - |
| XYZ | 37.56 | 33.2 | 8.3 | - |
| YUV | 152.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 57 | 0 | 0.34 | 0.73 | 0.16 | 31.92 | 0.65 | 0.53 |
| Hex | D5 | 8C | 39 | 0 | 22 | 49 | 10 | 20 | 41 | 35 |
| Octal | 325 | 214 | 71 | 0 | 42 | 111 | 20 | 40 | 101 | 65 |
| Binary | 11010101 | 10001100 | 111001 | 0 | 100010 | 1001001 | 10000 | 100000 | 1000001 | 110101 |
Color Harmonies of #D58C39
Complementary color
Monochromatic Colors of #D58C39
Black with #D58C39
Text Example
Text Example
White with #D58C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C39; }
p { color: rgb(213,140,57); }
H1.HeaderClassName
{
color: #D58C39;
}
.AnyTagClassName
{
color: #D58C39;
}
</style>
background-color css
<style>
a { background-color: #D58C39; }
a { background-color: rgb(213,140,57); }
div.DivClassName
{
background-color: #D58C39;
}
.BgClassName
{
background-color: #D58C39;
}
</style>
border-color css
<style>
span { border-color: #D58C39; }
span { border-color: rgb(213,140,57); }
td.TdClassName
{
border-color: #D58C39;
}
.TagClassName
{
border-color: #D58C39;
}
</style>