Shades of Fuel Yellow #D19535
Tints of Fuel Yellow #D19535
RGB
CMYK
RGB Variations
Color information
#D19535 (or 0xD19535) is known color: Fuel Yellow. HEX triplet: D1, 95 and 35. RGB value is (209,149,53). Sum of RGB (Red+Green+Blue) = 209+149+53=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D19535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19535 is #2E6ACA. Grayscale: #9C9C9C. Windows color (decimal): -3041995 or 3511761. OLE color: 3511761.
HSL color Cylindrical-coordinate representation of color #D19535: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D19535 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 53 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.18 |
| HSL | 36.92º | 0.63% | 0.51% | - |
| HSV(B) | 36.92º | 0.75% | 0.82% | - |
| XYZ | 37.68 | 35.31 | 8.2 | - |
| YUV | 156 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 53 | 0 | 0.29 | 0.75 | 0.18 | 36.92 | 0.63 | 0.51 |
| Hex | D1 | 95 | 35 | 0 | 1D | 4B | 12 | 25 | 3F | 33 |
| Octal | 321 | 225 | 65 | 0 | 35 | 113 | 22 | 45 | 77 | 63 |
| Binary | 11010001 | 10010101 | 110101 | 0 | 11101 | 1001011 | 10010 | 100101 | 111111 | 110011 |
Color Harmonies of #D19535
Complementary color
Monochromatic Colors of #D19535
Black with #D19535
Text Example
Text Example
White with #D19535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19535; }
p { color: rgb(209,149,53); }
H1.HeaderClassName
{
color: #D19535;
}
.AnyTagClassName
{
color: #D19535;
}
</style>
background-color css
<style>
a { background-color: #D19535; }
a { background-color: rgb(209,149,53); }
div.DivClassName
{
background-color: #D19535;
}
.BgClassName
{
background-color: #D19535;
}
</style>
border-color css
<style>
span { border-color: #D19535; }
span { border-color: rgb(209,149,53); }
td.TdClassName
{
border-color: #D19535;
}
.TagClassName
{
border-color: #D19535;
}
</style>