Shades of Fuel Yellow #D58B36
Tints of Fuel Yellow #D58B36
RGB
CMYK
RGB Variations
Color information
#D58B36 (or 0xD58B36) is known color: Fuel Yellow. HEX triplet: D5, 8B and 36. RGB value is (213,139,54). Sum of RGB (Red+Green+Blue) = 213+139+54=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B36 is #2A74C9. Grayscale: #979797. Windows color (decimal): -2782410 or 3574741. OLE color: 3574741.
HSL color Cylindrical-coordinate representation of color #D58B36: hue angle of 32.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D58B36 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 54 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.16 |
| HSL | 32.08º | 0.65% | 0.52% | - |
| HSV(B) | 32.08º | 0.75% | 0.84% | - |
| XYZ | 37.34 | 32.88 | 7.87 | - |
| YUV | 151.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 54 | 0 | 0.35 | 0.75 | 0.16 | 32.08 | 0.65 | 0.52 |
| Hex | D5 | 8B | 36 | 0 | 23 | 4B | 10 | 20 | 41 | 34 |
| Octal | 325 | 213 | 66 | 0 | 43 | 113 | 20 | 40 | 101 | 64 |
| Binary | 11010101 | 10001011 | 110110 | 0 | 100011 | 1001011 | 10000 | 100000 | 1000001 | 110100 |
Color Harmonies of #D58B36
Complementary color
Monochromatic Colors of #D58B36
Black with #D58B36
Text Example
Text Example
White with #D58B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B36; }
p { color: rgb(213,139,54); }
H1.HeaderClassName
{
color: #D58B36;
}
.AnyTagClassName
{
color: #D58B36;
}
</style>
background-color css
<style>
a { background-color: #D58B36; }
a { background-color: rgb(213,139,54); }
div.DivClassName
{
background-color: #D58B36;
}
.BgClassName
{
background-color: #D58B36;
}
</style>
border-color css
<style>
span { border-color: #D58B36; }
span { border-color: rgb(213,139,54); }
td.TdClassName
{
border-color: #D58B36;
}
.TagClassName
{
border-color: #D58B36;
}
</style>