Color Hex Logo

#dcb19b Color Hex

#DCB19B
(220,177,155)
0 Favorites   0 Comments

Color spaces of #dcb19b

RGB 220177155
HSL0.060.480.74
HSV20°30°86°
CMYK 0.000.200.30   0.14
XYZ51.153749.026537.7773
Yxy49.02650.37080.3554
Hunter Lab70.01897.873617.0245
CIE-Lab75.467812.450417.1673

#dcb19b color RGB value is (220,177,155).

#dcb19b hex color red value is 220, green value is 177 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcb19b hue: 0.06 , saturation: 0.48 and the lightness value of dcb19b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10011011
Octal 334 261 233
Decimal 220 177 155
Hex DC B1 9B

RGB Percentages of Color #dcb19b

%39.86
%32.07
%28.08

CMYK Percentages of Color #dcb19b

%0
%20
%30
%14

Triadic Colors of #dcb19b

#dcb19b #9bdcb1 #b19bdc

Analogous Colors of #dcb19b

#dcb19b #dcd29b #dc9ba6

Monochromatic Colors of #dcb19b

#dcb19b

Complementary Color

#dcb19b #9bc6dc

#dcb19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb19b Color CSS Codes

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

#dcb19b Text Font Color

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

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


#dcb19b Background Color

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

This div background color is #dcb19b


#dcb19b Border Color

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

This div border color is #dcb19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb19b


Comments

No comments written yet.

Please login to write comment.