Color Hex Logo

#dddaa0 Color Hex

#DDDAA0
(221,218,160)
0 Favorites   0 Comments

Color spaces of #dddaa0

RGB 221218160
HSL0.160.470.75
HSV57°28°87°
CMYK 0.000.010.28   0.13
XYZ61.235468.053043.1658
Yxy68.05300.35510.3946
Hunter Lab82.4942-11.864526.7220
CIE-Lab86.0329-7.955328.9958

#dddaa0 color RGB value is (221,218,160).

#dddaa0 hex color red value is 221, green value is 218 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dddaa0 hue: 0.16 , saturation: 0.47 and the lightness value of dddaa0 is 0.75.

The process color (four color CMYK) of #dddaa0 color hex is 0.00, 0.01, 0.28, 0.13. Web safe color of #dddaa0 is #cccc99. Color #dddaa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10100000
Octal 335 332 240
Decimal 221 218 160
Hex DD DA A0

RGB Percentages of Color #dddaa0

%36.89
%36.39
%26.71

CMYK Percentages of Color #dddaa0

%0
%1
%28
%13

Triadic Colors of #dddaa0

#dddaa0 #a0ddda #daa0dd

Analogous Colors of #dddaa0

#dddaa0 #c2dda0 #ddbca0

Monochromatic Colors of #dddaa0

#dddaa0

Complementary Color

#dddaa0 #a0a3dd

#dddaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddaa0 Color CSS Codes

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

#dddaa0 Text Font Color

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

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


#dddaa0 Background Color

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

This div background color is #dddaa0


#dddaa0 Border Color

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

This div border color is #dddaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddaa0

#dddaa0 Color Palettes


Comments

No comments written yet.

Please login to write comment.