Color Hex Logo

#da966a Color Hex

#DA966A
(218,150,106)
0 Favorites   0 Comments

Color spaces of #da966a

RGB 218150106
HSL0.070.600.64
HSV24°51°85°
CMYK 0.000.310.51   0.15
XYZ42.421337.758718.6880
Yxy37.75870.42910.3819
Hunter Lab61.448115.695024.9820
CIE-Lab67.842420.717533.4089

#da966a color RGB value is (218,150,106).

#da966a hex color red value is 218, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da966a hue: 0.07 , saturation: 0.60 and the lightness value of da966a is 0.64.

The process color (four color CMYK) of #da966a color hex is 0.00, 0.31, 0.51, 0.15. Web safe color of #da966a is #cc9966. Color #da966a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 01101010
Octal 332 226 152
Decimal 218 150 106
Hex DA 96 6A

RGB Percentages of Color #da966a

%45.99
%31.65
%22.36

CMYK Percentages of Color #da966a

%0
%31
%51
%15

Triadic Colors of #da966a

#da966a #6ada96 #966ada

Analogous Colors of #da966a

#da966a #dace6a #da6a76

Monochromatic Colors of #da966a

#da966a

Complementary Color

#da966a #6aaeda

#da966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da966a Color CSS Codes

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

#da966a Text Font Color

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

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


#da966a Background Color

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

This div background color is #da966a


#da966a Border Color

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

This div border color is #da966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da966a


Comments

No comments written yet.

Please login to write comment.