Color Hex Logo

#dcb47c Color Hex

#DCB47C
(220,180,124)
0 Favorites   0 Comments

Color spaces of #dcb47c

RGB 220180124
HSL0.100.580.67
HSV35°44°86°
CMYK 0.000.180.44   0.14
XYZ49.474549.313425.9796
Yxy49.31340.39650.3952
Hunter Lab70.22352.867327.2218
CIE-Lab75.64597.182933.9628

#dcb47c color RGB value is (220,180,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01111100
Octal 334 264 174
Decimal 220 180 124
Hex DC B4 7C

RGB Percentages of Color #dcb47c

%41.98
%34.35
%23.66

CMYK Percentages of Color #dcb47c

%0
%18
%44
%14

Triadic Colors of #dcb47c

#dcb47c #7cdcb4 #b47cdc

Analogous Colors of #dcb47c

#dcb47c #d4dc7c #dc847c

Monochromatic Colors of #dcb47c

#dcb47c

Complementary Color

#dcb47c #7ca4dc

#dcb47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb47c Color CSS Codes

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

#dcb47c Text Font Color

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

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


#dcb47c Background Color

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

This div background color is #dcb47c


#dcb47c Border Color

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

This div border color is #dcb47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb47c


Comments

No comments written yet.

Please login to write comment.