#D18E2D

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

Shades of Fuel Yellow #D18E2D

Tints of Fuel Yellow #D18E2D

Color information

#D18E2D (or 0xD18E2D) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8E and 2D. RGB value is (209,142,45). Sum of RGB (Red+Green+Blue) = 209+142+45=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E2D is #2E71D2. Grayscale: #979797. Windows color (decimal): -3043795 or 2985681. OLE color: 2985681.

HSL color Cylindrical-coordinate representation of color #D18E2D: hue angle of 35.49º 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 #D18E2D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20914245-
CMYK00.320.780.18
HSL35.49º64.57%49.8%-
HSV(B)35.49º78.47%81.96%-
XYZ36.4433.096.95-
YUV150.9868.2169.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.78%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 45 (17.97% from 255) = 11.36%
R=52.78%
G=35.86%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091424500.320.780.1835.4964.5749.8
HexD18E2D0204E12234132
Octal32121655040116224310162
Binary110100011000111010110101000001001110100101000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E2D; }

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

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

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

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

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

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

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

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