Color Hex Logo

#df861d Color Hex

#DF861D
(223,134,29)
0 Favorites   0 Comments

Color spaces of #df861d

RGB 22313429
HSL0.090.770.49
HSV32°87°87°
CMYK 0.000.400.87   0.13
XYZ39.178332.82695.4337
Yxy32.82690.50590.4239
Hunter Lab57.294821.792934.4834
CIE-Lab64.020527.194964.3329

#df861d color RGB value is (223,134,29).

#df861d hex color red value is 223, green value is 134 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df861d hue: 0.09 , saturation: 0.77 and the lightness value of df861d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 00011101
Octal 337 206 35
Decimal 223 134 29
Hex DF 86 1D

RGB Percentages of Color #df861d

%57.77
%34.72
%7.51

CMYK Percentages of Color #df861d

%0
%40
%87
%13

Triadic Colors of #df861d

#df861d #1ddf86 #861ddf

Analogous Colors of #df861d

#df861d #d7df1d #df251d

Monochromatic Colors of #df861d

#df861d

Complementary Color

#df861d #1d76df

#df861d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df861d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df861d Color CSS Codes

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

#df861d Text Font Color

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

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


#df861d Background Color

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

This div background color is #df861d


#df861d Border Color

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

This div border color is #df861d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df861d


Comments

No comments written yet.

Please login to write comment.