Shades of Fuel Yellow #D18D28
Tints of Fuel Yellow #D18D28
RGB
CMYK
RGB Variations
Color information
#D18D28 (or 0xD18D28) is known color: Fuel Yellow. HEX triplet: D1, 8D and 28. RGB value is (209,141,40). Sum of RGB (Red+Green+Blue) = 209+141+40=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D28 is #2E72D7. Grayscale: #969696. Windows color (decimal): -3044056 or 2657745. OLE color: 2657745.
HSL color Cylindrical-coordinate representation of color #D18D28: hue angle of 35.86º 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 #D18D28 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 40 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.18 |
| HSL | 35.86º | 0.68% | 0.49% | - |
| HSV(B) | 35.86º | 0.81% | 0.82% | - |
| XYZ | 36.2 | 32.76 | 6.42 | - |
| YUV | 149.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 40 | 0 | 0.33 | 0.81 | 0.18 | 35.86 | 0.68 | 0.49 |
| Hex | D1 | 8D | 28 | 0 | 21 | 51 | 12 | 24 | 44 | 31 |
| Octal | 321 | 215 | 50 | 0 | 41 | 121 | 22 | 44 | 104 | 61 |
| Binary | 11010001 | 10001101 | 101000 | 0 | 100001 | 1010001 | 10010 | 100100 | 1000100 | 110001 |
Color Harmonies of #D18D28
Complementary color
Monochromatic Colors of #D18D28
Black with #D18D28
Text Example
Text Example
White with #D18D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D28; }
p { color: rgb(209,141,40); }
H1.HeaderClassName
{
color: #D18D28;
}
.AnyTagClassName
{
color: #D18D28;
}
</style>
background-color css
<style>
a { background-color: #D18D28; }
a { background-color: rgb(209,141,40); }
div.DivClassName
{
background-color: #D18D28;
}
.BgClassName
{
background-color: #D18D28;
}
</style>
border-color css
<style>
span { border-color: #D18D28; }
span { border-color: rgb(209,141,40); }
td.TdClassName
{
border-color: #D18D28;
}
.TagClassName
{
border-color: #D18D28;
}
</style>