Color Hex Logo

#da6024 Color Hex

#DA6024
(218,96,36)
0 Favorites   0 Comments

Color spaces of #da6024

RGB 2189636
HSL0.050.720.50
HSV20°83°85°
CMYK 0.000.560.83   0.15
XYZ33.414823.39854.4243
Yxy23.39850.54570.3821
Hunter Lab48.372038.654728.4375
CIE-Lab55.480544.782554.4839

#da6024 color RGB value is (218,96,36).

#da6024 hex color red value is 218, green value is 96 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #da6024 hue: 0.05 , saturation: 0.72 and the lightness value of da6024 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00100100
Octal 332 140 44
Decimal 218 96 36
Hex DA 60 24

RGB Percentages of Color #da6024

%62.29
%27.43
%10.29

CMYK Percentages of Color #da6024

%0
%56
%83
%15

Triadic Colors of #da6024

#da6024 #24da60 #6024da

Analogous Colors of #da6024

#da6024 #dabb24 #da2443

Monochromatic Colors of #da6024

#da6024

Complementary Color

#da6024 #249eda

#da6024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6024 Color CSS Codes

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

#da6024 Text Font Color

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

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


#da6024 Background Color

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

This div background color is #da6024


#da6024 Border Color

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

This div border color is #da6024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6024


Comments

No comments written yet.

Please login to write comment.