Shades of Fuel Yellow #D49633
Tints of Fuel Yellow #D49633
RGB
CMYK
RGB Variations
Color information
#D49633 (or 0xD49633) is known color: Fuel Yellow. HEX triplet: D4, 96 and 33. RGB value is (212,150,51). Sum of RGB (Red+Green+Blue) = 212+150+51=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D49633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49633 is #2B69CC. Grayscale: #9D9D9D. Windows color (decimal): -2845133 or 3380948. OLE color: 3380948.
HSL color Cylindrical-coordinate representation of color #D49633: hue angle of 36.89º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D49633 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 51 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.17 |
| HSL | 36.89º | 0.65% | 0.52% | - |
| HSV(B) | 36.89º | 0.76% | 0.83% | - |
| XYZ | 38.66 | 36.05 | 8.05 | - |
| YUV | 157.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 51 | 0 | 0.29 | 0.76 | 0.17 | 36.89 | 0.65 | 0.52 |
| Hex | D4 | 96 | 33 | 0 | 1D | 4C | 11 | 25 | 41 | 34 |
| Octal | 324 | 226 | 63 | 0 | 35 | 114 | 21 | 45 | 101 | 64 |
| Binary | 11010100 | 10010110 | 110011 | 0 | 11101 | 1001100 | 10001 | 100101 | 1000001 | 110100 |
Color Harmonies of #D49633
Complementary color
Monochromatic Colors of #D49633
Black with #D49633
Text Example
Text Example
White with #D49633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49633; }
p { color: rgb(212,150,51); }
H1.HeaderClassName
{
color: #D49633;
}
.AnyTagClassName
{
color: #D49633;
}
</style>
background-color css
<style>
a { background-color: #D49633; }
a { background-color: rgb(212,150,51); }
div.DivClassName
{
background-color: #D49633;
}
.BgClassName
{
background-color: #D49633;
}
</style>
border-color css
<style>
span { border-color: #D49633; }
span { border-color: rgb(212,150,51); }
td.TdClassName
{
border-color: #D49633;
}
.TagClassName
{
border-color: #D49633;
}
</style>