Color Hex Logo

#dea533 Color Hex

#DEA533
(222,165,51)
0 Favorites   0 Comments

Color spaces of #dea533

RGB 22216551
HSL0.110.720.54
HSV40°77°87°
CMYK 0.000.260.77   0.13
XYZ44.176942.67899.0414
Yxy42.67890.46070.4450
Hunter Lab65.32916.379537.5248
CIE-Lab71.336510.856963.3255

#dea533 color RGB value is (222,165,51).

#dea533 hex color red value is 222, green value is 165 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dea533 hue: 0.11 , saturation: 0.72 and the lightness value of dea533 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 00110011
Octal 336 245 63
Decimal 222 165 51
Hex DE A5 33

RGB Percentages of Color #dea533

%50.68
%37.67
%11.64

CMYK Percentages of Color #dea533

%0
%26
%77
%13

Triadic Colors of #dea533

#dea533 #33dea5 #a533de

Analogous Colors of #dea533

#dea533 #c2de33 #de5033

Monochromatic Colors of #dea533

#dea533

Complementary Color

#dea533 #336cde

#dea533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea533 Color CSS Codes

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

#dea533 Text Font Color

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

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


#dea533 Background Color

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

This div background color is #dea533


#dea533 Border Color

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

This div border color is #dea533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea533


Comments

No comments written yet.

Please login to write comment.