#D49D32

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

Shades of Fuel Yellow #D49D32

Tints of Fuel Yellow #D49D32

Color information

#D49D32 (or 0xD49D32) is unknown color: approx Fuel Yellow. HEX triplet: D4, 9D and 32. RGB value is (212,157,50). Sum of RGB (Red+Green+Blue) = 212+157+50=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D32 is #2B62CD. Grayscale: #A1A1A1. Windows color (decimal): -2843342 or 3317204. OLE color: 3317204.

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

Color convert

RGB21215750-
CMYK00.260.760.17
HSL39.63º65.32%51.37%-
HSV(B)39.63º76.42%83.14%-
XYZ39.7838.348.32-
YUV161.2565.22164.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 50 (19.92% from 255) = 11.93%
R=50.60%
G=37.47%
B=11.93%

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
Decimal2121575000.260.760.1739.6365.3251.37
HexD49D3201A4C11284133
Octal32423562032114215010163
Binary11010100100111011100100110101001100100011010001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D32; }

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

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

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

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

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

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

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

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