Color Hex Logo

#da691e Color Hex

#DA691E
(218,105,30)
0 Favorites   0 Comments

Color spaces of #da691e

RGB 21810530
HSL0.070.760.49
HSV24°86°85°
CMYK 0.000.520.86   0.15
XYZ34.199425.10234.2710
Yxy25.10230.53800.3949
Hunter Lab50.102234.164030.0173
CIE-Lab57.175040.219358.2090

#da691e color RGB value is (218,105,30).

#da691e hex color red value is 218, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da691e hue: 0.07 , saturation: 0.76 and the lightness value of da691e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00011110
Octal 332 151 36
Decimal 218 105 30
Hex DA 69 1E

RGB Percentages of Color #da691e

%61.76
%29.75
%8.50

CMYK Percentages of Color #da691e

%0
%52
%86
%15

Triadic Colors of #da691e

#da691e #1eda69 #691eda

Analogous Colors of #da691e

#da691e #dac71e #da1e31

Monochromatic Colors of #da691e

#da691e

Complementary Color

#da691e #1e8fda

#da691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da691e Color CSS Codes

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

#da691e Text Font Color

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

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


#da691e Background Color

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

This div background color is #da691e


#da691e Border Color

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

This div border color is #da691e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da691e


Comments

No comments written yet.

Please login to write comment.