Color Hex Logo

#dda792 Color Hex

#DDA792
(221,167,146)
0 Favorites   0 Comments

Color spaces of #dda792

RGB 221167146
HSL0.050.520.72
HSV17°34°87°
CMYK 0.000.240.34   0.13
XYZ48.825845.084933.3230
Yxy45.08490.38370.3543
Hunter Lab67.145312.294917.5771
CIE-Lab72.947817.047118.5785

#dda792 color RGB value is (221,167,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10010010
Octal 335 247 222
Decimal 221 167 146
Hex DD A7 92

RGB Percentages of Color #dda792

%41.39
%31.27
%27.34

CMYK Percentages of Color #dda792

%0
%24
%34
%13

Triadic Colors of #dda792

#dda792 #92dda7 #a792dd

Analogous Colors of #dda792

#dda792 #ddcd92 #dd92a3

Monochromatic Colors of #dda792

#dda792

Complementary Color

#dda792 #92c8dd

#dda792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda792 Color CSS Codes

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

#dda792 Text Font Color

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

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


#dda792 Background Color

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

This div background color is #dda792


#dda792 Border Color

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

This div border color is #dda792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda792


Comments

No comments written yet.

Please login to write comment.