Shades of Fuel Yellow #D19335
Tints of Fuel Yellow #D19335
RGB
CMYK
RGB Variations
Color information
#D19335 (or 0xD19335) is known color: Fuel Yellow. HEX triplet: D1, 93 and 35. RGB value is (209,147,53). Sum of RGB (Red+Green+Blue) = 209+147+53=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D19335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19335 is #2E6CCA. Grayscale: #9B9B9B. Windows color (decimal): -3042507 or 3511249. OLE color: 3511249.
HSL color Cylindrical-coordinate representation of color #D19335: hue angle of 36.15º 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 #D19335 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 53 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.18 |
| HSL | 36.15º | 0.63% | 0.51% | - |
| HSV(B) | 36.15º | 0.75% | 0.82% | - |
| XYZ | 37.37 | 34.68 | 8.09 | - |
| YUV | 154.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 53 | 0 | 0.30 | 0.75 | 0.18 | 36.15 | 0.63 | 0.51 |
| Hex | D1 | 93 | 35 | 0 | 1E | 4B | 12 | 24 | 3F | 33 |
| Octal | 321 | 223 | 65 | 0 | 36 | 113 | 22 | 44 | 77 | 63 |
| Binary | 11010001 | 10010011 | 110101 | 0 | 11110 | 1001011 | 10010 | 100100 | 111111 | 110011 |
Color Harmonies of #D19335
Complementary color
Monochromatic Colors of #D19335
Black with #D19335
Text Example
Text Example
White with #D19335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19335; }
p { color: rgb(209,147,53); }
H1.HeaderClassName
{
color: #D19335;
}
.AnyTagClassName
{
color: #D19335;
}
</style>
background-color css
<style>
a { background-color: #D19335; }
a { background-color: rgb(209,147,53); }
div.DivClassName
{
background-color: #D19335;
}
.BgClassName
{
background-color: #D19335;
}
</style>
border-color css
<style>
span { border-color: #D19335; }
span { border-color: rgb(209,147,53); }
td.TdClassName
{
border-color: #D19335;
}
.TagClassName
{
border-color: #D19335;
}
</style>