Color Hex Logo

#ddd99d Color Hex

#DDD99D
(221,217,157)
0 Favorites   0 Comments

Color spaces of #ddd99d

RGB 221217157
HSL0.160.480.74
HSV56°29°87°
CMYK 0.000.020.29   0.13
XYZ60.717567.432241.7138
Yxy67.43220.35740.3970
Hunter Lab82.1171-11.721827.3639
CIE-Lab85.7217-7.834830.1255

#ddd99d color RGB value is (221,217,157).

#ddd99d hex color red value is 221, green value is 217 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ddd99d hue: 0.16 , saturation: 0.48 and the lightness value of ddd99d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 10011101
Octal 335 331 235
Decimal 221 217 157
Hex DD D9 9D

RGB Percentages of Color #ddd99d

%37.14
%36.47
%26.39

CMYK Percentages of Color #ddd99d

%0
%2
%29
%13

Triadic Colors of #ddd99d

#ddd99d #9dddd9 #d99ddd

Analogous Colors of #ddd99d

#ddd99d #c1dd9d #ddb99d

Monochromatic Colors of #ddd99d

#ddd99d

Complementary Color

#ddd99d #9da1dd

#ddd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd99d Color CSS Codes

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

#ddd99d Text Font Color

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

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


#ddd99d Background Color

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

This div background color is #ddd99d


#ddd99d Border Color

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

This div border color is #ddd99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd99d


Comments

No comments written yet.

Please login to write comment.