Color Hex Logo

#de9640 Color Hex

#DE9640
(222,150,64)
0 Favorites   0 Comments

Color spaces of #de9640

RGB 22215064
HSL0.090.710.56
HSV33°71°87°
CMYK 0.000.320.71   0.13
XYZ41.956037.71259.9184
Yxy37.71250.46830.4210
Hunter Lab61.410514.483833.4114
CIE-Lab67.808219.462854.5076

#de9640 color RGB value is (222,150,64).

#de9640 hex color red value is 222, green value is 150 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #de9640 hue: 0.09 , saturation: 0.71 and the lightness value of de9640 is 0.56.

The process color (four color CMYK) of #de9640 color hex is 0.00, 0.32, 0.71, 0.13. Web safe color of #de9640 is #cc9933. Color #de9640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 01000000
Octal 336 226 100
Decimal 222 150 64
Hex DE 96 40

RGB Percentages of Color #de9640

%50.92
%34.40
%14.68

CMYK Percentages of Color #de9640

%0
%32
%71
%13

Triadic Colors of #de9640

#de9640 #40de96 #9640de

Analogous Colors of #de9640

#de9640 #d7de40 #de4740

Monochromatic Colors of #de9640

#de9640

Complementary Color

#de9640 #4088de

#de9640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9640 Color CSS Codes

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

#de9640 Text Font Color

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

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


#de9640 Background Color

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

This div background color is #de9640


#de9640 Border Color

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

This div border color is #de9640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9640


Comments

No comments written yet.

Please login to write comment.