Color Hex Logo

#ddc7ad Color Hex

#DDC7AD
(221,199,173)
0 Favorites   0 Comments

Color spaces of #ddc7ad

RGB 221199173
HSL0.090.410.77
HSV33°22°87°
CMYK 0.000.100.22   0.13
XYZ57.785059.236147.9233
Yxy59.23610.35030.3591
Hunter Lab76.9650-0.671716.9578
CIE-Lab81.42123.654715.8338

#ddc7ad color RGB value is (221,199,173).

#ddc7ad hex color red value is 221, green value is 199 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddc7ad hue: 0.09 , saturation: 0.41 and the lightness value of ddc7ad is 0.77.

The process color (four color CMYK) of #ddc7ad color hex is 0.00, 0.10, 0.22, 0.13. Web safe color of #ddc7ad is #cccc99. Color #ddc7ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 10101101
Octal 335 307 255
Decimal 221 199 173
Hex DD C7 AD

RGB Percentages of Color #ddc7ad

%37.27
%33.56
%29.17

CMYK Percentages of Color #ddc7ad

%0
%10
%22
%13

Triadic Colors of #ddc7ad

#ddc7ad #adddc7 #c7addd

Analogous Colors of #ddc7ad

#ddc7ad #dbddad #ddafad

Monochromatic Colors of #ddc7ad

#ddc7ad

Complementary Color

#ddc7ad #adc3dd

#ddc7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc7ad Color CSS Codes

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

#ddc7ad Text Font Color

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

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


#ddc7ad Background Color

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

This div background color is #ddc7ad


#ddc7ad Border Color

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

This div border color is #ddc7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc7ad

#ddc7ad Color Palettes


Comments

No comments written yet.

Please login to write comment.