Color Hex Logo

#da996c Color Hex

#DA996C
(218,153,108)
0 Favorites   0 Comments

Color spaces of #da996c

RGB 218153108
HSL0.070.600.64
HSV25°50°85°
CMYK 0.000.300.50   0.15
XYZ43.011438.770619.4039
Yxy38.77060.42510.3832
Hunter Lab62.266014.336525.1098
CIE-Lab68.584819.281333.2873

#da996c color RGB value is (218,153,108).

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

The process color (four color CMYK) of #da996c color hex is 0.00, 0.30, 0.50, 0.15. Web safe color of #da996c is #cc9966. Color #da996c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01101100
Octal 332 231 154
Decimal 218 153 108
Hex DA 99 6C

RGB Percentages of Color #da996c

%45.51
%31.94
%22.55

CMYK Percentages of Color #da996c

%0
%30
%50
%15

Triadic Colors of #da996c

#da996c #6cda99 #996cda

Analogous Colors of #da996c

#da996c #dad06c #da6c76

Monochromatic Colors of #da996c

#da996c

Complementary Color

#da996c #6cadda

#da996c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da996c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da996c Color CSS Codes

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

#da996c Text Font Color

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

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


#da996c Background Color

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

This div background color is #da996c


#da996c Border Color

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

This div border color is #da996c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da996c


Comments

No comments written yet.

Please login to write comment.