Color Hex Logo

#ddb79a Color Hex

#DDB79A
(221,183,154)
0 Favorites   0 Comments

Color spaces of #ddb79a

RGB 221183154
HSL0.070.500.74
HSV26°30°87°
CMYK 0.000.170.30   0.13
XYZ52.585051.572237.7548
Yxy51.57220.37050.3634
Hunter Lab71.81385.030919.0990
CIE-Lab77.02439.499719.8789

#ddb79a color RGB value is (221,183,154).

#ddb79a hex color red value is 221, green value is 183 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ddb79a hue: 0.07 , saturation: 0.50 and the lightness value of ddb79a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 10011010
Octal 335 267 232
Decimal 221 183 154
Hex DD B7 9A

RGB Percentages of Color #ddb79a

%39.61
%32.80
%27.60

CMYK Percentages of Color #ddb79a

%0
%17
%30
%13

Triadic Colors of #ddb79a

#ddb79a #9addb7 #b79add

Analogous Colors of #ddb79a

#ddb79a #ddd99a #dd9a9f

Monochromatic Colors of #ddb79a

#ddb79a

Complementary Color

#ddb79a #9ac0dd

#ddb79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb79a Color CSS Codes

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

#ddb79a Text Font Color

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

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


#ddb79a Background Color

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

This div background color is #ddb79a


#ddb79a Border Color

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

This div border color is #ddb79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb79a


Comments

No comments written yet.

Please login to write comment.