Color Hex Logo

#dcb47d Color Hex

#DCB47D
(220,180,125)
0 Favorites   0 Comments

Color spaces of #dcb47d

RGB 220180125
HSL0.100.580.68
HSV35°43°86°
CMYK 0.000.180.43   0.14
XYZ49.538149.338826.3144
Yxy49.33880.39570.3941
Hunter Lab70.24162.964926.9575
CIE-Lab75.66167.287433.4593

#dcb47d color RGB value is (220,180,125).

#dcb47d hex color red value is 220, green value is 180 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcb47d hue: 0.10 , saturation: 0.58 and the lightness value of dcb47d is 0.68.

The process color (four color CMYK) of #dcb47d color hex is 0.00, 0.18, 0.43, 0.14. Web safe color of #dcb47d is #cccc66. Color #dcb47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01111101
Octal 334 264 175
Decimal 220 180 125
Hex DC B4 7D

RGB Percentages of Color #dcb47d

%41.90
%34.29
%23.81

CMYK Percentages of Color #dcb47d

%0
%18
%43
%14

Triadic Colors of #dcb47d

#dcb47d #7ddcb4 #b47ddc

Analogous Colors of #dcb47d

#dcb47d #d5dc7d #dc857d

Monochromatic Colors of #dcb47d

#dcb47d

Complementary Color

#dcb47d #7da5dc

#dcb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb47d Color CSS Codes

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

#dcb47d Text Font Color

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

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


#dcb47d Background Color

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

This div background color is #dcb47d


#dcb47d Border Color

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

This div border color is #dcb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb47d


Comments

No comments written yet.

Please login to write comment.