Color Hex Logo

#deb85d Color Hex

#DEB85D
(222,184,93)
0 Favorites   0 Comments

Color spaces of #deb85d

RGB 22218493
HSL0.120.660.62
HSV42°58°87°
CMYK 0.000.170.58   0.13
XYZ49.240550.600917.5276
Yxy50.60090.41950.4311
Hunter Lab71.1343-0.924035.1849
CIE-Lab76.43663.139450.5764

#deb85d color RGB value is (222,184,93).

#deb85d hex color red value is 222, green value is 184 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #deb85d hue: 0.12 , saturation: 0.66 and the lightness value of deb85d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01011101
Octal 336 270 135
Decimal 222 184 93
Hex DE B8 5D

RGB Percentages of Color #deb85d

%44.49
%36.87
%18.64

CMYK Percentages of Color #deb85d

%0
%17
%58
%13

Triadic Colors of #deb85d

#deb85d #5ddeb8 #b85dde

Analogous Colors of #deb85d

#deb85d #c4de5d #de785d

Monochromatic Colors of #deb85d

#deb85d

Complementary Color

#deb85d #5d83de

#deb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb85d Color CSS Codes

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

#deb85d Text Font Color

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

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


#deb85d Background Color

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

This div background color is #deb85d


#deb85d Border Color

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

This div border color is #deb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb85d


Comments

No comments written yet.

Please login to write comment.