Shades of Fuel Yellow #D18A2D
Tints of Fuel Yellow #D18A2D
RGB
CMYK
RGB Variations
Color information
#D18A2D (or 0xD18A2D) is known color: Fuel Yellow. HEX triplet: D1, 8A and 2D. RGB value is (209,138,45). Sum of RGB (Red+Green+Blue) = 209+138+45=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A2D is #2E75D2. Grayscale: #959595. Windows color (decimal): -3044819 or 2984657. OLE color: 2984657.
HSL color Cylindrical-coordinate representation of color #D18A2D: hue angle of 34.02º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D18A2D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 45 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.18 |
| HSL | 34.02º | 0.65% | 0.5% | - |
| HSV(B) | 34.02º | 0.78% | 0.82% | - |
| XYZ | 35.86 | 31.92 | 6.75 | - |
| YUV | 148.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 45 | 0 | 0.34 | 0.78 | 0.18 | 34.02 | 0.65 | 0.5 |
| Hex | D1 | 8A | 2D | 0 | 22 | 4E | 12 | 22 | 41 | 32 |
| Octal | 321 | 212 | 55 | 0 | 42 | 116 | 22 | 42 | 101 | 62 |
| Binary | 11010001 | 10001010 | 101101 | 0 | 100010 | 1001110 | 10010 | 100010 | 1000001 | 110010 |
Color Harmonies of #D18A2D
Complementary color
Monochromatic Colors of #D18A2D
Black with #D18A2D
Text Example
Text Example
White with #D18A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A2D; }
p { color: rgb(209,138,45); }
H1.HeaderClassName
{
color: #D18A2D;
}
.AnyTagClassName
{
color: #D18A2D;
}
</style>
background-color css
<style>
a { background-color: #D18A2D; }
a { background-color: rgb(209,138,45); }
div.DivClassName
{
background-color: #D18A2D;
}
.BgClassName
{
background-color: #D18A2D;
}
</style>
border-color css
<style>
span { border-color: #D18A2D; }
span { border-color: rgb(209,138,45); }
td.TdClassName
{
border-color: #D18A2D;
}
.TagClassName
{
border-color: #D18A2D;
}
</style>