#d18e2b

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

Shades of Fuel Yellow #D18E2B

Tints of Fuel Yellow #D18E2B

Color information

#D18E2B (or 0xD18E2B) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8E and 2B. RGB value is (209,142,43). Sum of RGB (Red+Green+Blue) = 209+142+43=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E2B is #2E71D4. Grayscale: #979797. Windows color (decimal): -3043797 or 2854609. OLE color: 2854609.

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

Color convert

RGB20914243-
CMYK00.320.790.18
HSL35.78º65.87%49.41%-
HSV(B)35.78º79.43%81.96%-
XYZ36.433.086.75-
YUV150.7567.2169.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.05%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 43 (17.19% from 255) = 10.91%
R=53.05%
G=36.04%
B=10.91%

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
Decimal2091424300.320.790.1835.7865.8749.41
HexD18E2B0204F12244231
Octal32121653040117224410261
Binary110100011000111010101101000001001111100101001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18e2b; }

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

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

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

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

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

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

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

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