Color Hex Logo

#deb44b Color Hex

#DEB44B
(222,180,75)
0 Favorites   0 Comments

Color spaces of #deb44b

RGB 22218075
HSL0.120.690.58
HSV43°66°87°
CMYK 0.000.190.66   0.13
XYZ47.715548.680113.5379
Yxy48.68010.43400.4428
Hunter Lab69.7711-0.025837.3356
CIE-Lab75.25194.056957.5086

#deb44b color RGB value is (222,180,75).

#deb44b hex color red value is 222, green value is 180 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #deb44b hue: 0.12 , saturation: 0.69 and the lightness value of deb44b is 0.58.

The process color (four color CMYK) of #deb44b color hex is 0.00, 0.19, 0.66, 0.13. Web safe color of #deb44b is #cccc33. Color #deb44b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01001011
Octal 336 264 113
Decimal 222 180 75
Hex DE B4 4B

RGB Percentages of Color #deb44b

%46.54
%37.74
%15.72

CMYK Percentages of Color #deb44b

%0
%19
%66
%13

Triadic Colors of #deb44b

#deb44b #4bdeb4 #b44bde

Analogous Colors of #deb44b

#deb44b #bfde4b #de6b4b

Monochromatic Colors of #deb44b

#deb44b

Complementary Color

#deb44b #4b75de

#deb44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb44b Color CSS Codes

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

#deb44b Text Font Color

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

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


#deb44b Background Color

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

This div background color is #deb44b


#deb44b Border Color

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

This div border color is #deb44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb44b


Comments

No comments written yet.

Please login to write comment.