Color Hex Logo

#dac163 Color Hex

#DAC163
(218,193,99)
0 Favorites   0 Comments

Color spaces of #dac163

RGB 21819399
HSL0.130.620.62
HSV47°55°85°
CMYK 0.000.110.55   0.15
XYZ50.235553.946219.5693
Yxy53.94620.40590.4359
Hunter Lab73.4481-6.447435.6166
CIE-Lab78.4304-2.767449.9436

#dac163 color RGB value is (218,193,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01100011
Octal 332 301 143
Decimal 218 193 99
Hex DA C1 63

RGB Percentages of Color #dac163

%42.75
%37.84
%19.41

CMYK Percentages of Color #dac163

%0
%11
%55
%15

Triadic Colors of #dac163

#dac163 #63dac1 #c163da

Analogous Colors of #dac163

#dac163 #b8da63 #da8663

Monochromatic Colors of #dac163

#dac163

Complementary Color

#dac163 #637cda

#dac163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac163 Color CSS Codes

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

#dac163 Text Font Color

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

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


#dac163 Background Color

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

This div background color is #dac163


#dac163 Border Color

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

This div border color is #dac163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac163


Comments

No comments written yet.

Please login to write comment.