Color Hex Logo

#da976b Color Hex

#DA976B
(218,151,107)
0 Favorites   0 Comments

Color spaces of #da976b

RGB 218151107
HSL0.070.600.64
HSV24°51°85°
CMYK 0.000.310.51   0.15
XYZ42.633938.100219.0169
Yxy38.10020.42740.3820
Hunter Lab61.725415.271124.9412
CIE-Lab68.094420.268633.1951

#da976b color RGB value is (218,151,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 01101011
Octal 332 227 153
Decimal 218 151 107
Hex DA 97 6B

RGB Percentages of Color #da976b

%45.80
%31.72
%22.48

CMYK Percentages of Color #da976b

%0
%31
%51
%15

Triadic Colors of #da976b

#da976b #6bda97 #976bda

Analogous Colors of #da976b

#da976b #dacf6b #da6b77

Monochromatic Colors of #da976b

#da976b

Complementary Color

#da976b #6baeda

#da976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da976b Color CSS Codes

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

#da976b Text Font Color

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

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


#da976b Background Color

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

This div background color is #da976b


#da976b Border Color

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

This div border color is #da976b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da976b


Comments

No comments written yet.

Please login to write comment.