Shades of Fuel Yellow #D18A32
Tints of Fuel Yellow #D18A32
RGB
CMYK
RGB Variations
Color information
#D18A32 (or 0xD18A32) is known color: Fuel Yellow. HEX triplet: D1, 8A and 32. RGB value is (209,138,50). Sum of RGB (Red+Green+Blue) = 209+138+50=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A32 is #2E75CD. Grayscale: #959595. Windows color (decimal): -3044814 or 3312337. OLE color: 3312337.
HSL color Cylindrical-coordinate representation of color #D18A32: hue angle of 33.21º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D18A32 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 50 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.18 |
| HSL | 33.21º | 0.63% | 0.51% | - |
| HSV(B) | 33.21º | 0.76% | 0.82% | - |
| XYZ | 35.96 | 31.96 | 7.29 | - |
| YUV | 149.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 50 | 0 | 0.34 | 0.76 | 0.18 | 33.21 | 0.63 | 0.51 |
| Hex | D1 | 8A | 32 | 0 | 22 | 4C | 12 | 21 | 3F | 33 |
| Octal | 321 | 212 | 62 | 0 | 42 | 114 | 22 | 41 | 77 | 63 |
| Binary | 11010001 | 10001010 | 110010 | 0 | 100010 | 1001100 | 10010 | 100001 | 111111 | 110011 |
Color Harmonies of #D18A32
Complementary color
Monochromatic Colors of #D18A32
Black with #D18A32
Text Example
Text Example
White with #D18A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A32; }
p { color: rgb(209,138,50); }
H1.HeaderClassName
{
color: #D18A32;
}
.AnyTagClassName
{
color: #D18A32;
}
</style>
background-color css
<style>
a { background-color: #D18A32; }
a { background-color: rgb(209,138,50); }
div.DivClassName
{
background-color: #D18A32;
}
.BgClassName
{
background-color: #D18A32;
}
</style>
border-color css
<style>
span { border-color: #D18A32; }
span { border-color: rgb(209,138,50); }
td.TdClassName
{
border-color: #D18A32;
}
.TagClassName
{
border-color: #D18A32;
}
</style>