Color Hex Logo

#dcb28d Color Hex

#DCB28D
(220,178,141)
0 Favorites   0 Comments

Color spaces of #dcb28d

RGB 220178141
HSL0.080.530.71
HSV28°36°86°
CMYK 0.000.190.36   0.14
XYZ50.243348.979532.0052
Yxy48.97950.38290.3732
Hunter Lab69.98545.672921.8757
CIE-Lab75.438610.149124.6736

#dcb28d color RGB value is (220,178,141).

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

The process color (four color CMYK) of #dcb28d color hex is 0.00, 0.19, 0.36, 0.14. Web safe color of #dcb28d is #cc9999. Color #dcb28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10001101
Octal 334 262 215
Decimal 220 178 141
Hex DC B2 8D

RGB Percentages of Color #dcb28d

%40.82
%33.02
%26.16

CMYK Percentages of Color #dcb28d

%0
%19
%36
%14

Triadic Colors of #dcb28d

#dcb28d #8ddcb2 #b28ddc

Analogous Colors of #dcb28d

#dcb28d #dcda8d #dc8d90

Monochromatic Colors of #dcb28d

#dcb28d

Complementary Color

#dcb28d #8db7dc

#dcb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb28d Color CSS Codes

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

#dcb28d Text Font Color

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

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


#dcb28d Background Color

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

This div background color is #dcb28d


#dcb28d Border Color

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

This div border color is #dcb28d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,178,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 #dcb28d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb28d


Comments

No comments written yet.

Please login to write comment.