Color Hex Logo

#ddb39f Color Hex

#DDB39F
(221,179,159)
0 Favorites   0 Comments

Color spaces of #ddb39f

RGB 221179159
HSL0.050.480.75
HSV19°28°87°
CMYK 0.000.190.28   0.13
XYZ52.196950.115639.7231
Yxy50.11560.36750.3528
Hunter Lab70.79247.725616.2858
CIE-Lab76.140212.298415.9540

#ddb39f color RGB value is (221,179,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10011111
Octal 335 263 237
Decimal 221 179 159
Hex DD B3 9F

RGB Percentages of Color #ddb39f

%39.53
%32.02
%28.44

CMYK Percentages of Color #ddb39f

%0
%19
%28
%13

Triadic Colors of #ddb39f

#ddb39f #9fddb3 #b39fdd

Analogous Colors of #ddb39f

#ddb39f #ddd29f #dd9faa

Monochromatic Colors of #ddb39f

#ddb39f

Complementary Color

#ddb39f #9fc9dd

#ddb39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb39f Color CSS Codes

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

#ddb39f Text Font Color

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

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


#ddb39f Background Color

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

This div background color is #ddb39f


#ddb39f Border Color

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

This div border color is #ddb39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb39f


Comments

No comments written yet.

Please login to write comment.