Color Hex Logo

#deb69d Color Hex

#DEB69D
(222,182,157)
0 Favorites   0 Comments

Color spaces of #deb69d

RGB 222182157
HSL0.060.500.74
HSV23°29°87°
CMYK 0.000.180.29   0.13
XYZ52.938051.419839.0332
Yxy51.41980.36920.3586
Hunter Lab71.70766.289017.9215
CIE-Lab76.932610.811518.1524

#deb69d color RGB value is (222,182,157).

#deb69d hex color red value is 222, green value is 182 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #deb69d hue: 0.06 , saturation: 0.50 and the lightness value of deb69d is 0.74.

The process color (four color CMYK) of #deb69d color hex is 0.00, 0.18, 0.29, 0.13. Web safe color of #deb69d is #cccc99. Color #deb69d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10011101
Octal 336 266 235
Decimal 222 182 157
Hex DE B6 9D

RGB Percentages of Color #deb69d

%39.57
%32.44
%27.99

CMYK Percentages of Color #deb69d

%0
%18
%29
%13

Triadic Colors of #deb69d

#deb69d #9ddeb6 #b69dde

Analogous Colors of #deb69d

#deb69d #ded79d #de9da5

Monochromatic Colors of #deb69d

#deb69d

Complementary Color

#deb69d #9dc5de

#deb69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb69d Color CSS Codes

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

#deb69d Text Font Color

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

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


#deb69d Background Color

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

This div background color is #deb69d


#deb69d Border Color

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

This div border color is #deb69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb69d

#deb69d Color Palettes


Comments

No comments written yet.

Please login to write comment.