Color Hex Logo

#dcb985 Color Hex

#DCB985
(220,185,133)
0 Favorites   0 Comments

Color spaces of #dcb985

RGB 220185133
HSL0.100.550.69
HSV36°40°86°
CMYK 0.000.160.40   0.14
XYZ51.097851.607029.4583
Yxy51.60700.38660.3905
Hunter Lab71.83801.249125.9738
CIE-Lab77.04525.502931.0690

#dcb985 color RGB value is (220,185,133).

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

The process color (four color CMYK) of #dcb985 color hex is 0.00, 0.16, 0.40, 0.14. Web safe color of #dcb985 is #cccc99. Color #dcb985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 10000101
Octal 334 271 205
Decimal 220 185 133
Hex DC B9 85

RGB Percentages of Color #dcb985

%40.89
%34.39
%24.72

CMYK Percentages of Color #dcb985

%0
%16
%40
%14

Triadic Colors of #dcb985

#dcb985 #85dcb9 #b985dc

Analogous Colors of #dcb985

#dcb985 #d4dc85 #dc8e85

Monochromatic Colors of #dcb985

#dcb985

Complementary Color

#dcb985 #85a8dc

#dcb985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb985 Color CSS Codes

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

#dcb985 Text Font Color

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

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


#dcb985 Background Color

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

This div background color is #dcb985


#dcb985 Border Color

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

This div border color is #dcb985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb985


Comments

No comments written yet.

Please login to write comment.