Color Hex Logo

#dac36a Color Hex

#DAC36A
(218,195,106)
0 Favorites   0 Comments

Color spaces of #dac36a

RGB 218195106
HSL0.130.600.64
HSV48°51°85°
CMYK 0.000.110.51   0.15
XYZ51.030154.976221.5576
Yxy54.97620.40000.4310
Hunter Lab74.1459-6.904834.6639
CIE-Lab79.0276-3.221247.2733

#dac36a color RGB value is (218,195,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01101010
Octal 332 303 152
Decimal 218 195 106
Hex DA C3 6A

RGB Percentages of Color #dac36a

%42.00
%37.57
%20.42

CMYK Percentages of Color #dac36a

%0
%11
%51
%15

Triadic Colors of #dac36a

#dac36a #6adac3 #c36ada

Analogous Colors of #dac36a

#dac36a #b9da6a #da8b6a

Monochromatic Colors of #dac36a

#dac36a

Complementary Color

#dac36a #6a81da

#dac36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac36a Color CSS Codes

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

#dac36a Text Font Color

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

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


#dac36a Background Color

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

This div background color is #dac36a


#dac36a Border Color

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

This div border color is #dac36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac36a

#dac36a Color Palettes


Comments

No comments written yet.

Please login to write comment.