Color Hex Logo

#ddd79c Color Hex

#DDD79C
(221,215,156)
0 Favorites   0 Comments

Color spaces of #ddd79c

RGB 221215156
HSL0.150.490.74
HSV54°29°87°
CMYK 0.000.030.29   0.13
XYZ60.120066.373341.0952
Yxy66.37330.35870.3960
Hunter Lab81.4698-10.849527.1217
CIE-Lab85.1865-6.944829.9242

#ddd79c color RGB value is (221,215,156).

#ddd79c hex color red value is 221, green value is 215 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ddd79c hue: 0.15 , saturation: 0.49 and the lightness value of ddd79c is 0.74.

The process color (four color CMYK) of #ddd79c color hex is 0.00, 0.03, 0.29, 0.13. Web safe color of #ddd79c is #cccc99. Color #ddd79c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 10011100
Octal 335 327 234
Decimal 221 215 156
Hex DD D7 9C

RGB Percentages of Color #ddd79c

%37.33
%36.32
%26.35

CMYK Percentages of Color #ddd79c

%0
%3
%29
%13

Triadic Colors of #ddd79c

#ddd79c #9cddd7 #d79cdd

Analogous Colors of #ddd79c

#ddd79c #c3dd9c #ddb79c

Monochromatic Colors of #ddd79c

#ddd79c

Complementary Color

#ddd79c #9ca2dd

#ddd79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd79c Color CSS Codes

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

#ddd79c Text Font Color

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

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


#ddd79c Background Color

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

This div background color is #ddd79c


#ddd79c Border Color

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

This div border color is #ddd79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd79c


Comments

No comments written yet.

Please login to write comment.