Color Hex Logo

#ddc596 Color Hex

#DDC596
(221,197,150)
0 Favorites   0 Comments

Color spaces of #ddc596

RGB 221197150
HSL0.110.510.73
HSV40°32°87°
CMYK 0.000.110.32   0.13
XYZ55.290157.506737.0400
Yxy57.50670.36900.3838
Hunter Lab75.8332-2.563424.1236
CIE-Lab80.46371.595726.7013

#ddc596 color RGB value is (221,197,150).

#ddc596 hex color red value is 221, green value is 197 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ddc596 hue: 0.11 , saturation: 0.51 and the lightness value of ddc596 is 0.73.

The process color (four color CMYK) of #ddc596 color hex is 0.00, 0.11, 0.32, 0.13. Web safe color of #ddc596 is #cccc99. Color #ddc596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 10010110
Octal 335 305 226
Decimal 221 197 150
Hex DD C5 96

RGB Percentages of Color #ddc596

%38.91
%34.68
%26.41

CMYK Percentages of Color #ddc596

%0
%11
%32
%13

Triadic Colors of #ddc596

#ddc596 #96ddc5 #c596dd

Analogous Colors of #ddc596

#ddc596 #d2dd96 #dda296

Monochromatic Colors of #ddc596

#ddc596

Complementary Color

#ddc596 #96aedd

#ddc596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc596 Color CSS Codes

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

#ddc596 Text Font Color

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

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


#ddc596 Background Color

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

This div background color is #ddc596


#ddc596 Border Color

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

This div border color is #ddc596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc596


Comments

No comments written yet.

Please login to write comment.