Color Hex Logo

#dac563 Color Hex

#DAC563
(218,197,99)
0 Favorites   0 Comments

Color spaces of #dac563

RGB 21819799
HSL0.140.620.62
HSV49°55°85°
CMYK 0.000.100.55   0.15
XYZ51.131855.738819.8681
Yxy55.73880.40340.4398
Hunter Lab74.6584-8.401836.4826
CIE-Lab79.4649-4.836751.1558

#dac563 color RGB value is (218,197,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01100011
Octal 332 305 143
Decimal 218 197 99
Hex DA C5 63

RGB Percentages of Color #dac563

%42.41
%38.33
%19.26

CMYK Percentages of Color #dac563

%0
%10
%55
%15

Triadic Colors of #dac563

#dac563 #63dac5 #c563da

Analogous Colors of #dac563

#dac563 #b4da63 #da8a63

Monochromatic Colors of #dac563

#dac563

Complementary Color

#dac563 #6378da

#dac563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac563 Color CSS Codes

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

#dac563 Text Font Color

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

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


#dac563 Background Color

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

This div background color is #dac563


#dac563 Border Color

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

This div border color is #dac563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac563


Comments

No comments written yet.

Please login to write comment.