Shades of Fuel Yellow #D99031
Tints of Fuel Yellow #D99031
RGB
CMYK
RGB Variations
Color information
#D99031 (or 0xD99031) is known color: Fuel Yellow. HEX triplet: D9, 90 and 31. RGB value is (217,144,49). Sum of RGB (Red+Green+Blue) = 217+144+49=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D99031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99031 is #266FCE. Grayscale: #9B9B9B. Windows color (decimal): -2518991 or 3248345. OLE color: 3248345.
HSL color Cylindrical-coordinate representation of color #D99031: hue angle of 33.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D99031 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 49 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.15 |
| HSL | 33.93º | 0.69% | 0.52% | - |
| HSV(B) | 33.93º | 0.77% | 0.85% | - |
| XYZ | 39.14 | 34.92 | 7.58 | - |
| YUV | 155 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 49 | 0 | 0.34 | 0.77 | 0.15 | 33.93 | 0.69 | 0.52 |
| Hex | D9 | 90 | 31 | 0 | 22 | 4D | F | 22 | 45 | 34 |
| Octal | 331 | 220 | 61 | 0 | 42 | 115 | 17 | 42 | 105 | 64 |
| Binary | 11011001 | 10010000 | 110001 | 0 | 100010 | 1001101 | 1111 | 100010 | 1000101 | 110100 |
Color Harmonies of #D99031
Complementary color
Monochromatic Colors of #D99031
Black with #D99031
Text Example
Text Example
White with #D99031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99031; }
p { color: rgb(217,144,49); }
H1.HeaderClassName
{
color: #D99031;
}
.AnyTagClassName
{
color: #D99031;
}
</style>
background-color css
<style>
a { background-color: #D99031; }
a { background-color: rgb(217,144,49); }
div.DivClassName
{
background-color: #D99031;
}
.BgClassName
{
background-color: #D99031;
}
</style>
border-color css
<style>
span { border-color: #D99031; }
span { border-color: rgb(217,144,49); }
td.TdClassName
{
border-color: #D99031;
}
.TagClassName
{
border-color: #D99031;
}
</style>