Color Hex Logo

#ddc096 Color Hex

#DDC096
(221,192,150)
0 Favorites   0 Comments

Color spaces of #ddc096

RGB 221192150
HSL0.100.510.73
HSV35°32°87°
CMYK 0.000.130.32   0.13
XYZ54.173555.273436.6678
Yxy55.27340.37080.3783
Hunter Lab74.3461-0.038722.8002
CIE-Lab79.19854.220524.9890

#ddc096 color RGB value is (221,192,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10010110
Octal 335 300 226
Decimal 221 192 150
Hex DD C0 96

RGB Percentages of Color #ddc096

%39.25
%34.10
%26.64

CMYK Percentages of Color #ddc096

%0
%13
%32
%13

Triadic Colors of #ddc096

#ddc096 #96ddc0 #c096dd

Analogous Colors of #ddc096

#ddc096 #d7dd96 #dd9d96

Monochromatic Colors of #ddc096

#ddc096

Complementary Color

#ddc096 #96b3dd

#ddc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc096 Color CSS Codes

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

#ddc096 Text Font Color

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

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


#ddc096 Background Color

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

This div background color is #ddc096


#ddc096 Border Color

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

This div border color is #ddc096


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,192,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 #ddc096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc096


Comments

No comments written yet.

Please login to write comment.