Color Hex Logo

#dda794 Color Hex

#DDA794
(221,167,148)
0 Favorites   0 Comments

Color spaces of #dda794

RGB 221167148
HSL0.040.520.72
HSV16°33°87°
CMYK 0.000.240.33   0.13
XYZ48.982845.147734.1497
Yxy45.14770.38180.3519
Hunter Lab67.192012.539916.9009
CIE-Lab72.989017.297917.5441

#dda794 color RGB value is (221,167,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10010100
Octal 335 247 224
Decimal 221 167 148
Hex DD A7 94

RGB Percentages of Color #dda794

%41.23
%31.16
%27.61

CMYK Percentages of Color #dda794

%0
%24
%33
%13

Triadic Colors of #dda794

#dda794 #94dda7 #a794dd

Analogous Colors of #dda794

#dda794 #ddcc94 #dd94a6

Monochromatic Colors of #dda794

#dda794

Complementary Color

#dda794 #94cadd

#dda794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda794 Color CSS Codes

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

#dda794 Text Font Color

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

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


#dda794 Background Color

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

This div background color is #dda794


#dda794 Border Color

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

This div border color is #dda794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda794

#dda794 Color Palettes


Comments

No comments written yet.

Please login to write comment.