Color Hex Logo

#dac861 Color Hex

#DAC861
(218,200,97)
0 Favorites   0 Comments

Color spaces of #dac861

RGB 21820097
HSL0.140.620.62
HSV51°56°85°
CMYK 0.000.080.56   0.15
XYZ51.725457.077019.6000
Yxy57.07700.40280.4445
Hunter Lab75.5493-10.000037.5027
CIE-Lab80.2229-6.536152.9752

#dac861 color RGB value is (218,200,97).

#dac861 hex color red value is 218, green value is 200 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dac861 hue: 0.14 , saturation: 0.62 and the lightness value of dac861 is 0.62.

The process color (four color CMYK) of #dac861 color hex is 0.00, 0.08, 0.56, 0.15. Web safe color of #dac861 is #cccc66. Color #dac861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 01100001
Octal 332 310 141
Decimal 218 200 97
Hex DA C8 61

RGB Percentages of Color #dac861

%42.33
%38.83
%18.83

CMYK Percentages of Color #dac861

%0
%8
%56
%15

Triadic Colors of #dac861

#dac861 #61dac8 #c861da

Analogous Colors of #dac861

#dac861 #b0da61 #da8c61

Monochromatic Colors of #dac861

#dac861

Complementary Color

#dac861 #6173da

#dac861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac861 Color CSS Codes

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

#dac861 Text Font Color

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

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


#dac861 Background Color

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

This div background color is #dac861


#dac861 Border Color

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

This div border color is #dac861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac861


Comments

No comments written yet.

Please login to write comment.