Color Hex Logo

#dcb192 Color Hex

#DCB192
(220,177,146)
0 Favorites   0 Comments

Color spaces of #dcb192

RGB 220177146
HSL0.070.510.72
HSV25°34°86°
CMYK 0.000.200.34   0.14
XYZ50.425648.735233.9433
Yxy48.73520.37880.3661
Hunter Lab69.81066.765620.0394
CIE-Lab75.286311.293921.7792

#dcb192 color RGB value is (220,177,146).

#dcb192 hex color red value is 220, green value is 177 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dcb192 hue: 0.07 , saturation: 0.51 and the lightness value of dcb192 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10010010
Octal 334 261 222
Decimal 220 177 146
Hex DC B1 92

RGB Percentages of Color #dcb192

%40.52
%32.60
%26.89

CMYK Percentages of Color #dcb192

%0
%20
%34
%14

Triadic Colors of #dcb192

#dcb192 #92dcb1 #b192dc

Analogous Colors of #dcb192

#dcb192 #dcd692 #dc9298

Monochromatic Colors of #dcb192

#dcb192

Complementary Color

#dcb192 #92bddc

#dcb192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb192 Color CSS Codes

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

#dcb192 Text Font Color

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

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


#dcb192 Background Color

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

This div background color is #dcb192


#dcb192 Border Color

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

This div border color is #dcb192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb192


Comments

No comments written yet.

Please login to write comment.