Color Hex Logo

#deb536 Color Hex

#DEB536
(222,181,54)
0 Favorites   0 Comments

Color spaces of #deb536

RGB 22218154
HSL0.130.720.54
HSV45°76°87°
CMYK 0.000.180.76   0.13
XYZ47.313948.843710.4241
Yxy48.84370.44390.4583
Hunter Lab69.8883-1.461140.0785
CIE-Lab75.35402.498866.0135

#deb536 color RGB value is (222,181,54).

#deb536 hex color red value is 222, green value is 181 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #deb536 hue: 0.13 , saturation: 0.72 and the lightness value of deb536 is 0.54.

The process color (four color CMYK) of #deb536 color hex is 0.00, 0.18, 0.76, 0.13. Web safe color of #deb536 is #cccc33. Color #deb536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00110110
Octal 336 265 66
Decimal 222 181 54
Hex DE B5 36

RGB Percentages of Color #deb536

%48.58
%39.61
%11.82

CMYK Percentages of Color #deb536

%0
%18
%76
%13

Triadic Colors of #deb536

#deb536 #36deb5 #b536de

Analogous Colors of #deb536

#deb536 #b3de36 #de6136

Monochromatic Colors of #deb536

#deb536

Complementary Color

#deb536 #365fde

#deb536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb536 Color CSS Codes

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

#deb536 Text Font Color

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

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


#deb536 Background Color

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

This div background color is #deb536


#deb536 Border Color

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

This div border color is #deb536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb536


Comments

No comments written yet.

Please login to write comment.