color codes Logo

#dea75f color codes

#DEA75F
(222,167,95)
0 Favorites   0 Comments

Color spaces of #dea75f

RGB 22216795
HSL0.090.660.62
HSV34°57°87°
CMYK 0.000.250.57   0.13
XYZ46.008543.993316.8931
Yxy43.99330.43040.4116
Hunter Lab66.32747.744831.3285
CIE-Lab72.224012.311644.6422

#dea75f color RGB value is (222,167,95).

#dea75f hex color red value is 222, green value is 167 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dea75f hue: 0.09 , saturation: 0.66 and the lightness value of dea75f is 0.62.

The process color (four color CMYK) of #dea75f color code is 0.00, 0.25, 0.57, 0.13. Web safe color of #dea75f is #cc9966. Color #dea75f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 01011111
Octal 336 247 137
Decimal 222 167 95
Hex DE A7 5F

RGB Percentages of Color #dea75f

%45.87
%34.50
%19.63

CMYK Percentages of Color #dea75f

%0
%25
%57
%13

Triadic Colors of #dea75f

#dea75f #5fdea7 #a75fde

Analogous Colors of #dea75f

#dea75f #d6de5f #de685f

Monochromatic Colors of #dea75f

#dea75f

Complementary Color

#dea75f #5f96de

#dea75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea75f Color CSS Codes

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

#dea75f Text Font Color

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

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


#dea75f Background Color

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

This div background color is #dea75f


#dea75f Border Color

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

This div border color is #dea75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea75f


Comments

No comments written yet.

Please login to write comment.