Shades of Fuel Yellow #D49832
Tints of Fuel Yellow #D49832
RGB
CMYK
RGB Variations
Color information
#D49832 (or 0xD49832) is known color: Fuel Yellow. HEX triplet: D4, 98 and 32. RGB value is (212,152,50). Sum of RGB (Red+Green+Blue) = 212+152+50=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D49832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49832 is #2B67CD. Grayscale: #9E9E9E. Windows color (decimal): -2844622 or 3315924. OLE color: 3315924.
HSL color Cylindrical-coordinate representation of color #D49832: hue angle of 37.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D49832 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 50 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.17 |
| HSL | 37.78º | 0.65% | 0.51% | - |
| HSV(B) | 37.78º | 0.76% | 0.83% | - |
| XYZ | 38.96 | 36.68 | 8.05 | - |
| YUV | 158.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 50 | 0 | 0.28 | 0.76 | 0.17 | 37.78 | 0.65 | 0.51 |
| Hex | D4 | 98 | 32 | 0 | 1C | 4C | 11 | 26 | 41 | 33 |
| Octal | 324 | 230 | 62 | 0 | 34 | 114 | 21 | 46 | 101 | 63 |
| Binary | 11010100 | 10011000 | 110010 | 0 | 11100 | 1001100 | 10001 | 100110 | 1000001 | 110011 |
Color Harmonies of #D49832
Complementary color
Monochromatic Colors of #D49832
Black with #D49832
Text Example
Text Example
White with #D49832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49832; }
p { color: rgb(212,152,50); }
H1.HeaderClassName
{
color: #D49832;
}
.AnyTagClassName
{
color: #D49832;
}
</style>
background-color css
<style>
a { background-color: #D49832; }
a { background-color: rgb(212,152,50); }
div.DivClassName
{
background-color: #D49832;
}
.BgClassName
{
background-color: #D49832;
}
</style>
border-color css
<style>
span { border-color: #D49832; }
span { border-color: rgb(212,152,50); }
td.TdClassName
{
border-color: #D49832;
}
.TagClassName
{
border-color: #D49832;
}
</style>