Color Hex Logo

#df956d Color Hex

#DF956D
(223,149,109)
0 Favorites   0 Comments

Color spaces of #df956d

RGB 223149109
HSL0.060.640.65
HSV21°51°87°
CMYK 0.000.330.51   0.13
XYZ43.939238.287019.5423
Yxy38.28700.43180.3762
Hunter Lab61.876518.471024.5881
CIE-Lab68.231623.544032.4115

#df956d color RGB value is (223,149,109).

#df956d hex color red value is 223, green value is 149 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #df956d hue: 0.06 , saturation: 0.64 and the lightness value of df956d is 0.65.

The process color (four color CMYK) of #df956d color hex is 0.00, 0.33, 0.51, 0.13. Web safe color of #df956d is #cc9966. Color #df956d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 01101101
Octal 337 225 155
Decimal 223 149 109
Hex DF 95 6D

RGB Percentages of Color #df956d

%46.36
%30.98
%22.66

CMYK Percentages of Color #df956d

%0
%33
%51
%13

Triadic Colors of #df956d

#df956d #6ddf95 #956ddf

Analogous Colors of #df956d

#df956d #dfce6d #df6d7e

Monochromatic Colors of #df956d

#df956d

Complementary Color

#df956d #6db7df

#df956d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df956d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df956d Color CSS Codes

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

#df956d Text Font Color

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

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


#df956d Background Color

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

This div background color is #df956d


#df956d Border Color

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

This div border color is #df956d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df956d


Comments

No comments written yet.

Please login to write comment.