Color Hex Logo

#dcb088 Color Hex

#DCB088
(220,176,136)
0 Favorites   0 Comments

Color spaces of #dcb088

RGB 220176136
HSL0.080.550.70
HSV29°38°86°
CMYK 0.000.200.38   0.14
XYZ49.484548.043929.9578
Yxy48.04390.38820.3769
Hunter Lab69.31376.135922.8941
CIE-Lab74.852610.629326.5616

#dcb088 color RGB value is (220,176,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10001000
Octal 334 260 210
Decimal 220 176 136
Hex DC B0 88

RGB Percentages of Color #dcb088

%41.35
%33.08
%25.56

CMYK Percentages of Color #dcb088

%0
%20
%38
%14

Triadic Colors of #dcb088

#dcb088 #88dcb0 #b088dc

Analogous Colors of #dcb088

#dcb088 #dcda88 #dc888a

Monochromatic Colors of #dcb088

#dcb088

Complementary Color

#dcb088 #88b4dc

#dcb088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb088 Color CSS Codes

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

#dcb088 Text Font Color

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

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


#dcb088 Background Color

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

This div background color is #dcb088


#dcb088 Border Color

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

This div border color is #dcb088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb088


Comments

No comments written yet.

Please login to write comment.