Shades of Fuel Yellow #D5983A
Tints of Fuel Yellow #D5983A
RGB
CMYK
RGB Variations
Color information
#D5983A (or 0xD5983A) is known color: Fuel Yellow. HEX triplet: D5, 98 and 3A. RGB value is (213,152,58). Sum of RGB (Red+Green+Blue) = 213+152+58=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5983A is #2A67C5. Grayscale: #9F9F9F. Windows color (decimal): -2779078 or 3840213. OLE color: 3840213.
HSL color Cylindrical-coordinate representation of color #D5983A: hue angle of 36.39º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5983A is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 58 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.16 |
| HSL | 36.39º | 0.65% | 0.53% | - |
| HSV(B) | 36.39º | 0.73% | 0.84% | - |
| XYZ | 39.43 | 36.91 | 9.05 | - |
| YUV | 159.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 58 | 0 | 0.29 | 0.73 | 0.16 | 36.39 | 0.65 | 0.53 |
| Hex | D5 | 98 | 3A | 0 | 1D | 49 | 10 | 24 | 41 | 35 |
| Octal | 325 | 230 | 72 | 0 | 35 | 111 | 20 | 44 | 101 | 65 |
| Binary | 11010101 | 10011000 | 111010 | 0 | 11101 | 1001001 | 10000 | 100100 | 1000001 | 110101 |
Color Harmonies of #D5983A
Complementary color
Monochromatic Colors of #D5983A
Black with #D5983A
Text Example
Text Example
White with #D5983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5983A; }
p { color: rgb(213,152,58); }
H1.HeaderClassName
{
color: #D5983A;
}
.AnyTagClassName
{
color: #D5983A;
}
</style>
background-color css
<style>
a { background-color: #D5983A; }
a { background-color: rgb(213,152,58); }
div.DivClassName
{
background-color: #D5983A;
}
.BgClassName
{
background-color: #D5983A;
}
</style>
border-color css
<style>
span { border-color: #D5983A; }
span { border-color: rgb(213,152,58); }
td.TdClassName
{
border-color: #D5983A;
}
.TagClassName
{
border-color: #D5983A;
}
</style>