Color Hex Logo

#dea64f Color Hex

#DEA64F
(222,166,79)
0 Favorites   0 Comments

Color spaces of #dea64f

RGB 22216679
HSL0.100.680.59
HSV37°64°87°
CMYK 0.000.250.64   0.13
XYZ45.171743.366513.3869
Yxy43.36650.44320.4255
Hunter Lab65.85327.198034.0446
CIE-Lab71.803011.731651.9349

#dea64f color RGB value is (222,166,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 01001111
Octal 336 246 117
Decimal 222 166 79
Hex DE A6 4F

RGB Percentages of Color #dea64f

%47.54
%35.55
%16.92

CMYK Percentages of Color #dea64f

%0
%25
%64
%13

Triadic Colors of #dea64f

#dea64f #4fdea6 #a64fde

Analogous Colors of #dea64f

#dea64f #cfde4f #de5f4f

Monochromatic Colors of #dea64f

#dea64f

Complementary Color

#dea64f #4f87de

#dea64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea64f Color CSS Codes

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

#dea64f Text Font Color

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

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


#dea64f Background Color

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

This div background color is #dea64f


#dea64f Border Color

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

This div border color is #dea64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea64f


Comments

No comments written yet.

Please login to write comment.