Color Hex Logo

#de783c Color Hex

#DE783C
(222,120,60)
0 Favorites   0 Comments

Color spaces of #de783c

RGB 22212060
HSL0.060.710.55
HSV22°73°87°
CMYK 0.000.460.73   0.13
XYZ37.656329.28887.9436
Yxy29.28880.50280.3911
Hunter Lab54.119129.492529.1808
CIE-Lab61.035735.178249.2504

#de783c color RGB value is (222,120,60).

#de783c hex color red value is 222, green value is 120 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #de783c hue: 0.06 , saturation: 0.71 and the lightness value of de783c is 0.55.

The process color (four color CMYK) of #de783c color hex is 0.00, 0.46, 0.73, 0.13. Web safe color of #de783c is #cc6633. Color #de783c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111000 00111100
Octal 336 170 74
Decimal 222 120 60
Hex DE 78 3C

RGB Percentages of Color #de783c

%55.22
%29.85
%14.93

CMYK Percentages of Color #de783c

%0
%46
%73
%13

Triadic Colors of #de783c

#de783c #3cde78 #783cde

Analogous Colors of #de783c

#de783c #dec93c #de3c51

Monochromatic Colors of #de783c

#de783c

Complementary Color

#de783c #3ca2de

#de783c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de783c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de783c Color CSS Codes

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

#de783c Text Font Color

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

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


#de783c Background Color

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

This div background color is #de783c


#de783c Border Color

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

This div border color is #de783c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de783c


Comments

No comments written yet.

Please login to write comment.