Color Hex Logo

#da6415 Color Hex

#DA6415
(218,100,21)
0 Favorites   0 Comments

Color spaces of #da6415

RGB 21810021
HSL0.070.820.47
HSV24°90°85°
CMYK 0.000.540.90   0.15
XYZ33.606024.07393.5850
Yxy24.07390.54850.3929
Hunter Lab49.065236.395230.0135
CIE-Lab56.161742.517960.3145

#da6415 color RGB value is (218,100,21).

#da6415 hex color red value is 218, green value is 100 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #da6415 hue: 0.07 , saturation: 0.82 and the lightness value of da6415 is 0.47.

The process color (four color CMYK) of #da6415 color hex is 0.00, 0.54, 0.90, 0.15. Web safe color of #da6415 is #cc6600. Color #da6415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 00010101
Octal 332 144 25
Decimal 218 100 21
Hex DA 64 15

RGB Percentages of Color #da6415

%64.31
%29.50
%6.19

CMYK Percentages of Color #da6415

%0
%54
%90
%15

Triadic Colors of #da6415

#da6415 #15da64 #6415da

Analogous Colors of #da6415

#da6415 #dac715 #da1529

Monochromatic Colors of #da6415

#da6415

Complementary Color

#da6415 #158bda

#da6415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6415 Color CSS Codes

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

#da6415 Text Font Color

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

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


#da6415 Background Color

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

This div background color is #da6415


#da6415 Border Color

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

This div border color is #da6415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6415


Comments

No comments written yet.

Please login to write comment.