color codes Logo

#de854c color codes

#DE854C
(222,133,76)
0 Favorites   0 Comments

Color spaces of #de854c

RGB 22213376
HSL0.070.690.58
HSV23°66°87°
CMYK 0.000.400.66   0.13
XYZ39.816232.826511.0751
Yxy32.82650.47560.3921
Hunter Lab57.294423.781628.6452
CIE-Lab64.020229.205044.6062

#de854c color RGB value is (222,133,76).

#de854c hex color red value is 222, green value is 133 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #de854c hue: 0.07 , saturation: 0.69 and the lightness value of de854c is 0.58.

The process color (four color CMYK) of #de854c color code is 0.00, 0.40, 0.66, 0.13. Web safe color of #de854c is #cc9933. Color #de854c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 01001100
Octal 336 205 114
Decimal 222 133 76
Hex DE 85 4C

RGB Percentages of Color #de854c

%51.51
%30.86
%17.63

CMYK Percentages of Color #de854c

%0
%40
%66
%13

Triadic Colors of #de854c

#de854c #4cde85 #854cde

Analogous Colors of #de854c

#de854c #dece4c #de4c5c

Monochromatic Colors of #de854c

#de854c

Complementary Color

#de854c #4ca5de

#de854c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de854c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de854c Color CSS Codes

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

#de854c Text Font Color

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

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


#de854c Background Color

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

This div background color is #de854c


#de854c Border Color

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

This div border color is #de854c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de854c


Comments

No comments written yet.

Please login to write comment.