Color Hex Logo

#deb77a Color Hex

#DEB77A
(222,183,122)
0 Favorites   0 Comments

Color spaces of #deb77a

RGB 222183122
HSL0.100.600.67
HSV37°45°87°
CMYK 0.000.180.45   0.13
XYZ50.570550.801725.5527
Yxy50.80170.39840.4003
Hunter Lab71.27531.915628.6368
CIE-Lab76.55876.196636.2199

#deb77a color RGB value is (222,183,122).

#deb77a hex color red value is 222, green value is 183 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #deb77a hue: 0.10 , saturation: 0.60 and the lightness value of deb77a is 0.67.

The process color (four color CMYK) of #deb77a color hex is 0.00, 0.18, 0.45, 0.13. Web safe color of #deb77a is #cccc66. Color #deb77a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 01111010
Octal 336 267 172
Decimal 222 183 122
Hex DE B7 7A

RGB Percentages of Color #deb77a

%42.13
%34.72
%23.15

CMYK Percentages of Color #deb77a

%0
%18
%45
%13

Triadic Colors of #deb77a

#deb77a #7adeb7 #b77ade

Analogous Colors of #deb77a

#deb77a #d3de7a #de857a

Monochromatic Colors of #deb77a

#deb77a

Complementary Color

#deb77a #7aa1de

#deb77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb77a Color CSS Codes

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

#deb77a Text Font Color

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

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


#deb77a Background Color

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

This div background color is #deb77a


#deb77a Border Color

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

This div border color is #deb77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb77a


Comments

No comments written yet.

Please login to write comment.