Color Hex Logo

#dea921 Color Hex

#DEA921
(222,169,33)
0 Favorites   0 Comments

Color spaces of #dea921

RGB 22216933
HSL0.120.740.50
HSV43°85°87°
CMYK 0.000.240.85   0.13
XYZ44.586744.01537.5847
Yxy44.01530.46350.4576
Hunter Lab66.34403.859439.6626
CIE-Lab72.23878.161869.8440

#dea921 color RGB value is (222,169,33).

#dea921 hex color red value is 222, green value is 169 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dea921 hue: 0.12 , saturation: 0.74 and the lightness value of dea921 is 0.50.

The process color (four color CMYK) of #dea921 color hex is 0.00, 0.24, 0.85, 0.13. Web safe color of #dea921 is #cc9933. Color #dea921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 00100001
Octal 336 251 41
Decimal 222 169 33
Hex DE A9 21

RGB Percentages of Color #dea921

%52.36
%39.86
%7.78

CMYK Percentages of Color #dea921

%0
%24
%85
%13

Triadic Colors of #dea921

#dea921 #21dea9 #a921de

Analogous Colors of #dea921

#dea921 #b5de21 #de4b21

Monochromatic Colors of #dea921

#dea921

Complementary Color

#dea921 #2156de

#dea921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea921 Color CSS Codes

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

#dea921 Text Font Color

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

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


#dea921 Background Color

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

This div background color is #dea921


#dea921 Border Color

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

This div border color is #dea921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea921


Comments

No comments written yet.

Please login to write comment.