Color Hex Logo

#df864d Color Hex

#DF864D
(223,134,77)
0 Favorites   0 Comments

Color spaces of #df864d

RGB 22313477
HSL0.070.700.59
HSV23°65°87°
CMYK 0.000.400.65   0.13
XYZ40.296133.274011.3199
Yxy33.27400.47470.3920
Hunter Lab57.683623.748628.7434
CIE-Lab64.382229.141944.5474

#df864d color RGB value is (223,134,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 01001101
Octal 337 206 115
Decimal 223 134 77
Hex DF 86 4D

RGB Percentages of Color #df864d

%51.38
%30.88
%17.74

CMYK Percentages of Color #df864d

%0
%40
%65
%13

Triadic Colors of #df864d

#df864d #4ddf86 #864ddf

Analogous Colors of #df864d

#df864d #dfcf4d #df4d5d

Monochromatic Colors of #df864d

#df864d

Complementary Color

#df864d #4da6df

#df864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df864d Color CSS Codes

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

#df864d Text Font Color

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

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


#df864d Background Color

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

This div background color is #df864d


#df864d Border Color

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

This div border color is #df864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df864d


Comments

No comments written yet.

Please login to write comment.