Shades of Fuel Yellow #D58B32
Tints of Fuel Yellow #D58B32
RGB
CMYK
RGB Variations
Color information
#D58B32 (or 0xD58B32) is known color: Fuel Yellow. HEX triplet: D5, 8B and 32. RGB value is (213,139,50). Sum of RGB (Red+Green+Blue) = 213+139+50=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B32 is #2A74CD. Grayscale: #979797. Windows color (decimal): -2782414 or 3312597. OLE color: 3312597.
HSL color Cylindrical-coordinate representation of color #D58B32: hue angle of 32.76º 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 #D58B32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.16 |
| HSL | 32.76º | 0.66% | 0.52% | - |
| HSV(B) | 32.76º | 0.77% | 0.84% | - |
| XYZ | 37.25 | 32.84 | 7.39 | - |
| YUV | 150.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 50 | 0 | 0.35 | 0.77 | 0.16 | 32.76 | 0.66 | 0.52 |
| Hex | D5 | 8B | 32 | 0 | 23 | 4D | 10 | 21 | 42 | 34 |
| Octal | 325 | 213 | 62 | 0 | 43 | 115 | 20 | 41 | 102 | 64 |
| Binary | 11010101 | 10001011 | 110010 | 0 | 100011 | 1001101 | 10000 | 100001 | 1000010 | 110100 |
Color Harmonies of #D58B32
Complementary color
Monochromatic Colors of #D58B32
Black with #D58B32
Text Example
Text Example
White with #D58B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B32; }
p { color: rgb(213,139,50); }
H1.HeaderClassName
{
color: #D58B32;
}
.AnyTagClassName
{
color: #D58B32;
}
</style>
background-color css
<style>
a { background-color: #D58B32; }
a { background-color: rgb(213,139,50); }
div.DivClassName
{
background-color: #D58B32;
}
.BgClassName
{
background-color: #D58B32;
}
</style>
border-color css
<style>
span { border-color: #D58B32; }
span { border-color: rgb(213,139,50); }
td.TdClassName
{
border-color: #D58B32;
}
.TagClassName
{
border-color: #D58B32;
}
</style>