Color Hex Logo

#ddb185 Color Hex

#DDB185
(221,177,133)
0 Favorites   0 Comments

Color spaces of #ddb185

RGB 221177133
HSL0.080.560.69
HSV30°40°87°
CMYK 0.000.200.40   0.13
XYZ49.774648.509928.9302
Yxy48.50990.39130.3813
Hunter Lab69.64905.679024.1270
CIE-Lab75.145410.151728.5711

#ddb185 color RGB value is (221,177,133).

#ddb185 hex color red value is 221, green value is 177 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ddb185 hue: 0.08 , saturation: 0.56 and the lightness value of ddb185 is 0.69.

The process color (four color CMYK) of #ddb185 color hex is 0.00, 0.20, 0.40, 0.13. Web safe color of #ddb185 is #cc9999. Color #ddb185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10000101
Octal 335 261 205
Decimal 221 177 133
Hex DD B1 85

RGB Percentages of Color #ddb185

%41.62
%33.33
%25.05

CMYK Percentages of Color #ddb185

%0
%20
%40
%13

Triadic Colors of #ddb185

#ddb185 #85ddb1 #b185dd

Analogous Colors of #ddb185

#ddb185 #dddd85 #dd8585

Monochromatic Colors of #ddb185

#ddb185

Complementary Color

#ddb185 #85b1dd

#ddb185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb185 Color CSS Codes

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

#ddb185 Text Font Color

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

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


#ddb185 Background Color

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

This div background color is #ddb185


#ddb185 Border Color

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

This div border color is #ddb185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb185


Comments

No comments written yet.

Please login to write comment.