Color Hex Logo

#ddd696 Color Hex

#DDD696
(221,214,150)
0 Favorites   0 Comments

Color spaces of #ddd696

RGB 221214150
HSL0.150.510.73
HSV54°32°87°
CMYK 0.000.030.32   0.13
XYZ59.370465.667338.4001
Yxy65.66730.36330.4018
Hunter Lab81.0354-11.034228.6291
CIE-Lab84.8264-7.184232.5348

#ddd696 color RGB value is (221,214,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 10010110
Octal 335 326 226
Decimal 221 214 150
Hex DD D6 96

RGB Percentages of Color #ddd696

%37.78
%36.58
%25.64

CMYK Percentages of Color #ddd696

%0
%3
%32
%13

Triadic Colors of #ddd696

#ddd696 #96ddd6 #d696dd

Analogous Colors of #ddd696

#ddd696 #c1dd96 #ddb396

Monochromatic Colors of #ddd696

#ddd696

Complementary Color

#ddd696 #969ddd

#ddd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd696 Color CSS Codes

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

#ddd696 Text Font Color

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

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


#ddd696 Background Color

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

This div background color is #ddd696


#ddd696 Border Color

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

This div border color is #ddd696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd696


Comments

No comments written yet.

Please login to write comment.