Color Hex Logo

#ddb179 Color Hex

#DDB179
(221,177,121)
0 Favorites   0 Comments

Color spaces of #ddb179

RGB 221177121
HSL0.090.600.67
HSV34°45°87°
CMYK 0.000.200.45   0.13
XYZ48.992148.196924.8099
Yxy48.19690.40160.3951
Hunter Lab69.42404.474427.4085
CIE-Lab74.94908.875434.6515

#ddb179 color RGB value is (221,177,121).

#ddb179 hex color red value is 221, green value is 177 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ddb179 hue: 0.09 , saturation: 0.60 and the lightness value of ddb179 is 0.67.

The process color (four color CMYK) of #ddb179 color hex is 0.00, 0.20, 0.45, 0.13. Web safe color of #ddb179 is #cc9966. Color #ddb179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01111001
Octal 335 261 171
Decimal 221 177 121
Hex DD B1 79

RGB Percentages of Color #ddb179

%42.58
%34.10
%23.31

CMYK Percentages of Color #ddb179

%0
%20
%45
%13

Triadic Colors of #ddb179

#ddb179 #79ddb1 #b179dd

Analogous Colors of #ddb179

#ddb179 #d7dd79 #dd7f79

Monochromatic Colors of #ddb179

#ddb179

Complementary Color

#ddb179 #79a5dd

#ddb179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb179 Color CSS Codes

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

#ddb179 Text Font Color

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

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


#ddb179 Background Color

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

This div background color is #ddb179


#ddb179 Border Color

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

This div border color is #ddb179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb179


Comments

No comments written yet.

Please login to write comment.