Color Hex Logo

#da693c Color Hex

#DA693C
(218,105,60)
0 Favorites   0 Comments

Color spaces of #da693c

RGB 21810560
HSL0.050.680.55
HSV17°72°85°
CMYK 0.000.520.72   0.15
XYZ34.780625.33487.3319
Yxy25.33480.51570.3756
Hunter Lab50.333735.259626.5971
CIE-Lab57.400241.251845.1849

#da693c color RGB value is (218,105,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00111100
Octal 332 151 74
Decimal 218 105 60
Hex DA 69 3C

RGB Percentages of Color #da693c

%56.92
%27.42
%15.67

CMYK Percentages of Color #da693c

%0
%52
%72
%15

Triadic Colors of #da693c

#da693c #3cda69 #693cda

Analogous Colors of #da693c

#da693c #dab83c #da3c5e

Monochromatic Colors of #da693c

#da693c

Complementary Color

#da693c #3cadda

#da693c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da693c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da693c Color CSS Codes

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

#da693c Text Font Color

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

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


#da693c Background Color

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

This div background color is #da693c


#da693c Border Color

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

This div border color is #da693c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da693c


Comments

No comments written yet.

Please login to write comment.