Shades of Fuel Yellow #D58C2C
Tints of Fuel Yellow #D58C2C
RGB
CMYK
RGB Variations
Color information
#D58C2C (or 0xD58C2C) is known color: Fuel Yellow. HEX triplet: D5, 8C and 2C. RGB value is (213,140,44). Sum of RGB (Red+Green+Blue) = 213+140+44=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C2C is #2A73D3. Grayscale: #979797. Windows color (decimal): -2782164 or 2919637. OLE color: 2919637.
HSL color Cylindrical-coordinate representation of color #D58C2C: hue angle of 34.08º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D58C2C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 44 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.16 |
| HSL | 34.08º | 0.67% | 0.5% | - |
| HSV(B) | 34.08º | 0.79% | 0.84% | - |
| XYZ | 37.27 | 33.08 | 6.8 | - |
| YUV | 150.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 44 | 0 | 0.34 | 0.79 | 0.16 | 34.08 | 0.67 | 0.5 |
| Hex | D5 | 8C | 2C | 0 | 22 | 4F | 10 | 22 | 43 | 32 |
| Octal | 325 | 214 | 54 | 0 | 42 | 117 | 20 | 42 | 103 | 62 |
| Binary | 11010101 | 10001100 | 101100 | 0 | 100010 | 1001111 | 10000 | 100010 | 1000011 | 110010 |
Color Harmonies of #D58C2C
Complementary color
Monochromatic Colors of #D58C2C
Black with #D58C2C
Text Example
Text Example
White with #D58C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C2C; }
p { color: rgb(213,140,44); }
H1.HeaderClassName
{
color: #D58C2C;
}
.AnyTagClassName
{
color: #D58C2C;
}
</style>
background-color css
<style>
a { background-color: #D58C2C; }
a { background-color: rgb(213,140,44); }
div.DivClassName
{
background-color: #D58C2C;
}
.BgClassName
{
background-color: #D58C2C;
}
</style>
border-color css
<style>
span { border-color: #D58C2C; }
span { border-color: rgb(213,140,44); }
td.TdClassName
{
border-color: #D58C2C;
}
.TagClassName
{
border-color: #D58C2C;
}
</style>