Color Hex Logo

#dd796c Color Hex

#DD796C
(221,121,108)
0 Favorites   0 Comments

Color spaces of #dd796c

RGB 221121108
HSL0.020.620.65
HSV51°87°
CMYK 0.000.450.51   0.13
XYZ39.362930.129617.9283
Yxy30.12960.45030.3447
Hunter Lab54.890431.947219.0580
CIE-Lab61.765937.496624.4591

#dd796c color RGB value is (221,121,108).

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

The process color (four color CMYK) of #dd796c color hex is 0.00, 0.45, 0.51, 0.13. Web safe color of #dd796c is #cc6666. Color #dd796c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 01101100
Octal 335 171 154
Decimal 221 121 108
Hex DD 79 6C

RGB Percentages of Color #dd796c

%49.11
%26.89
%24.00

CMYK Percentages of Color #dd796c

%0
%45
%51
%13

Triadic Colors of #dd796c

#dd796c #6cdd79 #796cdd

Analogous Colors of #dd796c

#dd796c #ddb26c #dd6c98

Monochromatic Colors of #dd796c

#dd796c

Complementary Color

#dd796c #6cd0dd

#dd796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd796c Color CSS Codes

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

#dd796c Text Font Color

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

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


#dd796c Background Color

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

This div background color is #dd796c


#dd796c Border Color

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

This div border color is #dd796c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,121,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 #dd796c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd796c


Comments

No comments written yet.

Please login to write comment.