Color Hex Logo

#ddbcaa Color Hex

#DDBCAA
(221,188,170)
0 Favorites   0 Comments

Color spaces of #ddbcaa

RGB 221188170
HSL0.060.430.77
HSV21°23°87°
CMYK 0.000.150.23   0.13
XYZ55.057754.240945.5979
Yxy54.24090.35540.3502
Hunter Lab73.64844.557414.8457
CIE-Lab78.60209.034913.4747

#ddbcaa color RGB value is (221,188,170).

#ddbcaa hex color red value is 221, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddbcaa hue: 0.06 , saturation: 0.43 and the lightness value of ddbcaa is 0.77.

The process color (four color CMYK) of #ddbcaa color hex is 0.00, 0.15, 0.23, 0.13. Web safe color of #ddbcaa is #cccc99. Color #ddbcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10101010
Octal 335 274 252
Decimal 221 188 170
Hex DD BC AA

RGB Percentages of Color #ddbcaa

%38.17
%32.47
%29.36

CMYK Percentages of Color #ddbcaa

%0
%15
%23
%13

Triadic Colors of #ddbcaa

#ddbcaa #aaddbc #bcaadd

Analogous Colors of #ddbcaa

#ddbcaa #ddd6aa #ddaab2

Monochromatic Colors of #ddbcaa

#ddbcaa

Complementary Color

#ddbcaa #aacbdd

#ddbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcaa Color CSS Codes

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

#ddbcaa Text Font Color

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

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


#ddbcaa Background Color

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

This div background color is #ddbcaa


#ddbcaa Border Color

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

This div border color is #ddbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcaa


Comments

No comments written yet.

Please login to write comment.