Color Hex Logo

#dd834c Color Hex

#DD834C
(221,131,76)
0 Favorites   0 Comments

Color spaces of #dd834c

RGB 22113176
HSL0.060.680.58
HSV23°66°87°
CMYK 0.000.410.66   0.13
XYZ39.239632.126610.9704
Yxy32.12660.47660.3902
Hunter Lab56.680324.384428.2007
CIE-Lab63.447429.859343.9137

#dd834c color RGB value is (221,131,76).

#dd834c hex color red value is 221, green value is 131 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dd834c hue: 0.06 , saturation: 0.68 and the lightness value of dd834c is 0.58.

The process color (four color CMYK) of #dd834c color hex is 0.00, 0.41, 0.66, 0.13. Web safe color of #dd834c is #cc9933. Color #dd834c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 01001100
Octal 335 203 114
Decimal 221 131 76
Hex DD 83 4C

RGB Percentages of Color #dd834c

%51.64
%30.61
%17.76

CMYK Percentages of Color #dd834c

%0
%41
%66
%13

Triadic Colors of #dd834c

#dd834c #4cdd83 #834cdd

Analogous Colors of #dd834c

#dd834c #ddcc4c #dd4c5e

Monochromatic Colors of #dd834c

#dd834c

Complementary Color

#dd834c #4ca6dd

#dd834c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd834c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd834c Color CSS Codes

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

#dd834c Text Font Color

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

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


#dd834c Background Color

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

This div background color is #dd834c


#dd834c Border Color

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

This div border color is #dd834c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd834c


Comments

No comments written yet.

Please login to write comment.