Color Hex Logo

#dcb692 Color Hex

#DCB692
(220,182,146)
0 Favorites   0 Comments

Color spaces of #dcb692

RGB 220182146
HSL0.080.510.72
HSV29°34°86°
CMYK 0.000.170.34   0.14
XYZ51.431550.746934.2785
Yxy50.74690.37690.3719
Hunter Lab71.23694.208721.3360
CIE-Lab76.52548.626523.4708

#dcb692 color RGB value is (220,182,146).

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

The process color (four color CMYK) of #dcb692 color hex is 0.00, 0.17, 0.34, 0.14. Web safe color of #dcb692 is #cccc99. Color #dcb692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 10010010
Octal 334 266 222
Decimal 220 182 146
Hex DC B6 92

RGB Percentages of Color #dcb692

%40.15
%33.21
%26.64

CMYK Percentages of Color #dcb692

%0
%17
%34
%14

Triadic Colors of #dcb692

#dcb692 #92dcb6 #b692dc

Analogous Colors of #dcb692

#dcb692 #dcdb92 #dc9293

Monochromatic Colors of #dcb692

#dcb692

Complementary Color

#dcb692 #92b8dc

#dcb692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb692 Color CSS Codes

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

#dcb692 Text Font Color

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

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


#dcb692 Background Color

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

This div background color is #dcb692


#dcb692 Border Color

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

This div border color is #dcb692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb692


Comments

No comments written yet.

Please login to write comment.