Color Hex Logo

#dda193 Color Hex

#DDA193
(221,161,147)
0 Favorites   0 Comments

Color spaces of #dda193

RGB 221161147
HSL0.030.520.72
HSV11°33°87°
CMYK 0.000.270.33   0.13
XYZ47.830142.968533.3766
Yxy42.96850.38520.3460
Hunter Lab65.550415.532915.6963
CIE-Lab71.533620.401916.0680

#dda193 color RGB value is (221,161,147).

#dda193 hex color red value is 221, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dda193 hue: 0.03 , saturation: 0.52 and the lightness value of dda193 is 0.72.

The process color (four color CMYK) of #dda193 color hex is 0.00, 0.27, 0.33, 0.13. Web safe color of #dda193 is #cc9999. Color #dda193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 10010011
Octal 335 241 223
Decimal 221 161 147
Hex DD A1 93

RGB Percentages of Color #dda193

%41.78
%30.43
%27.79

CMYK Percentages of Color #dda193

%0
%27
%33
%13

Triadic Colors of #dda193

#dda193 #93dda1 #a193dd

Analogous Colors of #dda193

#dda193 #ddc693 #dd93aa

Monochromatic Colors of #dda193

#dda193

Complementary Color

#dda193 #93cfdd

#dda193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda193 Color CSS Codes

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

#dda193 Text Font Color

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

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


#dda193 Background Color

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

This div background color is #dda193


#dda193 Border Color

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

This div border color is #dda193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda193


Comments

No comments written yet.

Please login to write comment.