Color Hex Logo

#dea62b Color Hex

#DEA62B
(222,166,43)
0 Favorites   0 Comments

Color spaces of #dea62b

RGB 22216643
HSL0.110.730.52
HSV41°81°87°
CMYK 0.000.250.81   0.13
XYZ44.196542.97648.2514
Yxy42.97640.46320.4504
Hunter Lab65.55645.616638.4268
CIE-Lab71.539010.041466.2937

#dea62b color RGB value is (222,166,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 00101011
Octal 336 246 53
Decimal 222 166 43
Hex DE A6 2B

RGB Percentages of Color #dea62b

%51.51
%38.52
%9.98

CMYK Percentages of Color #dea62b

%0
%25
%81
%13

Triadic Colors of #dea62b

#dea62b #2bdea6 #a62bde

Analogous Colors of #dea62b

#dea62b #bdde2b #de4d2b

Monochromatic Colors of #dea62b

#dea62b

Complementary Color

#dea62b #2b63de

#dea62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea62b Color CSS Codes

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

#dea62b Text Font Color

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

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


#dea62b Background Color

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

This div background color is #dea62b


#dea62b Border Color

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

This div border color is #dea62b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,166,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 #dea62b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea62b


Comments

No comments written yet.

Please login to write comment.