#D49631

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

Shades of Fuel Yellow #D49631

Tints of Fuel Yellow #D49631

Color information

#D49631 (or 0xD49631) is unknown color: approx Fuel Yellow. HEX triplet: D4, 96 and 31. RGB value is (212,150,49). Sum of RGB (Red+Green+Blue) = 212+150+49=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D49631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49631 is #2B69CE. Grayscale: #9D9D9D. Windows color (decimal): -2845135 or 3249876. OLE color: 3249876.

HSL color Cylindrical-coordinate representation of color #D49631: hue angle of 37.18º 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 #D49631 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21215049-
CMYK00.290.770.17
HSL37.18º65.46%51.18%-
HSV(B)37.18º76.89%83.14%-
XYZ38.6136.037.83-
YUV157.0267.04167.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 49 (19.53% from 255) = 11.92%
R=51.58%
G=36.50%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121504900.290.770.1737.1865.4651.18
HexD4963101D4D11254133
Octal32422661035115214510163
Binary11010100100101101100010111011001101100011001011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49631; }

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

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

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

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

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

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

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

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