Shades of Fuel Yellow #D19D38
Tints of Fuel Yellow #D19D38
RGB
CMYK
RGB Variations
Color information
#D19D38 (or 0xD19D38) is known color: Fuel Yellow. HEX triplet: D1, 9D and 38. RGB value is (209,157,56). Sum of RGB (Red+Green+Blue) = 209+157+56=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D38 is #2E62C7. Grayscale: #A1A1A1. Windows color (decimal): -3039944 or 3710417. OLE color: 3710417.
HSL color Cylindrical-coordinate representation of color #D19D38: hue angle of 39.61º 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 #D19D38 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 56 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.18 |
| HSL | 39.61º | 0.62% | 0.52% | - |
| HSV(B) | 39.61º | 0.73% | 0.82% | - |
| XYZ | 39.07 | 37.95 | 9.01 | - |
| YUV | 161.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 56 | 0 | 0.25 | 0.73 | 0.18 | 39.61 | 0.62 | 0.52 |
| Hex | D1 | 9D | 38 | 0 | 19 | 49 | 12 | 28 | 3E | 34 |
| Octal | 321 | 235 | 70 | 0 | 31 | 111 | 22 | 50 | 76 | 64 |
| Binary | 11010001 | 10011101 | 111000 | 0 | 11001 | 1001001 | 10010 | 101000 | 111110 | 110100 |
Color Harmonies of #D19D38
Complementary color
Monochromatic Colors of #D19D38
Black with #D19D38
Text Example
Text Example
White with #D19D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D38; }
p { color: rgb(209,157,56); }
H1.HeaderClassName
{
color: #D19D38;
}
.AnyTagClassName
{
color: #D19D38;
}
</style>
background-color css
<style>
a { background-color: #D19D38; }
a { background-color: rgb(209,157,56); }
div.DivClassName
{
background-color: #D19D38;
}
.BgClassName
{
background-color: #D19D38;
}
</style>
border-color css
<style>
span { border-color: #D19D38; }
span { border-color: rgb(209,157,56); }
td.TdClassName
{
border-color: #D19D38;
}
.TagClassName
{
border-color: #D19D38;
}
</style>