Color Hex Logo

#df856d Color Hex

#DF856D
(223,133,109)
0 Favorites   0 Comments

Color spaces of #df856d

RGB 223133109
HSL0.040.640.65
HSV13°51°87°
CMYK 0.000.400.51   0.13
XYZ41.579333.567218.7556
Yxy33.56720.44280.3575
Hunter Lab57.937226.712521.3625
CIE-Lab64.617632.072727.7150

#df856d color RGB value is (223,133,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01101101
Octal 337 205 155
Decimal 223 133 109
Hex DF 85 6D

RGB Percentages of Color #df856d

%47.96
%28.60
%23.44

CMYK Percentages of Color #df856d

%0
%40
%51
%13

Triadic Colors of #df856d

#df856d #6ddf85 #856ddf

Analogous Colors of #df856d

#df856d #dfbe6d #df6d8e

Monochromatic Colors of #df856d

#df856d

Complementary Color

#df856d #6dc7df

#df856d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df856d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df856d Color CSS Codes

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

#df856d Text Font Color

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

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


#df856d Background Color

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

This div background color is #df856d


#df856d Border Color

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

This div border color is #df856d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,133,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 #df856d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df856d


Comments

No comments written yet.

Please login to write comment.