Color Hex Logo

#dda279 Color Hex

#DDA279
(221,162,121)
0 Favorites   0 Comments

Color spaces of #dda279

RGB 221162121
HSL0.070.600.67
HSV25°45°87°
CMYK 0.000.270.45   0.13
XYZ46.190342.593323.8760
Yxy42.59330.41000.3781
Hunter Lab65.263512.122323.9938
CIE-Lab71.278116.905529.8748

#dda279 color RGB value is (221,162,121).

#dda279 hex color red value is 221, green value is 162 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dda279 hue: 0.07 , saturation: 0.60 and the lightness value of dda279 is 0.67.

The process color (four color CMYK) of #dda279 color hex is 0.00, 0.27, 0.45, 0.13. Web safe color of #dda279 is #cc9966. Color #dda279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 01111001
Octal 335 242 171
Decimal 221 162 121
Hex DD A2 79

RGB Percentages of Color #dda279

%43.85
%32.14
%24.01

CMYK Percentages of Color #dda279

%0
%27
%45
%13

Triadic Colors of #dda279

#dda279 #79dda2 #a279dd

Analogous Colors of #dda279

#dda279 #ddd479 #dd7982

Monochromatic Colors of #dda279

#dda279

Complementary Color

#dda279 #79b4dd

#dda279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda279 Color CSS Codes

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

#dda279 Text Font Color

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

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


#dda279 Background Color

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

This div background color is #dda279


#dda279 Border Color

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

This div border color is #dda279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda279


Comments

No comments written yet.

Please login to write comment.