Color Hex Logo

#dcb49a Color Hex

#DCB49A
(220,180,154)
0 Favorites   0 Comments

Color spaces of #dcb49a

RGB 220180154
HSL0.070.490.73
HSV24°30°86°
CMYK 0.000.180.30   0.14
XYZ51.669250.191337.5365
Yxy50.19130.37070.3601
Hunter Lab70.84586.203318.1782
CIE-Lab76.186510.714118.7057

#dcb49a color RGB value is (220,180,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10011010
Octal 334 264 232
Decimal 220 180 154
Hex DC B4 9A

RGB Percentages of Color #dcb49a

%39.71
%32.49
%27.80

CMYK Percentages of Color #dcb49a

%0
%18
%30
%14

Triadic Colors of #dcb49a

#dcb49a #9adcb4 #b49adc

Analogous Colors of #dcb49a

#dcb49a #dcd59a #dc9aa1

Monochromatic Colors of #dcb49a

#dcb49a

Complementary Color

#dcb49a #9ac2dc

#dcb49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb49a Color CSS Codes

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

#dcb49a Text Font Color

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

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


#dcb49a Background Color

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

This div background color is #dcb49a


#dcb49a Border Color

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

This div border color is #dcb49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb49a


Comments

No comments written yet.

Please login to write comment.