Color Hex Logo

#dea71f Color Hex

#DEA71F
(222,167,31)
0 Favorites   0 Comments

Color spaces of #dea71f

RGB 22216731
HSL0.120.750.50
HSV43°86°87°
CMYK 0.000.250.86   0.13
XYZ44.190243.26607.3184
Yxy43.26600.46630.4565
Hunter Lab65.77694.810239.4472
CIE-Lab71.73519.177469.9504

#dea71f color RGB value is (222,167,31).

#dea71f hex color red value is 222, green value is 167 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dea71f hue: 0.12 , saturation: 0.75 and the lightness value of dea71f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 00011111
Octal 336 247 37
Decimal 222 167 31
Hex DE A7 1F

RGB Percentages of Color #dea71f

%52.86
%39.76
%7.38

CMYK Percentages of Color #dea71f

%0
%25
%86
%13

Triadic Colors of #dea71f

#dea71f #1fdea7 #a71fde

Analogous Colors of #dea71f

#dea71f #b6de1f #de481f

Monochromatic Colors of #dea71f

#dea71f

Complementary Color

#dea71f #1f56de

#dea71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea71f Color CSS Codes

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

#dea71f Text Font Color

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

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


#dea71f Background Color

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

This div background color is #dea71f


#dea71f Border Color

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

This div border color is #dea71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea71f


Comments

No comments written yet.

Please login to write comment.