Shades of Fuel Yellow #D19830
Tints of Fuel Yellow #D19830
RGB
CMYK
RGB Variations
Color information
#D19830 (or 0xD19830) is known color: Fuel Yellow. HEX triplet: D1, 98 and 30. RGB value is (209,152,48). Sum of RGB (Red+Green+Blue) = 209+152+48=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D19830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19830 is #2E67CF. Grayscale: #9D9D9D. Windows color (decimal): -3041232 or 3184849. OLE color: 3184849.
HSL color Cylindrical-coordinate representation of color #D19830: hue angle of 38.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D19830 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 48 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.18 |
| HSL | 38.76º | 0.64% | 0.5% | - |
| HSV(B) | 38.76º | 0.77% | 0.82% | - |
| XYZ | 38.06 | 36.23 | 7.78 | - |
| YUV | 157.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 48 | 0 | 0.27 | 0.77 | 0.18 | 38.76 | 0.64 | 0.5 |
| Hex | D1 | 98 | 30 | 0 | 1B | 4D | 12 | 27 | 40 | 32 |
| Octal | 321 | 230 | 60 | 0 | 33 | 115 | 22 | 47 | 100 | 62 |
| Binary | 11010001 | 10011000 | 110000 | 0 | 11011 | 1001101 | 10010 | 100111 | 1000000 | 110010 |
Color Harmonies of #D19830
Complementary color
Monochromatic Colors of #D19830
Black with #D19830
Text Example
Text Example
White with #D19830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19830; }
p { color: rgb(209,152,48); }
H1.HeaderClassName
{
color: #D19830;
}
.AnyTagClassName
{
color: #D19830;
}
</style>
background-color css
<style>
a { background-color: #D19830; }
a { background-color: rgb(209,152,48); }
div.DivClassName
{
background-color: #D19830;
}
.BgClassName
{
background-color: #D19830;
}
</style>
border-color css
<style>
span { border-color: #D19830; }
span { border-color: rgb(209,152,48); }
td.TdClassName
{
border-color: #D19830;
}
.TagClassName
{
border-color: #D19830;
}
</style>