Color Hex Logo

#de651e Color Hex

#DE651E
(222,101,30)
0 Favorites   0 Comments

Color spaces of #de651e

RGB 22210130
HSL0.060.760.49
HSV22°86°87°
CMYK 0.000.550.86   0.13
XYZ35.012224.93074.1951
Yxy24.93070.54590.3887
Hunter Lab49.930737.788529.9700
CIE-Lab57.007843.735058.3258

#de651e color RGB value is (222,101,30).

#de651e hex color red value is 222, green value is 101 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de651e hue: 0.06 , saturation: 0.76 and the lightness value of de651e is 0.49.

The process color (four color CMYK) of #de651e color hex is 0.00, 0.55, 0.86, 0.13. Web safe color of #de651e is #cc6633. Color #de651e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 00011110
Octal 336 145 36
Decimal 222 101 30
Hex DE 65 1E

RGB Percentages of Color #de651e

%62.89
%28.61
%8.50

CMYK Percentages of Color #de651e

%0
%55
%86
%13

Triadic Colors of #de651e

#de651e #1ede65 #651ede

Analogous Colors of #de651e

#de651e #dec51e #de1e37

Monochromatic Colors of #de651e

#de651e

Complementary Color

#de651e #1e97de

#de651e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de651e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de651e Color CSS Codes

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

#de651e Text Font Color

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

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


#de651e Background Color

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

This div background color is #de651e


#de651e Border Color

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

This div border color is #de651e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de651e


Comments

No comments written yet.

Please login to write comment.