Color Hex Logo

#dcb286 Color Hex

#DCB286
(220,178,134)
0 Favorites   0 Comments

Color spaces of #dcb286

RGB 220178134
HSL0.090.550.69
HSV31°39°86°
CMYK 0.000.190.39   0.14
XYZ49.738748.777729.3478
Yxy48.77770.38900.3815
Hunter Lab69.84104.900623.9746
CIE-Lab75.31289.333228.2440

#dcb286 color RGB value is (220,178,134).

#dcb286 hex color red value is 220, green value is 178 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dcb286 hue: 0.09 , saturation: 0.55 and the lightness value of dcb286 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10000110
Octal 334 262 206
Decimal 220 178 134
Hex DC B2 86

RGB Percentages of Color #dcb286

%41.35
%33.46
%25.19

CMYK Percentages of Color #dcb286

%0
%19
%39
%14

Triadic Colors of #dcb286

#dcb286 #86dcb2 #b286dc

Analogous Colors of #dcb286

#dcb286 #dbdc86 #dc8786

Monochromatic Colors of #dcb286

#dcb286

Complementary Color

#dcb286 #86b0dc

#dcb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb286 Color CSS Codes

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

#dcb286 Text Font Color

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

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


#dcb286 Background Color

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

This div background color is #dcb286


#dcb286 Border Color

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

This div border color is #dcb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb286


Comments

No comments written yet.

Please login to write comment.