Color Hex Logo

#da6422 Color Hex

#DA6422
(218,100,34)
0 Favorites   0 Comments

Color spaces of #da6422

RGB 21810034
HSL0.060.730.49
HSV22°84°85°
CMYK 0.000.540.84   0.15
XYZ33.759324.13534.3926
Yxy24.13530.54200.3875
Hunter Lab49.127736.687229.0882
CIE-Lab56.223042.790555.9288

#da6422 color RGB value is (218,100,34).

#da6422 hex color red value is 218, green value is 100 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #da6422 hue: 0.06 , saturation: 0.73 and the lightness value of da6422 is 0.49.

The process color (four color CMYK) of #da6422 color hex is 0.00, 0.54, 0.84, 0.15. Web safe color of #da6422 is #cc6633. Color #da6422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 00100010
Octal 332 144 42
Decimal 218 100 34
Hex DA 64 22

RGB Percentages of Color #da6422

%61.93
%28.41
%9.66

CMYK Percentages of Color #da6422

%0
%54
%84
%15

Triadic Colors of #da6422

#da6422 #22da64 #6422da

Analogous Colors of #da6422

#da6422 #dac022 #da223c

Monochromatic Colors of #da6422

#da6422

Complementary Color

#da6422 #2298da

#da6422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6422 Color CSS Codes

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

#da6422 Text Font Color

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

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


#da6422 Background Color

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

This div background color is #da6422


#da6422 Border Color

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

This div border color is #da6422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6422


Comments

No comments written yet.

Please login to write comment.