Color Hex Logo

#df862d Color Hex

#DF862D
(223,134,45)
0 Favorites   0 Comments

Color spaces of #df862d

RGB 22313445
HSL0.080.740.53
HSV30°80°87°
CMYK 0.000.400.80   0.13
XYZ39.430232.92766.7601
Yxy32.92760.49840.4162
Hunter Lab57.382622.236033.1830
CIE-Lab64.102227.638458.9129

#df862d color RGB value is (223,134,45).

#df862d hex color red value is 223, green value is 134 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #df862d hue: 0.08 , saturation: 0.74 and the lightness value of df862d is 0.53.

The process color (four color CMYK) of #df862d color hex is 0.00, 0.40, 0.80, 0.13. Web safe color of #df862d is #cc9933. Color #df862d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 00101101
Octal 337 206 55
Decimal 223 134 45
Hex DF 86 2D

RGB Percentages of Color #df862d

%55.47
%33.33
%11.19

CMYK Percentages of Color #df862d

%0
%40
%80
%13

Triadic Colors of #df862d

#df862d #2ddf86 #862ddf

Analogous Colors of #df862d

#df862d #dfdf2d #df2d2d

Monochromatic Colors of #df862d

#df862d

Complementary Color

#df862d #2d86df

#df862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df862d Color CSS Codes

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

#df862d Text Font Color

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

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


#df862d Background Color

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

This div background color is #df862d


#df862d Border Color

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

This div border color is #df862d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df862d


Comments

No comments written yet.

Please login to write comment.