Color Hex Logo

#dacc97 Color Hex

#DACC97
(218,204,151)
0 Favorites   0 Comments

Color spaces of #dacc97

RGB 218204151
HSL0.130.480.72
HSV47°31°85°
CMYK 0.000.060.31   0.15
XYZ56.092260.325537.9658
Yxy60.32550.36330.3908
Hunter Lab77.6695-7.010525.3870
CIE-Lab82.0148-3.081228.2219

#dacc97 color RGB value is (218,204,151).

#dacc97 hex color red value is 218, green value is 204 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dacc97 hue: 0.13 , saturation: 0.48 and the lightness value of dacc97 is 0.72.

The process color (four color CMYK) of #dacc97 color hex is 0.00, 0.06, 0.31, 0.15. Web safe color of #dacc97 is #cccc99. Color #dacc97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10010111
Octal 332 314 227
Decimal 218 204 151
Hex DA CC 97

RGB Percentages of Color #dacc97

%38.05
%35.60
%26.35

CMYK Percentages of Color #dacc97

%0
%6
%31
%15

Triadic Colors of #dacc97

#dacc97 #97dacc #cc97da

Analogous Colors of #dacc97

#dacc97 #c7da97 #daab97

Monochromatic Colors of #dacc97

#dacc97

Complementary Color

#dacc97 #97a5da

#dacc97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc97 Color CSS Codes

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

#dacc97 Text Font Color

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

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


#dacc97 Background Color

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

This div background color is #dacc97


#dacc97 Border Color

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

This div border color is #dacc97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc97


Comments

No comments written yet.

Please login to write comment.