Shades of Fuel Yellow #D18C30
Tints of Fuel Yellow #D18C30
RGB
CMYK
RGB Variations
Color information
#D18C30 (or 0xD18C30) is known color: Fuel Yellow. HEX triplet: D1, 8C and 30. RGB value is (209,140,48). Sum of RGB (Red+Green+Blue) = 209+140+48=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C30 is #2E73CF. Grayscale: #969696. Windows color (decimal): -3044304 or 3181777. OLE color: 3181777.
HSL color Cylindrical-coordinate representation of color #D18C30: hue angle of 34.29º 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 #D18C30 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 48 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.18 |
| HSL | 34.29º | 0.64% | 0.5% | - |
| HSV(B) | 34.29º | 0.77% | 0.82% | - |
| XYZ | 36.21 | 32.52 | 7.17 | - |
| YUV | 150.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 48 | 0 | 0.33 | 0.77 | 0.18 | 34.29 | 0.64 | 0.5 |
| Hex | D1 | 8C | 30 | 0 | 21 | 4D | 12 | 22 | 40 | 32 |
| Octal | 321 | 214 | 60 | 0 | 41 | 115 | 22 | 42 | 100 | 62 |
| Binary | 11010001 | 10001100 | 110000 | 0 | 100001 | 1001101 | 10010 | 100010 | 1000000 | 110010 |
Color Harmonies of #D18C30
Complementary color
Monochromatic Colors of #D18C30
Black with #D18C30
Text Example
Text Example
White with #D18C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C30; }
p { color: rgb(209,140,48); }
H1.HeaderClassName
{
color: #D18C30;
}
.AnyTagClassName
{
color: #D18C30;
}
</style>
background-color css
<style>
a { background-color: #D18C30; }
a { background-color: rgb(209,140,48); }
div.DivClassName
{
background-color: #D18C30;
}
.BgClassName
{
background-color: #D18C30;
}
</style>
border-color css
<style>
span { border-color: #D18C30; }
span { border-color: rgb(209,140,48); }
td.TdClassName
{
border-color: #D18C30;
}
.TagClassName
{
border-color: #D18C30;
}
</style>