Color Hex Logo

#dcb181 Color Hex

#DCB181
(220,177,129)
0 Favorites   0 Comments

Color spaces of #dcb181

RGB 220177129
HSL0.090.570.68
HSV32°41°86°
CMYK 0.000.200.41   0.14
XYZ49.199848.244927.4880
Yxy48.24490.39380.3862
Hunter Lab69.45854.885025.1572
CIE-Lab74.97919.311130.4575

#dcb181 color RGB value is (220,177,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10000001
Octal 334 261 201
Decimal 220 177 129
Hex DC B1 81

RGB Percentages of Color #dcb181

%41.83
%33.65
%24.52

CMYK Percentages of Color #dcb181

%0
%20
%41
%14

Triadic Colors of #dcb181

#dcb181 #81dcb1 #b181dc

Analogous Colors of #dcb181

#dcb181 #dadc81 #dc8481

Monochromatic Colors of #dcb181

#dcb181

Complementary Color

#dcb181 #81acdc

#dcb181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb181 Color CSS Codes

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

#dcb181 Text Font Color

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

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


#dcb181 Background Color

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

This div background color is #dcb181


#dcb181 Border Color

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

This div border color is #dcb181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb181


Comments

No comments written yet.

Please login to write comment.