Color Hex Logo

#dda392 Color Hex

#DDA392
(221,163,146)
0 Favorites   0 Comments

Color spaces of #dda392

RGB 221163146
HSL0.040.520.72
HSV14°34°87°
CMYK 0.000.260.34   0.13
XYZ48.104343.641933.0825
Yxy43.64190.38540.3496
Hunter Lab66.062014.369616.5522
CIE-Lab71.988519.199717.2496

#dda392 color RGB value is (221,163,146).

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

The process color (four color CMYK) of #dda392 color hex is 0.00, 0.26, 0.34, 0.13. Web safe color of #dda392 is #cc9999. Color #dda392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10010010
Octal 335 243 222
Decimal 221 163 146
Hex DD A3 92

RGB Percentages of Color #dda392

%41.70
%30.75
%27.55

CMYK Percentages of Color #dda392

%0
%26
%34
%13

Triadic Colors of #dda392

#dda392 #92dda3 #a392dd

Analogous Colors of #dda392

#dda392 #ddc992 #dd92a7

Monochromatic Colors of #dda392

#dda392

Complementary Color

#dda392 #92ccdd

#dda392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda392 Color CSS Codes

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

#dda392 Text Font Color

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

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


#dda392 Background Color

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

This div background color is #dda392


#dda392 Border Color

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

This div border color is #dda392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda392


Comments

No comments written yet.

Please login to write comment.