#d18e2c

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

Shades of Fuel Yellow #D18E2C

Tints of Fuel Yellow #D18E2C

Color information

#D18E2C (or 0xD18E2C) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8E and 2C. RGB value is (209,142,44). Sum of RGB (Red+Green+Blue) = 209+142+44=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E2C is #2E71D3. Grayscale: #979797. Windows color (decimal): -3043796 or 2920145. OLE color: 2920145.

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

Color convert

RGB20914244-
CMYK00.320.790.18
HSL35.64º65.22%49.61%-
HSV(B)35.64º78.95%81.96%-
XYZ36.4233.086.85-
YUV150.8667.7169.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 44 (17.58% from 255) = 11.14%
R=52.91%
G=35.95%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091424400.320.790.1835.6465.2249.61
HexD18E2C0204F12244132
Octal32121654040117224410162
Binary110100011000111010110001000001001111100101001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18e2c; }

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

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

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

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

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

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

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

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