Color Hex Logo

#dd863c Color Hex

#DD863C
(221,134,60)
0 Favorites   0 Comments

Color spaces of #dd863c

RGB 22113460
HSL0.080.700.55
HSV28°73°87°
CMYK 0.000.390.73   0.13
XYZ39.159532.74868.5321
Yxy32.74860.48680.4071
Hunter Lab57.226421.999731.2187
CIE-Lab63.956827.409952.2721

#dd863c color RGB value is (221,134,60).

#dd863c hex color red value is 221, green value is 134 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dd863c hue: 0.08 , saturation: 0.70 and the lightness value of dd863c is 0.55.

The process color (four color CMYK) of #dd863c color hex is 0.00, 0.39, 0.73, 0.13. Web safe color of #dd863c is #cc9933. Color #dd863c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 00111100
Octal 335 206 74
Decimal 221 134 60
Hex DD 86 3C

RGB Percentages of Color #dd863c

%53.25
%32.29
%14.46

CMYK Percentages of Color #dd863c

%0
%39
%73
%13

Triadic Colors of #dd863c

#dd863c #3cdd86 #863cdd

Analogous Colors of #dd863c

#dd863c #ddd73c #dd3c42

Monochromatic Colors of #dd863c

#dd863c

Complementary Color

#dd863c #3c93dd

#dd863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd863c Color CSS Codes

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

#dd863c Text Font Color

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

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


#dd863c Background Color

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

This div background color is #dd863c


#dd863c Border Color

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

This div border color is #dd863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd863c


Comments

No comments written yet.

Please login to write comment.