Color Hex Logo

#df864b Color Hex

#DF864B
(223,134,75)
0 Favorites   0 Comments

Color spaces of #df864b

RGB 22313475
HSL0.070.700.58
HSV24°66°87°
CMYK 0.000.400.66   0.13
XYZ40.226533.246210.9536
Yxy33.24620.47650.3938
Hunter Lab57.659523.627429.0983
CIE-Lab64.359829.022045.5343

#df864b color RGB value is (223,134,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 01001011
Octal 337 206 113
Decimal 223 134 75
Hex DF 86 4B

RGB Percentages of Color #df864b

%51.62
%31.02
%17.36

CMYK Percentages of Color #df864b

%0
%40
%66
%13

Triadic Colors of #df864b

#df864b #4bdf86 #864bdf

Analogous Colors of #df864b

#df864b #dfd04b #df4b5a

Monochromatic Colors of #df864b

#df864b

Complementary Color

#df864b #4ba4df

#df864b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df864b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df864b Color CSS Codes

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

#df864b Text Font Color

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

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


#df864b Background Color

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

This div background color is #df864b


#df864b Border Color

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

This div border color is #df864b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df864b

#df864b Color Palettes


Comments

No comments written yet.

Please login to write comment.