Color Hex Logo

#ddb588 Color Hex

#DDB588
(221,181,136)
0 Favorites   0 Comments

Color spaces of #ddb588

RGB 221181136
HSL0.090.560.70
HSV32°38°87°
CMYK 0.000.180.38   0.13
XYZ50.786650.197530.3049
Yxy50.19750.38680.3823
Hunter Lab70.85023.963924.2349
CIE-Lab76.19038.360828.3676

#ddb588 color RGB value is (221,181,136).

#ddb588 hex color red value is 221, green value is 181 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ddb588 hue: 0.09 , saturation: 0.56 and the lightness value of ddb588 is 0.70.

The process color (four color CMYK) of #ddb588 color hex is 0.00, 0.18, 0.38, 0.13. Web safe color of #ddb588 is #cccc99. Color #ddb588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10001000
Octal 335 265 210
Decimal 221 181 136
Hex DD B5 88

RGB Percentages of Color #ddb588

%41.08
%33.64
%25.28

CMYK Percentages of Color #ddb588

%0
%18
%38
%13

Triadic Colors of #ddb588

#ddb588 #88ddb5 #b588dd

Analogous Colors of #ddb588

#ddb588 #dbdd88 #dd8b88

Monochromatic Colors of #ddb588

#ddb588

Complementary Color

#ddb588 #88b0dd

#ddb588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb588 Color CSS Codes

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

#ddb588 Text Font Color

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

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


#ddb588 Background Color

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

This div background color is #ddb588


#ddb588 Border Color

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

This div border color is #ddb588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb588


Comments

No comments written yet.

Please login to write comment.