Color Hex Logo

#ddb29d Color Hex

#DDB29D
(221,178,157)
0 Favorites   0 Comments

Color spaces of #ddb29d

RGB 221178157
HSL0.050.480.74
HSV20°29°87°
CMYK 0.000.190.29   0.13
XYZ51.825049.647338.7497
Yxy49.64730.36960.3541
Hunter Lab70.46087.982916.7163
CIE-Lab75.852312.564616.6346

#ddb29d color RGB value is (221,178,157).

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

The process color (four color CMYK) of #ddb29d color hex is 0.00, 0.19, 0.29, 0.13. Web safe color of #ddb29d is #cc9999. Color #ddb29d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10011101
Octal 335 262 235
Decimal 221 178 157
Hex DD B2 9D

RGB Percentages of Color #ddb29d

%39.75
%32.01
%28.24

CMYK Percentages of Color #ddb29d

%0
%19
%29
%13

Triadic Colors of #ddb29d

#ddb29d #9dddb2 #b29ddd

Analogous Colors of #ddb29d

#ddb29d #ddd29d #dd9da8

Monochromatic Colors of #ddb29d

#ddb29d

Complementary Color

#ddb29d #9dc8dd

#ddb29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb29d Color CSS Codes

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

#ddb29d Text Font Color

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

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


#ddb29d Background Color

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

This div background color is #ddb29d


#ddb29d Border Color

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

This div border color is #ddb29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb29d


Comments

No comments written yet.

Please login to write comment.