Color Hex Logo

#ddb088 Color Hex

#DDB088
(221,176,136)
0 Favorites   0 Comments

Color spaces of #ddb088

RGB 221176136
HSL0.080.560.70
HSV28°38°87°
CMYK 0.000.200.38   0.13
XYZ49.788148.200429.9720
Yxy48.20040.38910.3767
Hunter Lab69.42656.512023.0026
CIE-Lab74.951211.025526.7110

#ddb088 color RGB value is (221,176,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10001000
Octal 335 260 210
Decimal 221 176 136
Hex DD B0 88

RGB Percentages of Color #ddb088

%41.46
%33.02
%25.52

CMYK Percentages of Color #ddb088

%0
%20
%38
%13

Triadic Colors of #ddb088

#ddb088 #88ddb0 #b088dd

Analogous Colors of #ddb088

#ddb088 #dddb88 #dd888b

Monochromatic Colors of #ddb088

#ddb088

Complementary Color

#ddb088 #88b5dd

#ddb088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb088 Color CSS Codes

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

#ddb088 Text Font Color

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

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


#ddb088 Background Color

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

This div background color is #ddb088


#ddb088 Border Color

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

This div border color is #ddb088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb088


Comments

No comments written yet.

Please login to write comment.