Color Hex Logo

#deb561 Color Hex

#DEB561
(222,181,97)
0 Favorites   0 Comments

Color spaces of #deb561

RGB 22218197
HSL0.110.650.63
HSV40°56°87°
CMYK 0.000.180.56   0.13
XYZ48.805749.440418.2799
Yxy49.44040.41880.4243
Hunter Lab70.31390.849733.8057
CIE-Lab75.72455.023547.8137

#deb561 color RGB value is (222,181,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 01100001
Octal 336 265 141
Decimal 222 181 97
Hex DE B5 61

RGB Percentages of Color #deb561

%44.40
%36.20
%19.40

CMYK Percentages of Color #deb561

%0
%18
%56
%13

Triadic Colors of #deb561

#deb561 #61deb5 #b561de

Analogous Colors of #deb561

#deb561 #c9de61 #de7761

Monochromatic Colors of #deb561

#deb561

Complementary Color

#deb561 #618ade

#deb561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb561 Color CSS Codes

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

#deb561 Text Font Color

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

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


#deb561 Background Color

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

This div background color is #deb561


#deb561 Border Color

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

This div border color is #deb561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb561


Comments

No comments written yet.

Please login to write comment.