#D49131

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

Shades of Fuel Yellow #D49131

Tints of Fuel Yellow #D49131

Color information

#D49131 (or 0xD49131) is unknown color: approx Fuel Yellow. HEX triplet: D4, 91 and 31. RGB value is (212,145,49). Sum of RGB (Red+Green+Blue) = 212+145+49=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D49131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49131 is #2B6ECE. Grayscale: #9A9A9A. Windows color (decimal): -2846415 or 3248596. OLE color: 3248596.

HSL color Cylindrical-coordinate representation of color #D49131: hue angle of 35.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49131 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21214549-
CMYK00.320.770.17
HSL35.34º65.46%51.18%-
HSV(B)35.34º76.89%83.14%-
XYZ37.8334.477.57-
YUV154.0968.7169.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=52.22%
G=35.71%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121454900.320.770.1735.3465.4651.18
HexD491310204D11234133
Octal32422161040115214310163
Binary110101001001000111000101000001001101100011000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49131; }

 p { color: rgb(212,145,49); }

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

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

 a { background-color: rgb(212,145,49); }

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

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

 span { border-color: rgb(212,145,49); }

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