Color Hex Logo

#dd806a Color Hex

#DD806A
(221,128,106)
0 Favorites   0 Comments

Color spaces of #dd806a

RGB 221128106
HSL0.030.630.64
HSV11°52°87°
CMYK 0.000.420.52   0.13
XYZ40.139531.851117.6680
Yxy31.85110.44770.3552
Hunter Lab56.436828.190120.9445
CIE-Lab63.219633.665627.4987

#dd806a color RGB value is (221,128,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 01101010
Octal 335 200 152
Decimal 221 128 106
Hex DD 80 6A

RGB Percentages of Color #dd806a

%48.57
%28.13
%23.30

CMYK Percentages of Color #dd806a

%0
%42
%52
%13

Triadic Colors of #dd806a

#dd806a #6add80 #806add

Analogous Colors of #dd806a

#dd806a #ddba6a #dd6a8e

Monochromatic Colors of #dd806a

#dd806a

Complementary Color

#dd806a #6ac7dd

#dd806a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd806a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd806a Color CSS Codes

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

#dd806a Text Font Color

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

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


#dd806a Background Color

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

This div background color is #dd806a


#dd806a Border Color

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

This div border color is #dd806a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd806a


Comments

No comments written yet.

Please login to write comment.