#D18E3A

Color #D18E3A Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D18E3A

Tints of Fuel Yellow #D18E3A

Color information

#D18E3A (or 0xD18E3A) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8E and 3A. RGB value is (209,142,58). Sum of RGB (Red+Green+Blue) = 209+142+58=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E3A is #2E71C5. Grayscale: #989898. Windows color (decimal): -3043782 or 3837649. OLE color: 3837649.

HSL color Cylindrical-coordinate representation of color #D18E3A: hue angle of 33.38º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D18E3A is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20914258-
CMYK00.320.720.18
HSL33.38º62.14%52.35%-
HSV(B)33.38º72.25%81.96%-
XYZ36.7333.218.48-
YUV152.4674.7168.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=51.10%
G=34.72%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091425800.320.720.1833.3862.1452.35
HexD18E3A0204812213e34
Octal3212167204011022417664
Binary11010001100011101110100100000100100010010100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E3A; }

 p { color: rgb(209,142,58); }

 H1.HeaderClassName
 {
   color: #D18E3A;
 }
 .AnyTagClassName
 {
   color: #D18E3A;
 }
</style>
background-color css

<style>
 a { background-color: #D18E3A; }

 a { background-color: rgb(209,142,58); }

 div.DivClassName
 {
   background-color: #D18E3A;
 }
 .BgClassName
 {
   background-color: #D18E3A;
 }
</style>
border-color css

<style>
 span { border-color: #D18E3A; }

 span { border-color: rgb(209,142,58); }

 td.TdClassName
 {
   border-color: #D18E3A;
 }
 .TagClassName
 {
   border-color: #D18E3A;
 }
</style>