Color Hex Logo

#ddb79f Color Hex

#DDB79F
(221,183,159)
0 Favorites   0 Comments

Color spaces of #ddb79f

RGB 221183159
HSL0.060.480.75
HSV23°28°87°
CMYK 0.000.170.28   0.13
XYZ53.010351.742339.9942
Yxy51.74230.36620.3575
Hunter Lab71.93215.664217.3873
CIE-Lab77.126510.162917.3302

#ddb79f color RGB value is (221,183,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 10011111
Octal 335 267 237
Decimal 221 183 159
Hex DD B7 9F

RGB Percentages of Color #ddb79f

%39.25
%32.50
%28.24

CMYK Percentages of Color #ddb79f

%0
%17
%28
%13

Triadic Colors of #ddb79f

#ddb79f #9fddb7 #b79fdd

Analogous Colors of #ddb79f

#ddb79f #ddd69f #dd9fa6

Monochromatic Colors of #ddb79f

#ddb79f

Complementary Color

#ddb79f #9fc5dd

#ddb79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb79f Color CSS Codes

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

#ddb79f Text Font Color

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

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


#ddb79f Background Color

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

This div background color is #ddb79f


#ddb79f Border Color

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

This div border color is #ddb79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb79f


Comments

No comments written yet.

Please login to write comment.