Color Hex Logo

#de863f Color Hex

#DE863F
(222,134,63)
0 Favorites   0 Comments

Color spaces of #de863f

RGB 22213463
HSL0.070.710.56
HSV27°72°87°
CMYK 0.000.400.72   0.13
XYZ39.546532.93878.9761
Yxy32.93870.48550.4043
Hunter Lab57.392222.560230.9017
CIE-Lab64.111227.965951.0788

#de863f color RGB value is (222,134,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000110 00111111
Octal 336 206 77
Decimal 222 134 63
Hex DE 86 3F

RGB Percentages of Color #de863f

%52.98
%31.98
%15.04

CMYK Percentages of Color #de863f

%0
%40
%72
%13

Triadic Colors of #de863f

#de863f #3fde86 #863fde

Analogous Colors of #de863f

#de863f #ded63f #de3f48

Monochromatic Colors of #de863f

#de863f

Complementary Color

#de863f #3f97de

#de863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de863f Color CSS Codes

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

#de863f Text Font Color

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

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


#de863f Background Color

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

This div background color is #de863f


#de863f Border Color

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

This div border color is #de863f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de863f


Comments

No comments written yet.

Please login to write comment.