Color Hex Logo

#dea67d Color Hex

#DEA67D
(222,166,125)
0 Favorites   0 Comments

Color spaces of #dea67d

RGB 222166125
HSL0.070.600.68
HSV25°44°87°
CMYK 0.000.250.44   0.13
XYZ47.462144.282725.4479
Yxy44.28270.40500.3779
Hunter Lab66.545210.857523.9083
CIE-Lab72.417015.571329.2479

#dea67d color RGB value is (222,166,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 01111101
Octal 336 246 175
Decimal 222 166 125
Hex DE A6 7D

RGB Percentages of Color #dea67d

%43.27
%32.36
%24.37

CMYK Percentages of Color #dea67d

%0
%25
%44
%13

Triadic Colors of #dea67d

#dea67d #7ddea6 #a67dde

Analogous Colors of #dea67d

#dea67d #ded77d #de7d85

Monochromatic Colors of #dea67d

#dea67d

Complementary Color

#dea67d #7db5de

#dea67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea67d Color CSS Codes

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

#dea67d Text Font Color

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

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


#dea67d Background Color

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

This div background color is #dea67d


#dea67d Border Color

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

This div border color is #dea67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea67d


Comments

No comments written yet.

Please login to write comment.