Color Hex Logo

#ddc29d Color Hex

#DDC29D
(221,194,157)
0 Favorites   0 Comments

Color spaces of #ddc29d

RGB 221194157
HSL0.100.480.74
HSV35°29°87°
CMYK 0.000.120.29   0.13
XYZ55.196456.390039.8735
Yxy56.39000.36440.3723
Hunter Lab75.0933-0.209021.0831
CIE-Lab79.83534.068822.1447

#ddc29d color RGB value is (221,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 10011101
Octal 335 302 235
Decimal 221 194 157
Hex DD C2 9D

RGB Percentages of Color #ddc29d

%38.64
%33.92
%27.45

CMYK Percentages of Color #ddc29d

%0
%12
%29
%13

Triadic Colors of #ddc29d

#ddc29d #9dddc2 #c29ddd

Analogous Colors of #ddc29d

#ddc29d #d8dd9d #dda29d

Monochromatic Colors of #ddc29d

#ddc29d

Complementary Color

#ddc29d #9db8dd

#ddc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc29d Color CSS Codes

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

#ddc29d Text Font Color

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

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


#ddc29d Background Color

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

This div background color is #ddc29d


#ddc29d Border Color

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

This div border color is #ddc29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc29d


Comments

No comments written yet.

Please login to write comment.