Shades of Fuel Yellow #D18B28
Tints of Fuel Yellow #D18B28
RGB
CMYK
RGB Variations
Color information
#D18B28 (or 0xD18B28) is known color: Fuel Yellow. HEX triplet: D1, 8B and 28. RGB value is (209,139,40). Sum of RGB (Red+Green+Blue) = 209+139+40=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B28 is #2E74D7. Grayscale: #959595. Windows color (decimal): -3044568 or 2657233. OLE color: 2657233.
HSL color Cylindrical-coordinate representation of color #D18B28: hue angle of 35.15º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D18B28 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 40 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.18 |
| HSL | 35.15º | 0.68% | 0.49% | - |
| HSV(B) | 35.15º | 0.81% | 0.82% | - |
| XYZ | 35.91 | 32.17 | 6.32 | - |
| YUV | 148.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 40 | 0 | 0.33 | 0.81 | 0.18 | 35.15 | 0.68 | 0.49 |
| Hex | D1 | 8B | 28 | 0 | 21 | 51 | 12 | 23 | 44 | 31 |
| Octal | 321 | 213 | 50 | 0 | 41 | 121 | 22 | 43 | 104 | 61 |
| Binary | 11010001 | 10001011 | 101000 | 0 | 100001 | 1010001 | 10010 | 100011 | 1000100 | 110001 |
Color Harmonies of #D18B28
Complementary color
Monochromatic Colors of #D18B28
Black with #D18B28
Text Example
Text Example
White with #D18B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B28; }
p { color: rgb(209,139,40); }
H1.HeaderClassName
{
color: #D18B28;
}
.AnyTagClassName
{
color: #D18B28;
}
</style>
background-color css
<style>
a { background-color: #D18B28; }
a { background-color: rgb(209,139,40); }
div.DivClassName
{
background-color: #D18B28;
}
.BgClassName
{
background-color: #D18B28;
}
</style>
border-color css
<style>
span { border-color: #D18B28; }
span { border-color: rgb(209,139,40); }
td.TdClassName
{
border-color: #D18B28;
}
.TagClassName
{
border-color: #D18B28;
}
</style>