#D18F38

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

Shades of Fuel Yellow #D18F38

Tints of Fuel Yellow #D18F38

Color information

#D18F38 (or 0xD18F38) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8F and 38. RGB value is (209,143,56). Sum of RGB (Red+Green+Blue) = 209+143+56=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F38 is #2E70C7. Grayscale: #999999. Windows color (decimal): -3043528 or 3706833. OLE color: 3706833.

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

Color convert

RGB20914356-
CMYK00.320.730.18
HSL34.12º62.45%51.96%-
HSV(B)34.12º73.21%81.96%-
XYZ36.8333.498.26-
YUV152.8273.37168.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=51.23%
G=35.05%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091435600.320.730.1834.1262.4551.96
HexD18F380204912223e34
Octal3212177004011122427664
Binary11010001100011111110000100000100100110010100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F38; }

 p { color: rgb(209,143,56); }

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

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

 a { background-color: rgb(209,143,56); }

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

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

 span { border-color: rgb(209,143,56); }

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