Color Hex Logo

#df962e Color Hex

#DF962E
(223,150,46)
0 Favorites   0 Comments

Color spaces of #df962e

RGB 22315046
HSL0.100.730.53
HSV35°79°87°
CMYK 0.000.330.79   0.13
XYZ41.830937.69797.6565
Yxy37.69790.47980.4324
Hunter Lab61.398614.164535.5855
CIE-Lab67.797419.130761.9277

#df962e color RGB value is (223,150,46).

#df962e hex color red value is 223, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df962e hue: 0.10 , saturation: 0.73 and the lightness value of df962e is 0.53.

The process color (four color CMYK) of #df962e color hex is 0.00, 0.33, 0.79, 0.13. Web safe color of #df962e is #cc9933. Color #df962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 00101110
Octal 337 226 56
Decimal 223 150 46
Hex DF 96 2E

RGB Percentages of Color #df962e

%53.22
%35.80
%10.98

CMYK Percentages of Color #df962e

%0
%33
%79
%13

Triadic Colors of #df962e

#df962e #2edf96 #962edf

Analogous Colors of #df962e

#df962e #d0df2e #df3d2e

Monochromatic Colors of #df962e

#df962e

Complementary Color

#df962e #2e77df

#df962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df962e Color CSS Codes

.mybgcolor {background-color:#df962e; } 
.myforecolor {color:#df962e; }
.mybordercolor {border:3px solid #df962e; }

#df962e Text Font Color

<p style="color:#df962e">Text here</p>

This sample text font color is #df962e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#df962e Background Color

<div style="background-color:#df962e">
Div content here</div>

This div background color is #df962e


#df962e Border Color

<div style="border:3px solid #df962e">
Div here</div>

This div border color is #df962e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,150,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df962e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df962e;
  -webkit-box-shadow: 1px 1px 3px 2px #df962e;
  box-shadow:         1px 1px 3px 2px #df962e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,150,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df962e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #df962e;
  -webkit-box-shadow: 1px 1px 3px 2px #df962e;
  box-shadow:         1px 1px 3px 2px #df962e;">
Div content here</div>

This div box has shadow with color #df962e


Comments

No comments written yet.

Please login to write comment.