#D49031

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

Shades of Fuel Yellow #D49031

Tints of Fuel Yellow #D49031

Color information

#D49031 (or 0xD49031) is unknown color: approx Fuel Yellow. HEX triplet: D4, 90 and 31. RGB value is (212,144,49). Sum of RGB (Red+Green+Blue) = 212+144+49=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D49031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49031 is #2B6FCE. Grayscale: #999999. Windows color (decimal): -2846671 or 3248340. OLE color: 3248340.

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

Color convert

RGB21214449-
CMYK00.320.770.17
HSL34.97º65.46%51.18%-
HSV(B)34.97º76.89%83.14%-
XYZ37.6834.177.51-
YUV153.569.03169.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 49 (19.53% from 255) = 12.10%
R=52.35%
G=35.56%
B=12.10%

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
Decimal2121444900.320.770.1734.9765.4651.18
HexD490310204D11234133
Octal32422061040115214310163
Binary110101001001000011000101000001001101100011000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49031; }

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

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

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

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

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

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

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

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