Color Hex Logo

#dac37b Color Hex

#DAC37B
(218,195,123)
0 Favorites   0 Comments

Color spaces of #dac37b

RGB 218195123
HSL0.130.560.67
HSV45°44°85°
CMYK 0.000.110.44   0.15
XYZ52.003755.365726.6847
Yxy55.36570.38790.4130
Hunter Lab74.4081-5.460930.8227
CIE-Lab79.2514-1.618139.0671

#dac37b color RGB value is (218,195,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01111011
Octal 332 303 173
Decimal 218 195 123
Hex DA C3 7B

RGB Percentages of Color #dac37b

%40.67
%36.38
%22.95

CMYK Percentages of Color #dac37b

%0
%11
%44
%15

Triadic Colors of #dac37b

#dac37b #7bdac3 #c37bda

Analogous Colors of #dac37b

#dac37b #c2da7b #da947b

Monochromatic Colors of #dac37b

#dac37b

Complementary Color

#dac37b #7b92da

#dac37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac37b Color CSS Codes

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

#dac37b Text Font Color

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

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


#dac37b Background Color

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

This div background color is #dac37b


#dac37b Border Color

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

This div border color is #dac37b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,195,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 #dac37b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac37b


Comments

No comments written yet.

Please login to write comment.