Shades of Fuel Yellow #D58E2D
Tints of Fuel Yellow #D58E2D
RGB
CMYK
RGB Variations
Color information
#D58E2D (or 0xD58E2D) is known color: Fuel Yellow. HEX triplet: D5, 8E and 2D. RGB value is (213,142,45). Sum of RGB (Red+Green+Blue) = 213+142+45=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E2D is #2A71D2. Grayscale: #989898. Windows color (decimal): -2781651 or 2985685. OLE color: 2985685.
HSL color Cylindrical-coordinate representation of color #D58E2D: hue angle of 34.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D58E2D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 34.64º | 0.67% | 0.51% | - |
| HSV(B) | 34.64º | 0.79% | 0.84% | - |
| XYZ | 37.59 | 33.68 | 7 | - |
| YUV | 152.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 45 | 0 | 0.33 | 0.79 | 0.16 | 34.64 | 0.67 | 0.51 |
| Hex | D5 | 8E | 2D | 0 | 21 | 4F | 10 | 23 | 43 | 33 |
| Octal | 325 | 216 | 55 | 0 | 41 | 117 | 20 | 43 | 103 | 63 |
| Binary | 11010101 | 10001110 | 101101 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110011 |
Color Harmonies of #D58E2D
Complementary color
Monochromatic Colors of #D58E2D
Black with #D58E2D
Text Example
Text Example
White with #D58E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E2D; }
p { color: rgb(213,142,45); }
H1.HeaderClassName
{
color: #D58E2D;
}
.AnyTagClassName
{
color: #D58E2D;
}
</style>
background-color css
<style>
a { background-color: #D58E2D; }
a { background-color: rgb(213,142,45); }
div.DivClassName
{
background-color: #D58E2D;
}
.BgClassName
{
background-color: #D58E2D;
}
</style>
border-color css
<style>
span { border-color: #D58E2D; }
span { border-color: rgb(213,142,45); }
td.TdClassName
{
border-color: #D58E2D;
}
.TagClassName
{
border-color: #D58E2D;
}
</style>