#d49c32

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

Shades of Fuel Yellow #D49C32

Tints of Fuel Yellow #D49C32

Color information

#D49C32 (or 0xD49C32) is unknown color: approx Fuel Yellow. HEX triplet: D4, 9C and 32. RGB value is (212,156,50). Sum of RGB (Red+Green+Blue) = 212+156+50=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49C32 is #2B63CD. Grayscale: #A1A1A1. Windows color (decimal): -2843598 or 3316948. OLE color: 3316948.

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

Color convert

RGB21215650-
CMYK00.260.760.17
HSL39.26º65.32%51.37%-
HSV(B)39.26º76.42%83.14%-
XYZ39.62388.27-
YUV160.6665.55164.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=50.72%
G=37.32%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121565000.260.760.1739.2665.3251.37
HexD49C3201A4C11274133
Octal32423462032114214710163
Binary11010100100111001100100110101001100100011001111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49c32; }

 p { color: rgb(212,156,50); }

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

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

 a { background-color: rgb(212,156,50); }

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

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

 span { border-color: rgb(212,156,50); }

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