Color Hex Logo

#dea62e Color Hex

#DEA62E
(222,166,46)
0 Favorites   0 Comments

Color spaces of #dea62e

RGB 22216646
HSL0.110.730.53
HSV41°79°87°
CMYK 0.000.250.79   0.13
XYZ44.253642.99938.5520
Yxy42.99930.46190.4488
Hunter Lab65.57395.709438.1692
CIE-Lab71.554510.141265.3050

#dea62e color RGB value is (222,166,46).

#dea62e hex color red value is 222, green value is 166 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dea62e hue: 0.11 , saturation: 0.73 and the lightness value of dea62e is 0.53.

The process color (four color CMYK) of #dea62e color hex is 0.00, 0.25, 0.79, 0.13. Web safe color of #dea62e is #cc9933. Color #dea62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 00101110
Octal 336 246 56
Decimal 222 166 46
Hex DE A6 2E

RGB Percentages of Color #dea62e

%51.15
%38.25
%10.60

CMYK Percentages of Color #dea62e

%0
%25
%79
%13

Triadic Colors of #dea62e

#dea62e #2edea6 #a62ede

Analogous Colors of #dea62e

#dea62e #bede2e #de4e2e

Monochromatic Colors of #dea62e

#dea62e

Complementary Color

#dea62e #2e66de

#dea62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea62e Color CSS Codes

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

#dea62e Text Font Color

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

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


#dea62e Background Color

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

This div background color is #dea62e


#dea62e Border Color

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

This div border color is #dea62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea62e


Comments

No comments written yet.

Please login to write comment.