#D49335

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

Shades of Fuel Yellow #D49335

Tints of Fuel Yellow #D49335

Color information

#D49335 (or 0xD49335) is unknown color: approx Fuel Yellow. HEX triplet: D4, 93 and 35. RGB value is (212,147,53). Sum of RGB (Red+Green+Blue) = 212+147+53=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D49335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49335 is #2B6CCA. Grayscale: #9C9C9C. Windows color (decimal): -2845899 or 3511252. OLE color: 3511252.

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

Color convert

RGB21214753-
CMYK00.310.750.17
HSL35.47º64.9%51.96%-
HSV(B)35.47º75%83.14%-
XYZ38.2335.128.13-
YUV155.7270.03168.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=51.46%
G=35.68%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121475300.310.750.1735.4764.951.96
HexD4933501F4B11234134
Octal32422365037113214310164
Binary11010100100100111101010111111001011100011000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49335; }

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

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

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

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

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

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

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

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