Color Hex Logo

#ddb579 Color Hex

#DDB579
(221,181,121)
0 Favorites   0 Comments

Color spaces of #ddb579

RGB 221181121
HSL0.100.600.67
HSV36°45°87°
CMYK 0.000.180.45   0.13
XYZ49.793949.800425.0772
Yxy49.80040.39940.3995
Hunter Lab70.56942.453528.3296
CIE-Lab75.94666.750535.9345

#ddb579 color RGB value is (221,181,121).

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

The process color (four color CMYK) of #ddb579 color hex is 0.00, 0.18, 0.45, 0.13. Web safe color of #ddb579 is #cccc66. Color #ddb579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 01111001
Octal 335 265 171
Decimal 221 181 121
Hex DD B5 79

RGB Percentages of Color #ddb579

%42.26
%34.61
%23.14

CMYK Percentages of Color #ddb579

%0
%18
%45
%13

Triadic Colors of #ddb579

#ddb579 #79ddb5 #b579dd

Analogous Colors of #ddb579

#ddb579 #d3dd79 #dd8379

Monochromatic Colors of #ddb579

#ddb579

Complementary Color

#ddb579 #79a1dd

#ddb579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb579 Color CSS Codes

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

#ddb579 Text Font Color

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

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


#ddb579 Background Color

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

This div background color is #ddb579


#ddb579 Border Color

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

This div border color is #ddb579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb579


Comments

No comments written yet.

Please login to write comment.