Color Hex Logo

#dcb78e Color Hex

#DCB78E
(220,183,142)
0 Favorites   0 Comments

Color spaces of #dcb78e

RGB 220183142
HSL0.090.530.71
HSV32°35°86°
CMYK 0.000.170.35   0.14
XYZ51.331251.035632.7366
Yxy51.03560.37990.3778
Hunter Lab71.43923.239022.8381
CIE-Lab76.70067.606625.8441

#dcb78e color RGB value is (220,183,142).

#dcb78e hex color red value is 220, green value is 183 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcb78e hue: 0.09 , saturation: 0.53 and the lightness value of dcb78e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10001110
Octal 334 267 216
Decimal 220 183 142
Hex DC B7 8E

RGB Percentages of Color #dcb78e

%40.37
%33.58
%26.06

CMYK Percentages of Color #dcb78e

%0
%17
%35
%14

Triadic Colors of #dcb78e

#dcb78e #8edcb7 #b78edc

Analogous Colors of #dcb78e

#dcb78e #dadc8e #dc908e

Monochromatic Colors of #dcb78e

#dcb78e

Complementary Color

#dcb78e #8eb3dc

#dcb78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb78e Color CSS Codes

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

#dcb78e Text Font Color

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

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


#dcb78e Background Color

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

This div background color is #dcb78e


#dcb78e Border Color

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

This div border color is #dcb78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb78e


Comments

No comments written yet.

Please login to write comment.