Color Hex Logo

#deb562 Color Hex

#DEB562
(222,181,98)
0 Favorites   0 Comments

Color spaces of #deb562

RGB 22218198
HSL0.110.650.63
HSV40°56°87°
CMYK 0.000.180.56   0.13
XYZ48.852749.459218.5270
Yxy49.45920.41810.4233
Hunter Lab70.32720.922133.6097
CIE-Lab75.73615.101947.3389

#deb562 color RGB value is (222,181,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 01100010
Octal 336 265 142
Decimal 222 181 98
Hex DE B5 62

RGB Percentages of Color #deb562

%44.31
%36.13
%19.56

CMYK Percentages of Color #deb562

%0
%18
%56
%13

Triadic Colors of #deb562

#deb562 #62deb5 #b562de

Analogous Colors of #deb562

#deb562 #c9de62 #de7762

Monochromatic Colors of #deb562

#deb562

Complementary Color

#deb562 #628bde

#deb562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb562 Color CSS Codes

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

#deb562 Text Font Color

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

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


#deb562 Background Color

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

This div background color is #deb562


#deb562 Border Color

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

This div border color is #deb562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb562


Comments

No comments written yet.

Please login to write comment.