Shades of Fuel Yellow #D58D32
Tints of Fuel Yellow #D58D32
RGB
CMYK
RGB Variations
Color information
#D58D32 (or 0xD58D32) is known color: Fuel Yellow. HEX triplet: D5, 8D and 32. RGB value is (213,141,50). Sum of RGB (Red+Green+Blue) = 213+141+50=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D32 is #2A72CD. Grayscale: #989898. Windows color (decimal): -2781902 or 3313109. OLE color: 3313109.
HSL color Cylindrical-coordinate representation of color #D58D32: hue angle of 33.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58D32 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.16 |
| HSL | 33.5º | 0.66% | 0.52% | - |
| HSV(B) | 33.5º | 0.77% | 0.84% | - |
| XYZ | 37.54 | 33.43 | 7.49 | - |
| YUV | 152.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 50 | 0 | 0.34 | 0.77 | 0.16 | 33.5 | 0.66 | 0.52 |
| Hex | D5 | 8D | 32 | 0 | 22 | 4D | 10 | 21 | 42 | 34 |
| Octal | 325 | 215 | 62 | 0 | 42 | 115 | 20 | 41 | 102 | 64 |
| Binary | 11010101 | 10001101 | 110010 | 0 | 100010 | 1001101 | 10000 | 100001 | 1000010 | 110100 |
Color Harmonies of #D58D32
Complementary color
Monochromatic Colors of #D58D32
Black with #D58D32
Text Example
Text Example
White with #D58D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D32; }
p { color: rgb(213,141,50); }
H1.HeaderClassName
{
color: #D58D32;
}
.AnyTagClassName
{
color: #D58D32;
}
</style>
background-color css
<style>
a { background-color: #D58D32; }
a { background-color: rgb(213,141,50); }
div.DivClassName
{
background-color: #D58D32;
}
.BgClassName
{
background-color: #D58D32;
}
</style>
border-color css
<style>
span { border-color: #D58D32; }
span { border-color: rgb(213,141,50); }
td.TdClassName
{
border-color: #D58D32;
}
.TagClassName
{
border-color: #D58D32;
}
</style>