Shades of Fuel Yellow #D58C2D
Tints of Fuel Yellow #D58C2D
RGB
CMYK
RGB Variations
Color information
#D58C2D (or 0xD58C2D) is known color: Fuel Yellow. HEX triplet: D5, 8C and 2D. RGB value is (213,140,45). Sum of RGB (Red+Green+Blue) = 213+140+45=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C2D is #2A73D2. Grayscale: #979797. Windows color (decimal): -2782163 or 2985173. OLE color: 2985173.
HSL color Cylindrical-coordinate representation of color #D58C2D: hue angle of 33.93º 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 #D58C2D is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 45 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.16 |
| HSL | 33.93º | 0.67% | 0.51% | - |
| HSV(B) | 33.93º | 0.79% | 0.84% | - |
| XYZ | 37.29 | 33.09 | 6.9 | - |
| YUV | 151 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 45 | 0 | 0.34 | 0.79 | 0.16 | 33.93 | 0.67 | 0.51 |
| Hex | D5 | 8C | 2D | 0 | 22 | 4F | 10 | 22 | 43 | 33 |
| Octal | 325 | 214 | 55 | 0 | 42 | 117 | 20 | 42 | 103 | 63 |
| Binary | 11010101 | 10001100 | 101101 | 0 | 100010 | 1001111 | 10000 | 100010 | 1000011 | 110011 |
Color Harmonies of #D58C2D
Complementary color
Monochromatic Colors of #D58C2D
Black with #D58C2D
Text Example
Text Example
White with #D58C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C2D; }
p { color: rgb(213,140,45); }
H1.HeaderClassName
{
color: #D58C2D;
}
.AnyTagClassName
{
color: #D58C2D;
}
</style>
background-color css
<style>
a { background-color: #D58C2D; }
a { background-color: rgb(213,140,45); }
div.DivClassName
{
background-color: #D58C2D;
}
.BgClassName
{
background-color: #D58C2D;
}
</style>
border-color css
<style>
span { border-color: #D58C2D; }
span { border-color: rgb(213,140,45); }
td.TdClassName
{
border-color: #D58C2D;
}
.TagClassName
{
border-color: #D58C2D;
}
</style>