Color Hex Logo

#dea34c Color Hex

#DEA34C
(222,163,76)
0 Favorites   0 Comments

Color spaces of #dea34c

RGB 22216376
HSL0.100.690.58
HSV36°66°87°
CMYK 0.000.270.66   0.13
XYZ44.525942.245812.6450
Yxy42.24580.44790.4249
Hunter Lab64.99688.536733.9630
CIE-Lab71.040113.151852.4916

#dea34c color RGB value is (222,163,76).

#dea34c hex color red value is 222, green value is 163 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dea34c hue: 0.10 , saturation: 0.69 and the lightness value of dea34c is 0.58.

The process color (four color CMYK) of #dea34c color hex is 0.00, 0.27, 0.66, 0.13. Web safe color of #dea34c is #cc9933. Color #dea34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 01001100
Octal 336 243 114
Decimal 222 163 76
Hex DE A3 4C

RGB Percentages of Color #dea34c

%48.16
%35.36
%16.49

CMYK Percentages of Color #dea34c

%0
%27
%66
%13

Triadic Colors of #dea34c

#dea34c #4cdea3 #a34cde

Analogous Colors of #dea34c

#dea34c #d0de4c #de5a4c

Monochromatic Colors of #dea34c

#dea34c

Complementary Color

#dea34c #4c87de

#dea34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea34c Color CSS Codes

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

#dea34c Text Font Color

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

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


#dea34c Background Color

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

This div background color is #dea34c


#dea34c Border Color

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

This div border color is #dea34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea34c


Comments

No comments written yet.

Please login to write comment.