Color Hex Logo

#ddb885 Color Hex

#DDB885
(221,184,133)
0 Favorites   0 Comments

Color spaces of #ddb885

RGB 221184133
HSL0.100.560.69
HSV35°40°87°
CMYK 0.000.170.40   0.13
XYZ51.192951.346629.4030
Yxy51.34660.38800.3892
Hunter Lab71.65652.125125.8310
CIE-Lab76.88856.430630.8798

#ddb885 color RGB value is (221,184,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10000101
Octal 335 270 205
Decimal 221 184 133
Hex DD B8 85

RGB Percentages of Color #ddb885

%41.08
%34.20
%24.72

CMYK Percentages of Color #ddb885

%0
%17
%40
%13

Triadic Colors of #ddb885

#ddb885 #85ddb8 #b885dd

Analogous Colors of #ddb885

#ddb885 #d6dd85 #dd8c85

Monochromatic Colors of #ddb885

#ddb885

Complementary Color

#ddb885 #85aadd

#ddb885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb885 Color CSS Codes

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

#ddb885 Text Font Color

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

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


#ddb885 Background Color

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

This div background color is #ddb885


#ddb885 Border Color

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

This div border color is #ddb885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb885


Comments

No comments written yet.

Please login to write comment.