Shades of Fuel Yellow #D19338
Tints of Fuel Yellow #D19338
RGB
CMYK
RGB Variations
Color information
#D19338 (or 0xD19338) is known color: Fuel Yellow. HEX triplet: D1, 93 and 38. RGB value is (209,147,56). Sum of RGB (Red+Green+Blue) = 209+147+56=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D19338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19338 is #2E6CC7. Grayscale: #9B9B9B. Windows color (decimal): -3042504 or 3707857. OLE color: 3707857.
HSL color Cylindrical-coordinate representation of color #D19338: hue angle of 35.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D19338 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 56 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.18 |
| HSL | 35.69º | 0.62% | 0.52% | - |
| HSV(B) | 35.69º | 0.73% | 0.82% | - |
| XYZ | 37.44 | 34.71 | 8.47 | - |
| YUV | 155.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 56 | 0 | 0.30 | 0.73 | 0.18 | 35.69 | 0.62 | 0.52 |
| Hex | D1 | 93 | 38 | 0 | 1E | 49 | 12 | 24 | 3E | 34 |
| Octal | 321 | 223 | 70 | 0 | 36 | 111 | 22 | 44 | 76 | 64 |
| Binary | 11010001 | 10010011 | 111000 | 0 | 11110 | 1001001 | 10010 | 100100 | 111110 | 110100 |
Color Harmonies of #D19338
Complementary color
Monochromatic Colors of #D19338
Black with #D19338
Text Example
Text Example
White with #D19338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19338; }
p { color: rgb(209,147,56); }
H1.HeaderClassName
{
color: #D19338;
}
.AnyTagClassName
{
color: #D19338;
}
</style>
background-color css
<style>
a { background-color: #D19338; }
a { background-color: rgb(209,147,56); }
div.DivClassName
{
background-color: #D19338;
}
.BgClassName
{
background-color: #D19338;
}
</style>
border-color css
<style>
span { border-color: #D19338; }
span { border-color: rgb(209,147,56); }
td.TdClassName
{
border-color: #D19338;
}
.TagClassName
{
border-color: #D19338;
}
</style>