#d49438

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

Shades of Fuel Yellow #D49438

Tints of Fuel Yellow #D49438

Color information

#D49438 (or 0xD49438) is unknown color: approx Fuel Yellow. HEX triplet: D4, 94 and 38. RGB value is (212,148,56). Sum of RGB (Red+Green+Blue) = 212+148+56=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D49438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49438 is #2B6BC7. Grayscale: #9D9D9D. Windows color (decimal): -2845640 or 3708116. OLE color: 3708116.

HSL color Cylindrical-coordinate representation of color #D49438: hue angle of 35.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D49438 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21214856-
CMYK00.300.740.17
HSL35.38º64.46%52.55%-
HSV(B)35.38º73.58%83.14%-
XYZ38.4635.468.56-
YUV156.6571.2167.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.96%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=50.96%
G=35.58%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121485600.300.740.1735.3864.4652.55
HexD4943801E4A11234035
Octal32422470036112214310065
Binary11010100100101001110000111101001010100011000111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49438; }

 p { color: rgb(212,148,56); }

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

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

 a { background-color: rgb(212,148,56); }

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

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

 span { border-color: rgb(212,148,56); }

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