Color Hex Logo

#da995e Color Hex

#DA995E
(218,153,94)
0 Favorites   0 Comments

Color spaces of #da995e

RGB 21815394
HSL0.080.630.61
HSV29°57°85°
CMYK 0.000.300.57   0.15
XYZ42.325138.496015.7894
Yxy38.49600.43810.3985
Hunter Lab62.045113.187728.3433
CIE-Lab68.384618.091440.4159

#da995e color RGB value is (218,153,94).

#da995e hex color red value is 218, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da995e hue: 0.08 , saturation: 0.63 and the lightness value of da995e is 0.61.

The process color (four color CMYK) of #da995e color hex is 0.00, 0.30, 0.57, 0.15. Web safe color of #da995e is #cc9966. Color #da995e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01011110
Octal 332 231 136
Decimal 218 153 94
Hex DA 99 5E

RGB Percentages of Color #da995e

%46.88
%32.90
%20.22

CMYK Percentages of Color #da995e

%0
%30
%57
%15

Triadic Colors of #da995e

#da995e #5eda99 #995eda

Analogous Colors of #da995e

#da995e #dad75e #da5e61

Monochromatic Colors of #da995e

#da995e

Complementary Color

#da995e #5e9fda

#da995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da995e Color CSS Codes

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

#da995e Text Font Color

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

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


#da995e Background Color

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

This div background color is #da995e


#da995e Border Color

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

This div border color is #da995e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,153,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da995e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da995e;
  -webkit-box-shadow: 1px 1px 3px 2px #da995e;
  box-shadow:         1px 1px 3px 2px #da995e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,153,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da995e


Comments

No comments written yet.

Please login to write comment.