Color Hex Logo

#dcb795 Color Hex

#DCB795
(220,183,149)
0 Favorites   0 Comments

Color spaces of #dcb795

RGB 220183149
HSL0.080.500.72
HSV29°32°86°
CMYK 0.000.170.32   0.14
XYZ51.873551.252535.5925
Yxy51.25250.37390.3695
Hunter Lab71.59094.054020.6367
CIE-Lab76.83178.470222.2821

#dcb795 color RGB value is (220,183,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10010101
Octal 334 267 225
Decimal 220 183 149
Hex DC B7 95

RGB Percentages of Color #dcb795

%39.86
%33.15
%26.99

CMYK Percentages of Color #dcb795

%0
%17
%32
%14

Triadic Colors of #dcb795

#dcb795 #95dcb7 #b795dc

Analogous Colors of #dcb795

#dcb795 #dcdb95 #dc9597

Monochromatic Colors of #dcb795

#dcb795

Complementary Color

#dcb795 #95badc

#dcb795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb795 Color CSS Codes

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

#dcb795 Text Font Color

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

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


#dcb795 Background Color

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

This div background color is #dcb795


#dcb795 Border Color

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

This div border color is #dcb795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb795


Comments

No comments written yet.

Please login to write comment.