Color Hex Logo

#da693d Color Hex

#DA693D
(218,105,61)
0 Favorites   0 Comments

Color spaces of #da693d

RGB 21810561
HSL0.050.680.55
HSV17°72°85°
CMYK 0.000.520.72   0.15
XYZ34.807325.34557.4725
Yxy25.34550.51470.3748
Hunter Lab50.344335.309726.4407
CIE-Lab57.410541.298744.6859

#da693d color RGB value is (218,105,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00111101
Octal 332 151 75
Decimal 218 105 61
Hex DA 69 3D

RGB Percentages of Color #da693d

%56.77
%27.34
%15.89

CMYK Percentages of Color #da693d

%0
%52
%72
%15

Triadic Colors of #da693d

#da693d #3dda69 #693dda

Analogous Colors of #da693d

#da693d #dab83d #da3d60

Monochromatic Colors of #da693d

#da693d

Complementary Color

#da693d #3daeda

#da693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da693d Color CSS Codes

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

#da693d Text Font Color

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

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


#da693d Background Color

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

This div background color is #da693d


#da693d Border Color

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

This div border color is #da693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da693d


Comments

No comments written yet.

Please login to write comment.