Color Hex Logo

#ddcdaf Color Hex

#DDCDAF
(221,205,175)
0 Favorites   0 Comments

Color spaces of #ddcdaf

RGB 221205175
HSL0.110.400.78
HSV39°21°87°
CMYK 0.000.070.21   0.13
XYZ59.388062.129949.4196
Yxy62.12990.34740.3635
Hunter Lab78.8225-3.450518.0025
CIE-Lab82.98250.806216.9585

#ddcdaf color RGB value is (221,205,175).

#ddcdaf hex color red value is 221, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddcdaf hue: 0.11 , saturation: 0.40 and the lightness value of ddcdaf is 0.78.

The process color (four color CMYK) of #ddcdaf color hex is 0.00, 0.07, 0.21, 0.13. Web safe color of #ddcdaf is #cccc99. Color #ddcdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10101111
Octal 335 315 257
Decimal 221 205 175
Hex DD CD AF

RGB Percentages of Color #ddcdaf

%36.77
%34.11
%29.12

CMYK Percentages of Color #ddcdaf

%0
%7
%21
%13

Triadic Colors of #ddcdaf

#ddcdaf #afddcd #cdafdd

Analogous Colors of #ddcdaf

#ddcdaf #d6ddaf #ddb6af

Monochromatic Colors of #ddcdaf

#ddcdaf

Complementary Color

#ddcdaf #afbfdd

#ddcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdaf Color CSS Codes

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

#ddcdaf Text Font Color

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

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


#ddcdaf Background Color

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

This div background color is #ddcdaf


#ddcdaf Border Color

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

This div border color is #ddcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdaf


Comments

No comments written yet.

Please login to write comment.