Color Hex Logo

#deb85b Color Hex

#DEB85B
(222,184,91)
0 Favorites   0 Comments

Color spaces of #deb85b

RGB 22218491
HSL0.120.660.61
HSV43°59°87°
CMYK 0.000.170.59   0.13
XYZ49.153050.565917.0671
Yxy50.56590.42090.4330
Hunter Lab71.1097-1.057835.5465
CIE-Lab76.41532.993351.5009

#deb85b color RGB value is (222,184,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01011011
Octal 336 270 133
Decimal 222 184 91
Hex DE B8 5B

RGB Percentages of Color #deb85b

%44.67
%37.02
%18.31

CMYK Percentages of Color #deb85b

%0
%17
%59
%13

Triadic Colors of #deb85b

#deb85b #5bdeb8 #b85bde

Analogous Colors of #deb85b

#deb85b #c3de5b #de775b

Monochromatic Colors of #deb85b

#deb85b

Complementary Color

#deb85b #5b81de

#deb85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb85b Color CSS Codes

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

#deb85b Text Font Color

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

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


#deb85b Background Color

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

This div background color is #deb85b


#deb85b Border Color

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

This div border color is #deb85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb85b


Comments

No comments written yet.

Please login to write comment.