Color Hex Logo

#da693e Color Hex

#DA693E
(218,105,62)
0 Favorites   0 Comments

Color spaces of #da693e

RGB 21810562
HSL0.050.680.55
HSV17°72°85°
CMYK 0.000.520.72   0.15
XYZ34.834525.35647.6157
Yxy25.35640.51370.3740
Hunter Lab50.355135.360626.2816
CIE-Lab57.421041.346544.1843

#da693e color RGB value is (218,105,62).

#da693e hex color red value is 218, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da693e hue: 0.05 , saturation: 0.68 and the lightness value of da693e is 0.55.

The process color (four color CMYK) of #da693e color hex is 0.00, 0.52, 0.72, 0.15. Web safe color of #da693e is #cc6633. Color #da693e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00111110
Octal 332 151 76
Decimal 218 105 62
Hex DA 69 3E

RGB Percentages of Color #da693e

%56.62
%27.27
%16.10

CMYK Percentages of Color #da693e

%0
%52
%72
%15

Triadic Colors of #da693e

#da693e #3eda69 #693eda

Analogous Colors of #da693e

#da693e #dab73e #da3e61

Monochromatic Colors of #da693e

#da693e

Complementary Color

#da693e #3eafda

#da693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da693e Color CSS Codes

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

#da693e Text Font Color

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

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


#da693e Background Color

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

This div background color is #da693e


#da693e Border Color

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

This div border color is #da693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da693e


Comments

No comments written yet.

Please login to write comment.