Color Hex Logo

#de971b Color Hex

#DE971B
(222,151,27)
0 Favorites   0 Comments

Color spaces of #de971b

RGB 22215127
HSL0.110.780.49
HSV38°88°87°
CMYK 0.000.320.88   0.13
XYZ41.388637.74196.1404
Yxy37.74190.48540.4426
Hunter Lab61.434412.745837.0780
CIE-Lab67.830017.645067.8379

#de971b color RGB value is (222,151,27).

#de971b hex color red value is 222, green value is 151 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de971b hue: 0.11 , saturation: 0.78 and the lightness value of de971b is 0.49.

The process color (four color CMYK) of #de971b color hex is 0.00, 0.32, 0.88, 0.13. Web safe color of #de971b is #cc9933. Color #de971b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010111 00011011
Octal 336 227 33
Decimal 222 151 27
Hex DE 97 1B

RGB Percentages of Color #de971b

%55.50
%37.75
%6.75

CMYK Percentages of Color #de971b

%0
%32
%88
%13

Triadic Colors of #de971b

#de971b #1bde97 #971bde

Analogous Colors of #de971b

#de971b #c4de1b #de361b

Monochromatic Colors of #de971b

#de971b

Complementary Color

#de971b #1b62de

#de971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de971b Color CSS Codes

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

#de971b Text Font Color

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

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


#de971b Background Color

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

This div background color is #de971b


#de971b Border Color

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

This div border color is #de971b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de971b


Comments

No comments written yet.

Please login to write comment.