Color Hex Logo

#deb949 Color Hex

#DEB949
(222,185,73)
0 Favorites   0 Comments

Color spaces of #deb949

RGB 22218573
HSL0.130.690.58
HSV45°67°87°
CMYK 0.000.170.67   0.13
XYZ48.675850.708613.5256
Yxy50.70860.43110.4491
Hunter Lab71.2100-2.603238.5855
CIE-Lab76.50221.316059.6945

#deb949 color RGB value is (222,185,73).

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

The process color (four color CMYK) of #deb949 color hex is 0.00, 0.17, 0.67, 0.13. Web safe color of #deb949 is #cccc33. Color #deb949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01001001
Octal 336 271 111
Decimal 222 185 73
Hex DE B9 49

RGB Percentages of Color #deb949

%46.25
%38.54
%15.21

CMYK Percentages of Color #deb949

%0
%17
%67
%13

Triadic Colors of #deb949

#deb949 #49deb9 #b949de

Analogous Colors of #deb949

#deb949 #b9de49 #de6f49

Monochromatic Colors of #deb949

#deb949

Complementary Color

#deb949 #496ede

#deb949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb949 Color CSS Codes

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

#deb949 Text Font Color

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

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


#deb949 Background Color

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

This div background color is #deb949


#deb949 Border Color

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

This div border color is #deb949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb949

#deb949 Color Palettes


Comments

No comments written yet.

Please login to write comment.