Color Hex Logo

#dd856c Color Hex

#DD856C
(221,133,108)
0 Favorites   0 Comments

Color spaces of #dd856c

RGB 221133108
HSL0.040.620.65
HSV13°51°87°
CMYK 0.000.400.51   0.13
XYZ40.913133.229918.4450
Yxy33.22990.44190.3589
Hunter Lab57.645425.808821.3805
CIE-Lab64.346631.202427.8656

#dd856c color RGB value is (221,133,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 01101100
Octal 335 205 154
Decimal 221 133 108
Hex DD 85 6C

RGB Percentages of Color #dd856c

%47.84
%28.79
%23.38

CMYK Percentages of Color #dd856c

%0
%40
%51
%13

Triadic Colors of #dd856c

#dd856c #6cdd85 #856cdd

Analogous Colors of #dd856c

#dd856c #ddbe6c #dd6c8c

Monochromatic Colors of #dd856c

#dd856c

Complementary Color

#dd856c #6cc4dd

#dd856c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd856c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd856c Color CSS Codes

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

#dd856c Text Font Color

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

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


#dd856c Background Color

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

This div background color is #dd856c


#dd856c Border Color

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

This div border color is #dd856c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd856c


Comments

No comments written yet.

Please login to write comment.