Color Hex Logo

#deb38d Color Hex

#DEB38D
(222,179,141)
0 Favorites   0 Comments

Color spaces of #deb38d

RGB 222179141
HSL0.080.550.71
HSV28°36°87°
CMYK 0.000.190.36   0.13
XYZ51.052049.692932.1003
Yxy49.69290.38430.3741
Hunter Lab70.49325.908722.3465
CIE-Lab75.880410.402325.3037

#deb38d color RGB value is (222,179,141).

#deb38d hex color red value is 222, green value is 179 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #deb38d hue: 0.08 , saturation: 0.55 and the lightness value of deb38d is 0.71.

The process color (four color CMYK) of #deb38d color hex is 0.00, 0.19, 0.36, 0.13. Web safe color of #deb38d is #cccc99. Color #deb38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10001101
Octal 336 263 215
Decimal 222 179 141
Hex DE B3 8D

RGB Percentages of Color #deb38d

%40.96
%33.03
%26.01

CMYK Percentages of Color #deb38d

%0
%19
%36
%13

Triadic Colors of #deb38d

#deb38d #8ddeb3 #b38dde

Analogous Colors of #deb38d

#deb38d #dedc8d #de8d90

Monochromatic Colors of #deb38d

#deb38d

Complementary Color

#deb38d #8db8de

#deb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb38d Color CSS Codes

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

#deb38d Text Font Color

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

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


#deb38d Background Color

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

This div background color is #deb38d


#deb38d Border Color

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

This div border color is #deb38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb38d


Comments

No comments written yet.

Please login to write comment.