Color Hex Logo

#da601d Color Hex

#DA601D
(218,96,29)
0 Favorites   0 Comments

Color spaces of #da601d

RGB 2189629
HSL0.060.770.48
HSV21°87°85°
CMYK 0.000.560.87   0.15
XYZ33.318123.35993.9152
Yxy23.35990.54990.3855
Hunter Lab48.332138.469229.0296
CIE-Lab55.441144.611357.1616

#da601d color RGB value is (218,96,29).

#da601d hex color red value is 218, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #da601d hue: 0.06 , saturation: 0.77 and the lightness value of da601d is 0.48.

The process color (four color CMYK) of #da601d color hex is 0.00, 0.56, 0.87, 0.15. Web safe color of #da601d is #cc6633. Color #da601d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00011101
Octal 332 140 35
Decimal 218 96 29
Hex DA 60 1D

RGB Percentages of Color #da601d

%63.56
%27.99
%8.45

CMYK Percentages of Color #da601d

%0
%56
%87
%15

Triadic Colors of #da601d

#da601d #1dda60 #601dda

Analogous Colors of #da601d

#da601d #dabf1d #da1d38

Monochromatic Colors of #da601d

#da601d

Complementary Color

#da601d #1d97da

#da601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da601d Color CSS Codes

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

#da601d Text Font Color

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

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


#da601d Background Color

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

This div background color is #da601d


#da601d Border Color

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

This div border color is #da601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da601d


Comments

No comments written yet.

Please login to write comment.