Color Hex Logo

#dd806f Color Hex

#DD806F
(221,128,111)
0 Favorites   0 Comments

Color spaces of #dd806f

RGB 221128111
HSL0.030.620.65
HSV50°87°
CMYK 0.000.420.50   0.13
XYZ40.407231.958219.0778
Yxy31.95820.44190.3495
Hunter Lab56.531628.656619.5634
CIE-Lab63.308334.115424.8241

#dd806f color RGB value is (221,128,111).

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

The process color (four color CMYK) of #dd806f color hex is 0.00, 0.42, 0.50, 0.13. Web safe color of #dd806f is #cc9966. Color #dd806f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 01101111
Octal 335 200 157
Decimal 221 128 111
Hex DD 80 6F

RGB Percentages of Color #dd806f

%48.04
%27.83
%24.13

CMYK Percentages of Color #dd806f

%0
%42
%50
%13

Triadic Colors of #dd806f

#dd806f #6fdd80 #806fdd

Analogous Colors of #dd806f

#dd806f #ddb76f #dd6f95

Monochromatic Colors of #dd806f

#dd806f

Complementary Color

#dd806f #6fccdd

#dd806f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd806f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd806f Color CSS Codes

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

#dd806f Text Font Color

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

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


#dd806f Background Color

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

This div background color is #dd806f


#dd806f Border Color

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

This div border color is #dd806f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd806f


Comments

No comments written yet.

Please login to write comment.