Color Hex Logo

#deb52b Color Hex

#DEB52B
(222,181,43)
0 Favorites   0 Comments

Color spaces of #deb52b

RGB 22218143
HSL0.130.730.52
HSV46°81°87°
CMYK 0.000.180.81   0.13
XYZ47.084148.75189.2139
Yxy48.75180.44820.4641
Hunter Lab69.8225-1.819741.0517
CIE-Lab75.29672.103369.6020

#deb52b color RGB value is (222,181,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00101011
Octal 336 265 53
Decimal 222 181 43
Hex DE B5 2B

RGB Percentages of Color #deb52b

%49.78
%40.58
%9.64

CMYK Percentages of Color #deb52b

%0
%18
%81
%13

Triadic Colors of #deb52b

#deb52b #2bdeb5 #b52bde

Analogous Colors of #deb52b

#deb52b #aede2b #de5b2b

Monochromatic Colors of #deb52b

#deb52b

Complementary Color

#deb52b #2b54de

#deb52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb52b Color CSS Codes

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

#deb52b Text Font Color

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

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


#deb52b Background Color

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

This div background color is #deb52b


#deb52b Border Color

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

This div border color is #deb52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb52b


Comments

No comments written yet.

Please login to write comment.