Color Hex Logo

#dac47b Color Hex

#DAC47B
(218,196,123)
0 Favorites   0 Comments

Color spaces of #dac47b

RGB 218196123
HSL0.130.560.67
HSV46°44°85°
CMYK 0.000.100.44   0.15
XYZ52.228555.815326.7596
Yxy55.81530.38740.4140
Hunter Lab74.7096-5.954931.0602
CIE-Lab79.5086-2.138039.3934

#dac47b color RGB value is (218,196,123).

#dac47b hex color red value is 218, green value is 196 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dac47b hue: 0.13 , saturation: 0.56 and the lightness value of dac47b is 0.67.

The process color (four color CMYK) of #dac47b color hex is 0.00, 0.10, 0.44, 0.15. Web safe color of #dac47b is #cccc66. Color #dac47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01111011
Octal 332 304 173
Decimal 218 196 123
Hex DA C4 7B

RGB Percentages of Color #dac47b

%40.60
%36.50
%22.91

CMYK Percentages of Color #dac47b

%0
%10
%44
%15

Triadic Colors of #dac47b

#dac47b #7bdac4 #c47bda

Analogous Colors of #dac47b

#dac47b #c1da7b #da957b

Monochromatic Colors of #dac47b

#dac47b

Complementary Color

#dac47b #7b91da

#dac47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac47b Color CSS Codes

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

#dac47b Text Font Color

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

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


#dac47b Background Color

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

This div background color is #dac47b


#dac47b Border Color

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

This div border color is #dac47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac47b


Comments

No comments written yet.

Please login to write comment.