Color Hex Logo

#deaa3c Color Hex

#DEAA3C
(222,170,60)
0 Favorites   0 Comments

Color spaces of #deaa3c

RGB 22217060
HSL0.110.710.55
HSV41°73°87°
CMYK 0.000.230.73   0.13
XYZ45.314544.605310.4963
Yxy44.60530.45130.4442
Hunter Lab66.78724.233037.4330
CIE-Lab72.63128.572461.1084

#deaa3c color RGB value is (222,170,60).

#deaa3c hex color red value is 222, green value is 170 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #deaa3c hue: 0.11 , saturation: 0.71 and the lightness value of deaa3c is 0.55.

The process color (four color CMYK) of #deaa3c color hex is 0.00, 0.23, 0.73, 0.13. Web safe color of #deaa3c is #cc9933. Color #deaa3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 00111100
Octal 336 252 74
Decimal 222 170 60
Hex DE AA 3C

RGB Percentages of Color #deaa3c

%49.12
%37.61
%13.27

CMYK Percentages of Color #deaa3c

%0
%23
%73
%13

Triadic Colors of #deaa3c

#deaa3c #3cdeaa #aa3cde

Analogous Colors of #deaa3c

#deaa3c #c1de3c #de593c

Monochromatic Colors of #deaa3c

#deaa3c

Complementary Color

#deaa3c #3c70de

#deaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa3c Color CSS Codes

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

#deaa3c Text Font Color

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

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


#deaa3c Background Color

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

This div background color is #deaa3c


#deaa3c Border Color

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

This div border color is #deaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa3c


Comments

No comments written yet.

Please login to write comment.