Color Hex Logo

#dcb180 Color Hex

#DCB180
(220,177,128)
0 Favorites   0 Comments

Color spaces of #dcb180

RGB 220177128
HSL0.090.570.68
HSV32°42°86°
CMYK 0.000.200.42   0.14
XYZ49.133648.218427.1395
Yxy48.21840.39470.3873
Hunter Lab69.43954.783025.4349
CIE-Lab74.96259.202730.9652

#dcb180 color RGB value is (220,177,128).

#dcb180 hex color red value is 220, green value is 177 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dcb180 hue: 0.09 , saturation: 0.57 and the lightness value of dcb180 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10000000
Octal 334 261 200
Decimal 220 177 128
Hex DC B1 80

RGB Percentages of Color #dcb180

%41.90
%33.71
%24.38

CMYK Percentages of Color #dcb180

%0
%20
%42
%14

Triadic Colors of #dcb180

#dcb180 #80dcb1 #b180dc

Analogous Colors of #dcb180

#dcb180 #d9dc80 #dc8380

Monochromatic Colors of #dcb180

#dcb180

Complementary Color

#dcb180 #80abdc

#dcb180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb180 Color CSS Codes

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

#dcb180 Text Font Color

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

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


#dcb180 Background Color

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

This div background color is #dcb180


#dcb180 Border Color

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

This div border color is #dcb180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,177,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb180


Comments

No comments written yet.

Please login to write comment.