Color Hex Logo

#de9116 Color Hex

#DE9116
(222,145,22)
0 Favorites   0 Comments

Color spaces of #de9116

RGB 22214522
HSL0.100.820.48
HSV37°90°87°
CMYK 0.000.350.90   0.13
XYZ40.394435.83835.5475
Yxy35.83830.49390.4382
Hunter Lab59.865115.680236.4114
CIE-Lab66.396220.765967.9184

#de9116 color RGB value is (222,145,22).

#de9116 hex color red value is 222, green value is 145 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #de9116 hue: 0.10 , saturation: 0.82 and the lightness value of de9116 is 0.48.

The process color (four color CMYK) of #de9116 color hex is 0.00, 0.35, 0.90, 0.13. Web safe color of #de9116 is #cc9900. Color #de9116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 00010110
Octal 336 221 26
Decimal 222 145 22
Hex DE 91 16

RGB Percentages of Color #de9116

%57.07
%37.28
%5.66

CMYK Percentages of Color #de9116

%0
%35
%90
%13

Triadic Colors of #de9116

#de9116 #16de91 #9116de

Analogous Colors of #de9116

#de9116 #c7de16 #de2d16

Monochromatic Colors of #de9116

#de9116

Complementary Color

#de9116 #1663de

#de9116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9116 Color CSS Codes

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

#de9116 Text Font Color

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

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


#de9116 Background Color

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

This div background color is #de9116


#de9116 Border Color

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

This div border color is #de9116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9116


Comments

No comments written yet.

Please login to write comment.