Color Hex Logo

#dcb184 Color Hex

#DCB184
(220,177,132)
0 Favorites   0 Comments

Color spaces of #dcb184

RGB 220177132
HSL0.090.560.69
HSV31°40°86°
CMYK 0.000.200.40   0.14
XYZ49.402248.325928.5538
Yxy48.32590.39120.3827
Hunter Lab69.51685.196724.3086
CIE-Lab75.03009.641528.9322

#dcb184 color RGB value is (220,177,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10000100
Octal 334 261 204
Decimal 220 177 132
Hex DC B1 84

RGB Percentages of Color #dcb184

%41.59
%33.46
%24.95

CMYK Percentages of Color #dcb184

%0
%20
%40
%14

Triadic Colors of #dcb184

#dcb184 #84dcb1 #b184dc

Analogous Colors of #dcb184

#dcb184 #dbdc84 #dc8584

Monochromatic Colors of #dcb184

#dcb184

Complementary Color

#dcb184 #84afdc

#dcb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb184 Color CSS Codes

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

#dcb184 Text Font Color

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

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


#dcb184 Background Color

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

This div background color is #dcb184


#dcb184 Border Color

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

This div border color is #dcb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb184


Comments

No comments written yet.

Please login to write comment.