#D49B34

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

Shades of Fuel Yellow #D49B34

Tints of Fuel Yellow #D49B34

Color information

#D49B34 (or 0xD49B34) is unknown color: approx Fuel Yellow. HEX triplet: D4, 9B and 34. RGB value is (212,155,52). Sum of RGB (Red+Green+Blue) = 212+155+52=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B34 is #2B64CB. Grayscale: #A0A0A0. Windows color (decimal): -2843852 or 3447764. OLE color: 3447764.

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

Color convert

RGB21215552-
CMYK00.270.750.17
HSL38.62º65.04%51.76%-
HSV(B)38.62º75.47%83.14%-
XYZ39.4937.698.44-
YUV160.366.88164.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=50.60%
G=36.99%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121555200.270.750.1738.6265.0451.76
HexD49B3401B4B11274134
Octal32423364033113214710164
Binary11010100100110111101000110111001011100011001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49B34; }

 p { color: rgb(212,155,52); }

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

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

 a { background-color: rgb(212,155,52); }

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

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

 span { border-color: rgb(212,155,52); }

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