Shades of Fuel Yellow #D99538
Tints of Fuel Yellow #D99538
RGB
CMYK
RGB Variations
Color information
#D99538 (or 0xD99538) is known color: Fuel Yellow. HEX triplet: D9, 95 and 38. RGB value is (217,149,56). Sum of RGB (Red+Green+Blue) = 217+149+56=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D99538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99538 is #266AC7. Grayscale: #9F9F9F. Windows color (decimal): -2517704 or 3708377. OLE color: 3708377.
HSL color Cylindrical-coordinate representation of color #D99538: hue angle of 34.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D99538 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 56 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.15 |
| HSL | 34.66º | 0.68% | 0.54% | - |
| HSV(B) | 34.66º | 0.74% | 0.85% | - |
| XYZ | 40.08 | 36.53 | 8.68 | - |
| YUV | 158.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 56 | 0 | 0.31 | 0.74 | 0.15 | 34.66 | 0.68 | 0.54 |
| Hex | D9 | 95 | 38 | 0 | 1F | 4A | F | 23 | 44 | 36 |
| Octal | 331 | 225 | 70 | 0 | 37 | 112 | 17 | 43 | 104 | 66 |
| Binary | 11011001 | 10010101 | 111000 | 0 | 11111 | 1001010 | 1111 | 100011 | 1000100 | 110110 |
Color Harmonies of #D99538
Complementary color
Monochromatic Colors of #D99538
Black with #D99538
Text Example
Text Example
White with #D99538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99538; }
p { color: rgb(217,149,56); }
H1.HeaderClassName
{
color: #D99538;
}
.AnyTagClassName
{
color: #D99538;
}
</style>
background-color css
<style>
a { background-color: #D99538; }
a { background-color: rgb(217,149,56); }
div.DivClassName
{
background-color: #D99538;
}
.BgClassName
{
background-color: #D99538;
}
</style>
border-color css
<style>
span { border-color: #D99538; }
span { border-color: rgb(217,149,56); }
td.TdClassName
{
border-color: #D99538;
}
.TagClassName
{
border-color: #D99538;
}
</style>