Shades of Fuel Yellow #D5983B
Tints of Fuel Yellow #D5983B
RGB
CMYK
RGB Variations
Color information
#D5983B (or 0xD5983B) is known color: Fuel Yellow. HEX triplet: D5, 98 and 3B. RGB value is (213,152,59). Sum of RGB (Red+Green+Blue) = 213+152+59=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5983B is #2A67C4. Grayscale: #A0A0A0. Windows color (decimal): -2779077 or 3905749. OLE color: 3905749.
HSL color Cylindrical-coordinate representation of color #D5983B: hue angle of 36.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5983B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 59 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.16 |
| HSL | 36.23º | 0.65% | 0.53% | - |
| HSV(B) | 36.23º | 0.72% | 0.84% | - |
| XYZ | 39.46 | 36.92 | 9.18 | - |
| YUV | 159.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 59 | 0 | 0.29 | 0.72 | 0.16 | 36.23 | 0.65 | 0.53 |
| Hex | D5 | 98 | 3B | 0 | 1D | 48 | 10 | 24 | 41 | 35 |
| Octal | 325 | 230 | 73 | 0 | 35 | 110 | 20 | 44 | 101 | 65 |
| Binary | 11010101 | 10011000 | 111011 | 0 | 11101 | 1001000 | 10000 | 100100 | 1000001 | 110101 |
Color Harmonies of #D5983B
Complementary color
Monochromatic Colors of #D5983B
Black with #D5983B
Text Example
Text Example
White with #D5983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5983B; }
p { color: rgb(213,152,59); }
H1.HeaderClassName
{
color: #D5983B;
}
.AnyTagClassName
{
color: #D5983B;
}
</style>
background-color css
<style>
a { background-color: #D5983B; }
a { background-color: rgb(213,152,59); }
div.DivClassName
{
background-color: #D5983B;
}
.BgClassName
{
background-color: #D5983B;
}
</style>
border-color css
<style>
span { border-color: #D5983B; }
span { border-color: rgb(213,152,59); }
td.TdClassName
{
border-color: #D5983B;
}
.TagClassName
{
border-color: #D5983B;
}
</style>