Color Hex Logo

#dcb38a Color Hex

#DCB38A
(220,179,138)
0 Favorites   0 Comments

Color spaces of #dcb38a

RGB 220179138
HSL0.080.540.70
HSV30°37°86°
CMYK 0.000.190.37   0.14
XYZ50.222749.290830.9118
Yxy49.29080.38510.3779
Hunter Lab70.20744.826623.0402
CIE-Lab75.63199.260726.5388

#dcb38a color RGB value is (220,179,138).

#dcb38a hex color red value is 220, green value is 179 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcb38a hue: 0.08 , saturation: 0.54 and the lightness value of dcb38a is 0.70.

The process color (four color CMYK) of #dcb38a color hex is 0.00, 0.19, 0.37, 0.14. Web safe color of #dcb38a is #cccc99. Color #dcb38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10001010
Octal 334 263 212
Decimal 220 179 138
Hex DC B3 8A

RGB Percentages of Color #dcb38a

%40.97
%33.33
%25.70

CMYK Percentages of Color #dcb38a

%0
%19
%37
%14

Triadic Colors of #dcb38a

#dcb38a #8adcb3 #b38adc

Analogous Colors of #dcb38a

#dcb38a #dcdc8a #dc8a8a

Monochromatic Colors of #dcb38a

#dcb38a

Complementary Color

#dcb38a #8ab3dc

#dcb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb38a Color CSS Codes

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

#dcb38a Text Font Color

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

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


#dcb38a Background Color

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

This div background color is #dcb38a


#dcb38a Border Color

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

This div border color is #dcb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb38a


Comments

No comments written yet.

Please login to write comment.