Color Hex Logo

#deb86c Color Hex

#DEB86C
(222,184,108)
0 Favorites   0 Comments

Color spaces of #deb86c

RGB 222184108
HSL0.110.630.65
HSV40°51°87°
CMYK 0.000.170.51   0.13
XYZ49.971550.893321.3770
Yxy50.89330.40880.4163
Hunter Lab71.33950.190432.1713
CIE-Lab76.61434.350943.4390

#deb86c color RGB value is (222,184,108).

#deb86c hex color red value is 222, green value is 184 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #deb86c hue: 0.11 , saturation: 0.63 and the lightness value of deb86c is 0.65.

The process color (four color CMYK) of #deb86c color hex is 0.00, 0.17, 0.51, 0.13. Web safe color of #deb86c is #cccc66. Color #deb86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01101100
Octal 336 270 154
Decimal 222 184 108
Hex DE B8 6C

RGB Percentages of Color #deb86c

%43.19
%35.80
%21.01

CMYK Percentages of Color #deb86c

%0
%17
%51
%13

Triadic Colors of #deb86c

#deb86c #6cdeb8 #b86cde

Analogous Colors of #deb86c

#deb86c #cbde6c #de7f6c

Monochromatic Colors of #deb86c

#deb86c

Complementary Color

#deb86c #6c92de

#deb86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb86c Color CSS Codes

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

#deb86c Text Font Color

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

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


#deb86c Background Color

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

This div background color is #deb86c


#deb86c Border Color

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

This div border color is #deb86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb86c


Comments

No comments written yet.

Please login to write comment.