Shades of Fuel Yellow #D18C2B
Tints of Fuel Yellow #D18C2B
RGB
CMYK
RGB Variations
Color information
#D18C2B (or 0xD18C2B) is known color: Fuel Yellow. HEX triplet: D1, 8C and 2B. RGB value is (209,140,43). Sum of RGB (Red+Green+Blue) = 209+140+43=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C2B is #2E73D4. Grayscale: #969696. Windows color (decimal): -3044309 or 2854097. OLE color: 2854097.
HSL color Cylindrical-coordinate representation of color #D18C2B: hue angle of 35.06º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D18C2B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 43 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.18 |
| HSL | 35.06º | 0.66% | 0.49% | - |
| HSV(B) | 35.06º | 0.79% | 0.82% | - |
| XYZ | 36.11 | 32.49 | 6.65 | - |
| YUV | 149.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 43 | 0 | 0.33 | 0.79 | 0.18 | 35.06 | 0.66 | 0.49 |
| Hex | D1 | 8C | 2B | 0 | 21 | 4F | 12 | 23 | 42 | 31 |
| Octal | 321 | 214 | 53 | 0 | 41 | 117 | 22 | 43 | 102 | 61 |
| Binary | 11010001 | 10001100 | 101011 | 0 | 100001 | 1001111 | 10010 | 100011 | 1000010 | 110001 |
Color Harmonies of #D18C2B
Complementary color
Monochromatic Colors of #D18C2B
Black with #D18C2B
Text Example
Text Example
White with #D18C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C2B; }
p { color: rgb(209,140,43); }
H1.HeaderClassName
{
color: #D18C2B;
}
.AnyTagClassName
{
color: #D18C2B;
}
</style>
background-color css
<style>
a { background-color: #D18C2B; }
a { background-color: rgb(209,140,43); }
div.DivClassName
{
background-color: #D18C2B;
}
.BgClassName
{
background-color: #D18C2B;
}
</style>
border-color css
<style>
span { border-color: #D18C2B; }
span { border-color: rgb(209,140,43); }
td.TdClassName
{
border-color: #D18C2B;
}
.TagClassName
{
border-color: #D18C2B;
}
</style>