Color Hex Logo

#dcb897 Color Hex

#DCB897
(220,184,151)
0 Favorites   0 Comments

Color spaces of #dcb897

RGB 220184151
HSL0.080.500.73
HSV29°31°86°
CMYK 0.000.160.31   0.14
XYZ52.241651.731036.5098
Yxy51.73100.37190.3682
Hunter Lab71.92433.784520.2505
CIE-Lab77.11978.193121.6051

#dcb897 color RGB value is (220,184,151).

#dcb897 hex color red value is 220, green value is 184 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dcb897 hue: 0.08 , saturation: 0.50 and the lightness value of dcb897 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 10010111
Octal 334 270 227
Decimal 220 184 151
Hex DC B8 97

RGB Percentages of Color #dcb897

%39.64
%33.15
%27.21

CMYK Percentages of Color #dcb897

%0
%16
%31
%14

Triadic Colors of #dcb897

#dcb897 #97dcb8 #b897dc

Analogous Colors of #dcb897

#dcb897 #dcdb97 #dc9799

Monochromatic Colors of #dcb897

#dcb897

Complementary Color

#dcb897 #97bbdc

#dcb897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb897 Color CSS Codes

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

#dcb897 Text Font Color

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

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


#dcb897 Background Color

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

This div background color is #dcb897


#dcb897 Border Color

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

This div border color is #dcb897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb897


Comments

No comments written yet.

Please login to write comment.