Shades of Fuel Yellow #D99332
Tints of Fuel Yellow #D99332
RGB
CMYK
RGB Variations
Color information
#D99332 (or 0xD99332) is known color: Fuel Yellow. HEX triplet: D9, 93 and 32. RGB value is (217,147,50). Sum of RGB (Red+Green+Blue) = 217+147+50=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D99332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99332 is #266CCD. Grayscale: #9D9D9D. Windows color (decimal): -2518222 or 3314649. OLE color: 3314649.
HSL color Cylindrical-coordinate representation of color #D99332: hue angle of 34.85º 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 #D99332 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 50 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.15 |
| HSL | 34.85º | 0.69% | 0.52% | - |
| HSV(B) | 34.85º | 0.77% | 0.85% | - |
| XYZ | 39.62 | 35.85 | 7.85 | - |
| YUV | 156.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 50 | 0 | 0.32 | 0.77 | 0.15 | 34.85 | 0.69 | 0.52 |
| Hex | D9 | 93 | 32 | 0 | 20 | 4D | F | 23 | 45 | 34 |
| Octal | 331 | 223 | 62 | 0 | 40 | 115 | 17 | 43 | 105 | 64 |
| Binary | 11011001 | 10010011 | 110010 | 0 | 100000 | 1001101 | 1111 | 100011 | 1000101 | 110100 |
Color Harmonies of #D99332
Complementary color
Monochromatic Colors of #D99332
Black with #D99332
Text Example
Text Example
White with #D99332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99332; }
p { color: rgb(217,147,50); }
H1.HeaderClassName
{
color: #D99332;
}
.AnyTagClassName
{
color: #D99332;
}
</style>
background-color css
<style>
a { background-color: #D99332; }
a { background-color: rgb(217,147,50); }
div.DivClassName
{
background-color: #D99332;
}
.BgClassName
{
background-color: #D99332;
}
</style>
border-color css
<style>
span { border-color: #D99332; }
span { border-color: rgb(217,147,50); }
td.TdClassName
{
border-color: #D99332;
}
.TagClassName
{
border-color: #D99332;
}
</style>