Color Hex Logo

#dcb69a Color Hex

#DCB69A
(220,182,154)
0 Favorites   0 Comments

Color spaces of #dcb69a

RGB 220182154
HSL0.070.490.73
HSV25°30°86°
CMYK 0.000.170.30   0.14
XYZ52.075951.004637.6720
Yxy51.00460.37000.3624
Hunter Lab71.41755.177218.7174
CIE-Lab76.68189.647219.3911

#dcb69a color RGB value is (220,182,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 10011010
Octal 334 266 232
Decimal 220 182 154
Hex DC B6 9A

RGB Percentages of Color #dcb69a

%39.57
%32.73
%27.70

CMYK Percentages of Color #dcb69a

%0
%17
%30
%14

Triadic Colors of #dcb69a

#dcb69a #9adcb6 #b69adc

Analogous Colors of #dcb69a

#dcb69a #dcd79a #dc9a9f

Monochromatic Colors of #dcb69a

#dcb69a

Complementary Color

#dcb69a #9ac0dc

#dcb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb69a Color CSS Codes

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

#dcb69a Text Font Color

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

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


#dcb69a Background Color

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

This div background color is #dcb69a


#dcb69a Border Color

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

This div border color is #dcb69a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,182,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 #dcb69a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb69a


Comments

No comments written yet.

Please login to write comment.