Color Hex Logo

#dcb899 Color Hex

#DCB899
(220,184,153)
0 Favorites   0 Comments

Color spaces of #dcb899

RGB 220184153
HSL0.080.490.73
HSV28°30°86°
CMYK 0.000.160.30   0.14
XYZ52.405551.796537.3727
Yxy51.79650.37020.3659
Hunter Lab71.96984.029419.5905
CIE-Lab77.15908.451620.5867

#dcb899 color RGB value is (220,184,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 10011001
Octal 334 270 231
Decimal 220 184 153
Hex DC B8 99

RGB Percentages of Color #dcb899

%39.50
%33.03
%27.47

CMYK Percentages of Color #dcb899

%0
%16
%30
%14

Triadic Colors of #dcb899

#dcb899 #99dcb8 #b899dc

Analogous Colors of #dcb899

#dcb899 #dcda99 #dc999c

Monochromatic Colors of #dcb899

#dcb899

Complementary Color

#dcb899 #99bddc

#dcb899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb899 Color CSS Codes

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

#dcb899 Text Font Color

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

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


#dcb899 Background Color

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

This div background color is #dcb899


#dcb899 Border Color

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

This div border color is #dcb899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb899


Comments

No comments written yet.

Please login to write comment.