Color Hex Logo

#df854d Color Hex

#DF854D
(223,133,77)
0 Favorites   0 Comments

Color spaces of #df854d

RGB 22313377
HSL0.060.700.59
HSV23°65°87°
CMYK 0.000.400.65   0.13
XYZ40.158532.998911.2740
Yxy32.99890.47560.3908
Hunter Lab57.444724.257928.5751
CIE-Lab64.160029.671344.2917

#df854d color RGB value is (223,133,77).

#df854d hex color red value is 223, green value is 133 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #df854d hue: 0.06 , saturation: 0.70 and the lightness value of df854d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01001101
Octal 337 205 115
Decimal 223 133 77
Hex DF 85 4D

RGB Percentages of Color #df854d

%51.50
%30.72
%17.78

CMYK Percentages of Color #df854d

%0
%40
%65
%13

Triadic Colors of #df854d

#df854d #4ddf85 #854ddf

Analogous Colors of #df854d

#df854d #dfce4d #df4d5e

Monochromatic Colors of #df854d

#df854d

Complementary Color

#df854d #4da7df

#df854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df854d Color CSS Codes

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

#df854d Text Font Color

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

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


#df854d Background Color

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

This div background color is #df854d


#df854d Border Color

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

This div border color is #df854d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df854d


Comments

No comments written yet.

Please login to write comment.