Color Hex Logo

#dd865f Color Hex

#DD865F
(221,134,95)
0 Favorites   0 Comments

Color spaces of #dd865f

RGB 22113495
HSL0.050.650.62
HSV19°57°87°
CMYK 0.000.390.57   0.13
XYZ40.409433.248615.1143
Yxy33.24860.45520.3745
Hunter Lab57.661624.185524.8220
CIE-Lab64.361729.581834.9993

#dd865f color RGB value is (221,134,95).

#dd865f hex color red value is 221, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd865f hue: 0.05 , saturation: 0.65 and the lightness value of dd865f is 0.62.

The process color (four color CMYK) of #dd865f color hex is 0.00, 0.39, 0.57, 0.13. Web safe color of #dd865f is #cc9966. Color #dd865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 01011111
Octal 335 206 137
Decimal 221 134 95
Hex DD 86 5F

RGB Percentages of Color #dd865f

%49.11
%29.78
%21.11

CMYK Percentages of Color #dd865f

%0
%39
%57
%13

Triadic Colors of #dd865f

#dd865f #5fdd86 #865fdd

Analogous Colors of #dd865f

#dd865f #ddc55f #dd5f77

Monochromatic Colors of #dd865f

#dd865f

Complementary Color

#dd865f #5fb6dd

#dd865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd865f Color CSS Codes

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

#dd865f Text Font Color

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

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


#dd865f Background Color

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

This div background color is #dd865f


#dd865f Border Color

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

This div border color is #dd865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd865f


Comments

No comments written yet.

Please login to write comment.