#D49135

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

Shades of Fuel Yellow #D49135

Tints of Fuel Yellow #D49135

Color information

#D49135 (or 0xD49135) is unknown color: approx Fuel Yellow. HEX triplet: D4, 91 and 35. RGB value is (212,145,53). Sum of RGB (Red+Green+Blue) = 212+145+53=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D49135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49135 is #2B6ECA. Grayscale: #9A9A9A. Windows color (decimal): -2846411 or 3510740. OLE color: 3510740.

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

Color convert

RGB21214553-
CMYK00.320.750.17
HSL34.72º64.9%51.96%-
HSV(B)34.72º75%83.14%-
XYZ37.9234.58.03-
YUV154.5470.7168.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.71%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=51.71%
G=35.37%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121455300.320.750.1734.7264.951.96
HexD491350204B11234134
Octal32422165040113214310164
Binary110101001001000111010101000001001011100011000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49135; }

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

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

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

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

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

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

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

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