Color Hex Logo

#da9814 Color Hex

#DA9814
(218,152,20)
0 Favorites   0 Comments

Color spaces of #da9814

RGB 21815220
HSL0.110.830.47
HSV40°91°85°
CMYK 0.000.300.91   0.15
XYZ40.267937.41245.7608
Yxy37.41240.48260.4484
Hunter Lab61.165710.474037.2318
CIE-Lab67.585315.247669.0303

#da9814 color RGB value is (218,152,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 00010100
Octal 332 230 24
Decimal 218 152 20
Hex DA 98 14

RGB Percentages of Color #da9814

%55.90
%38.97
%5.13

CMYK Percentages of Color #da9814

%0
%30
%91
%15

Triadic Colors of #da9814

#da9814 #14da98 #9814da

Analogous Colors of #da9814

#da9814 #b9da14 #da3514

Monochromatic Colors of #da9814

#da9814

Complementary Color

#da9814 #1456da

#da9814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9814 Color CSS Codes

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

#da9814 Text Font Color

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

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


#da9814 Background Color

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

This div background color is #da9814


#da9814 Border Color

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

This div border color is #da9814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9814


Comments

No comments written yet.

Please login to write comment.