Shades of Fuel Yellow #D49935
Tints of Fuel Yellow #D49935
RGB
CMYK
RGB Variations
Color information
#D49935 (or 0xD49935) is known color: Fuel Yellow. HEX triplet: D4, 99 and 35. RGB value is (212,153,53). Sum of RGB (Red+Green+Blue) = 212+153+53=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D49935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49935 is #2B66CA. Grayscale: #9F9F9F. Windows color (decimal): -2844363 or 3512788. OLE color: 3512788.
HSL color Cylindrical-coordinate representation of color #D49935: hue angle of 37.74º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D49935 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 53 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.17 |
| HSL | 37.74º | 0.65% | 0.52% | - |
| HSV(B) | 37.74º | 0.75% | 0.83% | - |
| XYZ | 39.19 | 37.04 | 8.45 | - |
| YUV | 159.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 53 | 0 | 0.28 | 0.75 | 0.17 | 37.74 | 0.65 | 0.52 |
| Hex | D4 | 99 | 35 | 0 | 1C | 4B | 11 | 26 | 41 | 34 |
| Octal | 324 | 231 | 65 | 0 | 34 | 113 | 21 | 46 | 101 | 64 |
| Binary | 11010100 | 10011001 | 110101 | 0 | 11100 | 1001011 | 10001 | 100110 | 1000001 | 110100 |
Color Harmonies of #D49935
Complementary color
Monochromatic Colors of #D49935
Black with #D49935
Text Example
Text Example
White with #D49935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49935; }
p { color: rgb(212,153,53); }
H1.HeaderClassName
{
color: #D49935;
}
.AnyTagClassName
{
color: #D49935;
}
</style>
background-color css
<style>
a { background-color: #D49935; }
a { background-color: rgb(212,153,53); }
div.DivClassName
{
background-color: #D49935;
}
.BgClassName
{
background-color: #D49935;
}
</style>
border-color css
<style>
span { border-color: #D49935; }
span { border-color: rgb(212,153,53); }
td.TdClassName
{
border-color: #D49935;
}
.TagClassName
{
border-color: #D49935;
}
</style>