Color Hex Logo

#dcb092 Color Hex

#DCB092
(220,176,146)
0 Favorites   0 Comments

Color spaces of #dcb092

RGB 220176146
HSL0.070.510.72
HSV24°34°86°
CMYK 0.000.200.34   0.14
XYZ50.228848.341633.8777
Yxy48.34160.37920.3650
Hunter Lab69.52817.278519.7805
CIE-Lab75.039911.828821.4418

#dcb092 color RGB value is (220,176,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10010010
Octal 334 260 222
Decimal 220 176 146
Hex DC B0 92

RGB Percentages of Color #dcb092

%40.59
%32.47
%26.94

CMYK Percentages of Color #dcb092

%0
%20
%34
%14

Triadic Colors of #dcb092

#dcb092 #92dcb0 #b092dc

Analogous Colors of #dcb092

#dcb092 #dcd592 #dc9299

Monochromatic Colors of #dcb092

#dcb092

Complementary Color

#dcb092 #92bedc

#dcb092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb092 Color CSS Codes

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

#dcb092 Text Font Color

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

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


#dcb092 Background Color

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

This div background color is #dcb092


#dcb092 Border Color

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

This div border color is #dcb092


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,176,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 #dcb092">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb092


Comments

No comments written yet.

Please login to write comment.