Shades of Fuel Yellow #D58B33
Tints of Fuel Yellow #D58B33
RGB
CMYK
RGB Variations
Color information
#D58B33 (or 0xD58B33) is known color: Fuel Yellow. HEX triplet: D5, 8B and 33. RGB value is (213,139,51). Sum of RGB (Red+Green+Blue) = 213+139+51=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B33 is #2A74CC. Grayscale: #979797. Windows color (decimal): -2782413 or 3378133. OLE color: 3378133.
HSL color Cylindrical-coordinate representation of color #D58B33: hue angle of 32.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D58B33 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 51 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.16 |
| HSL | 32.59º | 0.66% | 0.52% | - |
| HSV(B) | 32.59º | 0.76% | 0.84% | - |
| XYZ | 37.27 | 32.85 | 7.51 | - |
| YUV | 151.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 51 | 0 | 0.35 | 0.76 | 0.16 | 32.59 | 0.66 | 0.52 |
| Hex | D5 | 8B | 33 | 0 | 23 | 4C | 10 | 21 | 42 | 34 |
| Octal | 325 | 213 | 63 | 0 | 43 | 114 | 20 | 41 | 102 | 64 |
| Binary | 11010101 | 10001011 | 110011 | 0 | 100011 | 1001100 | 10000 | 100001 | 1000010 | 110100 |
Color Harmonies of #D58B33
Complementary color
Monochromatic Colors of #D58B33
Black with #D58B33
Text Example
Text Example
White with #D58B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B33; }
p { color: rgb(213,139,51); }
H1.HeaderClassName
{
color: #D58B33;
}
.AnyTagClassName
{
color: #D58B33;
}
</style>
background-color css
<style>
a { background-color: #D58B33; }
a { background-color: rgb(213,139,51); }
div.DivClassName
{
background-color: #D58B33;
}
.BgClassName
{
background-color: #D58B33;
}
</style>
border-color css
<style>
span { border-color: #D58B33; }
span { border-color: rgb(213,139,51); }
td.TdClassName
{
border-color: #D58B33;
}
.TagClassName
{
border-color: #D58B33;
}
</style>