Color Hex Logo

#df9642 Color Hex

#DF9642
(223,150,66)
0 Favorites   0 Comments

Color spaces of #df9642

RGB 22315066
HSL0.090.710.57
HSV32°70°87°
CMYK 0.000.330.70   0.13
XYZ42.321137.894010.2380
Yxy37.89400.46790.4189
Hunter Lab61.558114.991833.2299
CIE-Lab67.942419.985353.7827

#df9642 color RGB value is (223,150,66).

#df9642 hex color red value is 223, green value is 150 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #df9642 hue: 0.09 , saturation: 0.71 and the lightness value of df9642 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 01000010
Octal 337 226 102
Decimal 223 150 66
Hex DF 96 42

RGB Percentages of Color #df9642

%50.80
%34.17
%15.03

CMYK Percentages of Color #df9642

%0
%33
%70
%13

Triadic Colors of #df9642

#df9642 #42df96 #9642df

Analogous Colors of #df9642

#df9642 #dadf42 #df4842

Monochromatic Colors of #df9642

#df9642

Complementary Color

#df9642 #428bdf

#df9642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9642 Color CSS Codes

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

#df9642 Text Font Color

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

This sample text font color is #df9642
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.


#df9642 Background Color

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

This div background color is #df9642


#df9642 Border Color

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

This div border color is #df9642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9642


Comments

No comments written yet.

Please login to write comment.