Shades of Fuel Yellow #D19230
Tints of Fuel Yellow #D19230
RGB
CMYK
RGB Variations
Color information
#D19230 (or 0xD19230) is known color: Fuel Yellow. HEX triplet: D1, 92 and 30. RGB value is (209,146,48). Sum of RGB (Red+Green+Blue) = 209+146+48=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D19230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19230 is #2E6DCF. Grayscale: #9A9A9A. Windows color (decimal): -3042768 or 3183313. OLE color: 3183313.
HSL color Cylindrical-coordinate representation of color #D19230: hue angle of 36.52º 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 #D19230 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 48 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.18 |
| HSL | 36.52º | 0.64% | 0.5% | - |
| HSV(B) | 36.52º | 0.77% | 0.82% | - |
| XYZ | 37.11 | 34.33 | 7.47 | - |
| YUV | 153.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 48 | 0 | 0.30 | 0.77 | 0.18 | 36.52 | 0.64 | 0.5 |
| Hex | D1 | 92 | 30 | 0 | 1E | 4D | 12 | 25 | 40 | 32 |
| Octal | 321 | 222 | 60 | 0 | 36 | 115 | 22 | 45 | 100 | 62 |
| Binary | 11010001 | 10010010 | 110000 | 0 | 11110 | 1001101 | 10010 | 100101 | 1000000 | 110010 |
Color Harmonies of #D19230
Complementary color
Monochromatic Colors of #D19230
Black with #D19230
Text Example
Text Example
White with #D19230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19230; }
p { color: rgb(209,146,48); }
H1.HeaderClassName
{
color: #D19230;
}
.AnyTagClassName
{
color: #D19230;
}
</style>
background-color css
<style>
a { background-color: #D19230; }
a { background-color: rgb(209,146,48); }
div.DivClassName
{
background-color: #D19230;
}
.BgClassName
{
background-color: #D19230;
}
</style>
border-color css
<style>
span { border-color: #D19230; }
span { border-color: rgb(209,146,48); }
td.TdClassName
{
border-color: #D19230;
}
.TagClassName
{
border-color: #D19230;
}
</style>