Color Hex Logo

#de951e Color Hex

#DE951E
(222,149,30)
0 Favorites   0 Comments

Color spaces of #de951e

RGB 22214930
HSL0.100.760.49
HSV37°86°87°
CMYK 0.000.330.86   0.13
XYZ41.106037.11826.2263
Yxy37.11820.48670.4395
Hunter Lab60.924713.816036.5881
CIE-Lab67.365618.781966.6813

#de951e color RGB value is (222,149,30).

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

The process color (four color CMYK) of #de951e color hex is 0.00, 0.33, 0.86, 0.13. Web safe color of #de951e is #cc9933. Color #de951e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 00011110
Octal 336 225 36
Decimal 222 149 30
Hex DE 95 1E

RGB Percentages of Color #de951e

%55.36
%37.16
%7.48

CMYK Percentages of Color #de951e

%0
%33
%86
%13

Triadic Colors of #de951e

#de951e #1ede95 #951ede

Analogous Colors of #de951e

#de951e #c7de1e #de351e

Monochromatic Colors of #de951e

#de951e

Complementary Color

#de951e #1e67de

#de951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de951e Color CSS Codes

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

#de951e Text Font Color

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

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


#de951e Background Color

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

This div background color is #de951e


#de951e Border Color

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

This div border color is #de951e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,149,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 #de951e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de951e


Comments

No comments written yet.

Please login to write comment.