Color Hex Logo

#ddc29f Color Hex

#DDC29F
(221,194,159)
0 Favorites   0 Comments

Color spaces of #ddc29f

RGB 221194159
HSL0.090.480.75
HSV34°28°87°
CMYK 0.000.120.28   0.13
XYZ55.368656.458940.7803
Yxy56.45890.36280.3700
Hunter Lab75.13910.039820.4189
CIE-Lab79.87434.333921.1354

#ddc29f color RGB value is (221,194,159).

#ddc29f hex color red value is 221, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddc29f hue: 0.09 , saturation: 0.48 and the lightness value of ddc29f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 10011111
Octal 335 302 237
Decimal 221 194 159
Hex DD C2 9F

RGB Percentages of Color #ddc29f

%38.50
%33.80
%27.70

CMYK Percentages of Color #ddc29f

%0
%12
%28
%13

Triadic Colors of #ddc29f

#ddc29f #9fddc2 #c29fdd

Analogous Colors of #ddc29f

#ddc29f #d9dd9f #dda39f

Monochromatic Colors of #ddc29f

#ddc29f

Complementary Color

#ddc29f #9fbadd

#ddc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc29f Color CSS Codes

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

#ddc29f Text Font Color

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

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


#ddc29f Background Color

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

This div background color is #ddc29f


#ddc29f Border Color

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

This div border color is #ddc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc29f


Comments

No comments written yet.

Please login to write comment.