Color Hex Logo

#da9819 Color Hex

#DA9819
(218,152,25)
0 Favorites   0 Comments

Color spaces of #da9819

RGB 21815225
HSL0.110.790.48
HSV39°89°85°
CMYK 0.000.300.89   0.15
XYZ40.317137.43216.0199
Yxy37.43210.48130.4468
Hunter Lab61.181810.558536.9935
CIE-Lab67.600015.337367.9464

#da9819 color RGB value is (218,152,25).

#da9819 hex color red value is 218, green value is 152 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #da9819 hue: 0.11 , saturation: 0.79 and the lightness value of da9819 is 0.48.

The process color (four color CMYK) of #da9819 color hex is 0.00, 0.30, 0.89, 0.15. Web safe color of #da9819 is #cc9900. Color #da9819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 00011001
Octal 332 230 31
Decimal 218 152 25
Hex DA 98 19

RGB Percentages of Color #da9819

%55.19
%38.48
%6.33

CMYK Percentages of Color #da9819

%0
%30
%89
%15

Triadic Colors of #da9819

#da9819 #19da98 #9819da

Analogous Colors of #da9819

#da9819 #bcda19 #da3819

Monochromatic Colors of #da9819

#da9819

Complementary Color

#da9819 #195bda

#da9819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9819 Color CSS Codes

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

#da9819 Text Font Color

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

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


#da9819 Background Color

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

This div background color is #da9819


#da9819 Border Color

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

This div border color is #da9819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9819


Comments

No comments written yet.

Please login to write comment.