Color Hex Logo

#dea91b Color Hex

#DEA91B
(222,169,27)
0 Favorites   0 Comments

Color spaces of #dea91b

RGB 22216927
HSL0.120.780.49
HSV44°88°87°
CMYK 0.000.240.88   0.13
XYZ44.510043.98477.1809
Yxy43.98470.46520.4597
Hunter Lab66.32103.735140.0051
CIE-Lab72.21838.027171.2958

#dea91b color RGB value is (222,169,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 00011011
Octal 336 251 33
Decimal 222 169 27
Hex DE A9 1B

RGB Percentages of Color #dea91b

%53.11
%40.43
%6.46

CMYK Percentages of Color #dea91b

%0
%24
%88
%13

Triadic Colors of #dea91b

#dea91b #1bdea9 #a91bde

Analogous Colors of #dea91b

#dea91b #b2de1b #de481b

Monochromatic Colors of #dea91b

#dea91b

Complementary Color

#dea91b #1b50de

#dea91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea91b Color CSS Codes

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

#dea91b Text Font Color

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

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


#dea91b Background Color

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

This div background color is #dea91b


#dea91b Border Color

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

This div border color is #dea91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea91b


Comments

No comments written yet.

Please login to write comment.