color codes Logo

#dcb78d color codes

#DCB78D
(220,183,141)
0 Favorites   0 Comments

Color spaces of #dcb78d

RGB 220183141
HSL0.090.530.71
HSV32°36°86°
CMYK 0.000.170.36   0.14
XYZ51.256451.005732.3429
Yxy51.00570.38080.3789
Hunter Lab71.41833.126223.1424
CIE-Lab76.68257.486826.3521

#dcb78d color RGB value is (220,183,141).

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

The process color (four color CMYK) of #dcb78d color code is 0.00, 0.17, 0.36, 0.14. Web safe color of #dcb78d is #cccc99. Color #dcb78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10001101
Octal 334 267 215
Decimal 220 183 141
Hex DC B7 8D

RGB Percentages of Color #dcb78d

%40.44
%33.64
%25.92

CMYK Percentages of Color #dcb78d

%0
%17
%36
%14

Triadic Colors of #dcb78d

#dcb78d #8ddcb7 #b78ddc

Analogous Colors of #dcb78d

#dcb78d #dadc8d #dc908d

Monochromatic Colors of #dcb78d

#dcb78d

Complementary Color

#dcb78d #8db2dc

#dcb78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb78d Color CSS Codes

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

#dcb78d Text Font Color

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

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


#dcb78d Background Color

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

This div background color is #dcb78d


#dcb78d Border Color

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

This div border color is #dcb78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb78d

#dcb78d Color Palettes


Comments

No comments written yet.

Please login to write comment.