Color Hex Logo

#dea54f Color Hex

#DEA54F
(222,165,79)
0 Favorites   0 Comments

Color spaces of #dea54f

RGB 22216579
HSL0.100.680.59
HSV36°64°87°
CMYK 0.000.260.64   0.13
XYZ44.990643.004413.3265
Yxy43.00440.44400.4244
Hunter Lab65.57777.701633.8557
CIE-Lab71.558012.265851.6621

#dea54f color RGB value is (222,165,79).

#dea54f hex color red value is 222, green value is 165 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dea54f hue: 0.10 , saturation: 0.68 and the lightness value of dea54f is 0.59.

The process color (four color CMYK) of #dea54f color hex is 0.00, 0.26, 0.64, 0.13. Web safe color of #dea54f is #cc9966. Color #dea54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01001111
Octal 336 245 117
Decimal 222 165 79
Hex DE A5 4F

RGB Percentages of Color #dea54f

%47.64
%35.41
%16.95

CMYK Percentages of Color #dea54f

%0
%26
%64
%13

Triadic Colors of #dea54f

#dea54f #4fdea5 #a54fde

Analogous Colors of #dea54f

#dea54f #d0de4f #de5e4f

Monochromatic Colors of #dea54f

#dea54f

Complementary Color

#dea54f #4f88de

#dea54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea54f Color CSS Codes

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

#dea54f Text Font Color

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

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


#dea54f Background Color

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

This div background color is #dea54f


#dea54f Border Color

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

This div border color is #dea54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea54f


Comments

No comments written yet.

Please login to write comment.