Color Hex Logo

#dcb18b Color Hex

#DCB18B
(220,177,139)
0 Favorites   0 Comments

Color spaces of #dcb18b

RGB 220177139
HSL0.080.540.70
HSV28°37°86°
CMYK 0.000.200.37   0.14
XYZ49.897548.524031.1623
Yxy48.52400.38510.3745
Hunter Lab69.65925.957622.2378
CIE-Lab75.154210.445125.3611

#dcb18b color RGB value is (220,177,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10001011
Octal 334 261 213
Decimal 220 177 139
Hex DC B1 8B

RGB Percentages of Color #dcb18b

%41.04
%33.02
%25.93

CMYK Percentages of Color #dcb18b

%0
%20
%37
%14

Triadic Colors of #dcb18b

#dcb18b #8bdcb1 #b18bdc

Analogous Colors of #dcb18b

#dcb18b #dcda8b #dc8b8e

Monochromatic Colors of #dcb18b

#dcb18b

Complementary Color

#dcb18b #8bb6dc

#dcb18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb18b Color CSS Codes

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

#dcb18b Text Font Color

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

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


#dcb18b Background Color

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

This div background color is #dcb18b


#dcb18b Border Color

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

This div border color is #dcb18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb18b


Comments

No comments written yet.

Please login to write comment.