Shades of Fuel Yellow #D58C32
Tints of Fuel Yellow #D58C32
RGB
CMYK
RGB Variations
Color information
#D58C32 (or 0xD58C32) is known color: Fuel Yellow. HEX triplet: D5, 8C and 32. RGB value is (213,140,50). Sum of RGB (Red+Green+Blue) = 213+140+50=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C32 is #2A73CD. Grayscale: #989898. Windows color (decimal): -2782158 or 3312853. OLE color: 3312853.
HSL color Cylindrical-coordinate representation of color #D58C32: hue angle of 33.13º 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 #D58C32 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.16 |
| HSL | 33.13º | 0.66% | 0.52% | - |
| HSV(B) | 33.13º | 0.77% | 0.84% | - |
| XYZ | 37.39 | 33.13 | 7.44 | - |
| YUV | 151.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 50 | 0 | 0.34 | 0.77 | 0.16 | 33.13 | 0.66 | 0.52 |
| Hex | D5 | 8C | 32 | 0 | 22 | 4D | 10 | 21 | 42 | 34 |
| Octal | 325 | 214 | 62 | 0 | 42 | 115 | 20 | 41 | 102 | 64 |
| Binary | 11010101 | 10001100 | 110010 | 0 | 100010 | 1001101 | 10000 | 100001 | 1000010 | 110100 |
Color Harmonies of #D58C32
Complementary color
Monochromatic Colors of #D58C32
Black with #D58C32
Text Example
Text Example
White with #D58C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C32; }
p { color: rgb(213,140,50); }
H1.HeaderClassName
{
color: #D58C32;
}
.AnyTagClassName
{
color: #D58C32;
}
</style>
background-color css
<style>
a { background-color: #D58C32; }
a { background-color: rgb(213,140,50); }
div.DivClassName
{
background-color: #D58C32;
}
.BgClassName
{
background-color: #D58C32;
}
</style>
border-color css
<style>
span { border-color: #D58C32; }
span { border-color: rgb(213,140,50); }
td.TdClassName
{
border-color: #D58C32;
}
.TagClassName
{
border-color: #D58C32;
}
</style>