Color Hex Logo

#dac863 Color Hex

#DAC863
(218,200,99)
0 Favorites   0 Comments

Color spaces of #dac863

RGB 21820099
HSL0.140.620.62
HSV51°55°85°
CMYK 0.000.080.55   0.15
XYZ51.819857.114820.0974
Yxy57.11480.40160.4426
Hunter Lab75.5743-9.861237.1351
CIE-Lab80.2441-6.379552.0645

#dac863 color RGB value is (218,200,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 01100011
Octal 332 310 143
Decimal 218 200 99
Hex DA C8 63

RGB Percentages of Color #dac863

%42.17
%38.68
%19.15

CMYK Percentages of Color #dac863

%0
%8
%55
%15

Triadic Colors of #dac863

#dac863 #63dac8 #c863da

Analogous Colors of #dac863

#dac863 #b1da63 #da8d63

Monochromatic Colors of #dac863

#dac863

Complementary Color

#dac863 #6375da

#dac863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac863 Color CSS Codes

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

#dac863 Text Font Color

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

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


#dac863 Background Color

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

This div background color is #dac863


#dac863 Border Color

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

This div border color is #dac863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac863


Comments

No comments written yet.

Please login to write comment.