Color Hex Logo

#ddd596 Color Hex

#DDD596
(221,213,150)
0 Favorites   0 Comments

Color spaces of #ddd596

RGB 221213150
HSL0.150.510.73
HSV53°32°87°
CMYK 0.000.040.32   0.13
XYZ59.118165.162738.3160
Yxy65.16270.36360.4008
Hunter Lab80.7234-10.540828.3639
CIE-Lab84.5675-6.674532.1916

#ddd596 color RGB value is (221,213,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 10010110
Octal 335 325 226
Decimal 221 213 150
Hex DD D5 96

RGB Percentages of Color #ddd596

%37.84
%36.47
%25.68

CMYK Percentages of Color #ddd596

%0
%4
%32
%13

Triadic Colors of #ddd596

#ddd596 #96ddd5 #d596dd

Analogous Colors of #ddd596

#ddd596 #c2dd96 #ddb296

Monochromatic Colors of #ddd596

#ddd596

Complementary Color

#ddd596 #969edd

#ddd596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd596 Color CSS Codes

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

#ddd596 Text Font Color

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

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


#ddd596 Background Color

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

This div background color is #ddd596


#ddd596 Border Color

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

This div border color is #ddd596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd596


Comments

No comments written yet.

Please login to write comment.