Color Hex Logo

#da976a Color Hex

#DA976A
(218,151,106)
0 Favorites   0 Comments

Color spaces of #da976a

RGB 218151106
HSL0.070.600.64
HSV24°51°85°
CMYK 0.000.310.51   0.15
XYZ42.581638.079318.7414
Yxy38.07930.42840.3831
Hunter Lab61.708415.183325.1890
CIE-Lab68.079020.178333.7111

#da976a color RGB value is (218,151,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 01101010
Octal 332 227 152
Decimal 218 151 106
Hex DA 97 6A

RGB Percentages of Color #da976a

%45.89
%31.79
%22.32

CMYK Percentages of Color #da976a

%0
%31
%51
%15

Triadic Colors of #da976a

#da976a #6ada97 #976ada

Analogous Colors of #da976a

#da976a #dacf6a #da6a75

Monochromatic Colors of #da976a

#da976a

Complementary Color

#da976a #6aadda

#da976a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da976a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da976a Color CSS Codes

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

#da976a Text Font Color

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

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


#da976a Background Color

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

This div background color is #da976a


#da976a Border Color

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

This div border color is #da976a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,151,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 #da976a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da976a


Comments

No comments written yet.

Please login to write comment.