Color Hex Logo

#dea42b Color Hex

#DEA42B
(222,164,43)
0 Favorites   0 Comments

Color spaces of #dea42b

RGB 22216443
HSL0.110.730.52
HSV41°81°87°
CMYK 0.000.260.81   0.13
XYZ43.835742.25498.1311
Yxy42.25490.46520.4485
Hunter Lab65.00386.616038.0863
CIE-Lab71.046311.107965.8577

#dea42b color RGB value is (222,164,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 00101011
Octal 336 244 53
Decimal 222 164 43
Hex DE A4 2B

RGB Percentages of Color #dea42b

%51.75
%38.23
%10.02

CMYK Percentages of Color #dea42b

%0
%26
%81
%13

Triadic Colors of #dea42b

#dea42b #2bdea4 #a42bde

Analogous Colors of #dea42b

#dea42b #bfde2b #de4b2b

Monochromatic Colors of #dea42b

#dea42b

Complementary Color

#dea42b #2b65de

#dea42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea42b Color CSS Codes

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

#dea42b Text Font Color

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

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


#dea42b Background Color

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

This div background color is #dea42b


#dea42b Border Color

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

This div border color is #dea42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea42b


Comments

No comments written yet.

Please login to write comment.