Shades of Fuel Yellow #D19935
Tints of Fuel Yellow #D19935
RGB
CMYK
RGB Variations
Color information
#D19935 (or 0xD19935) is known color: Fuel Yellow. HEX triplet: D1, 99 and 35. RGB value is (209,153,53). Sum of RGB (Red+Green+Blue) = 209+153+53=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D19935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19935 is #2E66CA. Grayscale: #9E9E9E. Windows color (decimal): -3040971 or 3512785. OLE color: 3512785.
HSL color Cylindrical-coordinate representation of color #D19935: hue angle of 38.46º 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 #D19935 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 53 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.18 |
| HSL | 38.46º | 0.63% | 0.51% | - |
| HSV(B) | 38.46º | 0.75% | 0.82% | - |
| XYZ | 38.33 | 36.59 | 8.41 | - |
| YUV | 158.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 53 | 0 | 0.27 | 0.75 | 0.18 | 38.46 | 0.63 | 0.51 |
| Hex | D1 | 99 | 35 | 0 | 1B | 4B | 12 | 26 | 3F | 33 |
| Octal | 321 | 231 | 65 | 0 | 33 | 113 | 22 | 46 | 77 | 63 |
| Binary | 11010001 | 10011001 | 110101 | 0 | 11011 | 1001011 | 10010 | 100110 | 111111 | 110011 |
Color Harmonies of #D19935
Complementary color
Monochromatic Colors of #D19935
Black with #D19935
Text Example
Text Example
White with #D19935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19935; }
p { color: rgb(209,153,53); }
H1.HeaderClassName
{
color: #D19935;
}
.AnyTagClassName
{
color: #D19935;
}
</style>
background-color css
<style>
a { background-color: #D19935; }
a { background-color: rgb(209,153,53); }
div.DivClassName
{
background-color: #D19935;
}
.BgClassName
{
background-color: #D19935;
}
</style>
border-color css
<style>
span { border-color: #D19935; }
span { border-color: rgb(209,153,53); }
td.TdClassName
{
border-color: #D19935;
}
.TagClassName
{
border-color: #D19935;
}
</style>