Color Hex Logo

#de973e Color Hex

#DE973E
(222,151,62)
0 Favorites   0 Comments

Color spaces of #de973e

RGB 22215162
HSL0.090.710.56
HSV33°72°87°
CMYK 0.000.320.72   0.13
XYZ42.060338.01069.6774
Yxy38.01060.46860.4235
Hunter Lab61.652713.882733.8504
CIE-Lab68.028418.828755.6222

#de973e color RGB value is (222,151,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010111 00111110
Octal 336 227 76
Decimal 222 151 62
Hex DE 97 3E

RGB Percentages of Color #de973e

%51.03
%34.71
%14.25

CMYK Percentages of Color #de973e

%0
%32
%72
%13

Triadic Colors of #de973e

#de973e #3ede97 #973ede

Analogous Colors of #de973e

#de973e #d5de3e #de473e

Monochromatic Colors of #de973e

#de973e

Complementary Color

#de973e #3e85de

#de973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de973e Color CSS Codes

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

#de973e Text Font Color

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

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


#de973e Background Color

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

This div background color is #de973e


#de973e Border Color

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

This div border color is #de973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de973e


Comments

No comments written yet.

Please login to write comment.