Shades of Fuel Yellow #D58F2D
Tints of Fuel Yellow #D58F2D
RGB
CMYK
RGB Variations
Color information
#D58F2D (or 0xD58F2D) is known color: Fuel Yellow. HEX triplet: D5, 8F and 2D. RGB value is (213,143,45). Sum of RGB (Red+Green+Blue) = 213+143+45=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F2D is #2A70D2. Grayscale: #999999. Windows color (decimal): -2781395 or 2985941. OLE color: 2985941.
HSL color Cylindrical-coordinate representation of color #D58F2D: hue angle of 35º 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 #D58F2D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 35º | 0.67% | 0.51% | - |
| HSV(B) | 35º | 0.79% | 0.84% | - |
| XYZ | 37.74 | 33.98 | 7.05 | - |
| YUV | 152.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 45 | 0 | 0.33 | 0.79 | 0.16 | 35 | 0.67 | 0.51 |
| Hex | D5 | 8F | 2D | 0 | 21 | 4F | 10 | 23 | 43 | 33 |
| Octal | 325 | 217 | 55 | 0 | 41 | 117 | 20 | 43 | 103 | 63 |
| Binary | 11010101 | 10001111 | 101101 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110011 |
Color Harmonies of #D58F2D
Complementary color
Monochromatic Colors of #D58F2D
Black with #D58F2D
Text Example
Text Example
White with #D58F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F2D; }
p { color: rgb(213,143,45); }
H1.HeaderClassName
{
color: #D58F2D;
}
.AnyTagClassName
{
color: #D58F2D;
}
</style>
background-color css
<style>
a { background-color: #D58F2D; }
a { background-color: rgb(213,143,45); }
div.DivClassName
{
background-color: #D58F2D;
}
.BgClassName
{
background-color: #D58F2D;
}
</style>
border-color css
<style>
span { border-color: #D58F2D; }
span { border-color: rgb(213,143,45); }
td.TdClassName
{
border-color: #D58F2D;
}
.TagClassName
{
border-color: #D58F2D;
}
</style>