Color Hex Logo

#da996f Color Hex

#DA996F
(218,153,111)
0 Favorites   0 Comments

Color spaces of #da996f

RGB 218153111
HSL0.070.590.65
HSV24°49°85°
CMYK 0.000.300.49   0.15
XYZ43.173938.835620.2594
Yxy38.83560.42220.3797
Hunter Lab62.318214.607524.3478
CIE-Lab68.632019.560531.7385

#da996f color RGB value is (218,153,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01101111
Octal 332 231 157
Decimal 218 153 111
Hex DA 99 6F

RGB Percentages of Color #da996f

%45.23
%31.74
%23.03

CMYK Percentages of Color #da996f

%0
%30
%49
%15

Triadic Colors of #da996f

#da996f #6fda99 #996fda

Analogous Colors of #da996f

#da996f #dacf6f #da6f7b

Monochromatic Colors of #da996f

#da996f

Complementary Color

#da996f #6fb0da

#da996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da996f Color CSS Codes

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

#da996f Text Font Color

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

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


#da996f Background Color

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

This div background color is #da996f


#da996f Border Color

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

This div border color is #da996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da996f

#da996f Color Palettes


Comments

No comments written yet.

Please login to write comment.