Color Hex Logo

#dac763 Color Hex

#DAC763
(218,199,99)
0 Favorites   0 Comments

Color spaces of #dac763

RGB 21819999
HSL0.140.620.62
HSV50°55°85°
CMYK 0.000.090.55   0.15
XYZ51.589056.653120.0205
Yxy56.65310.40220.4417
Hunter Lab75.2683-9.375236.9173
CIE-Lab79.9841-5.865951.7616

#dac763 color RGB value is (218,199,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01100011
Octal 332 307 143
Decimal 218 199 99
Hex DA C7 63

RGB Percentages of Color #dac763

%42.25
%38.57
%19.19

CMYK Percentages of Color #dac763

%0
%9
%55
%15

Triadic Colors of #dac763

#dac763 #63dac7 #c763da

Analogous Colors of #dac763

#dac763 #b2da63 #da8c63

Monochromatic Colors of #dac763

#dac763

Complementary Color

#dac763 #6376da

#dac763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac763 Color CSS Codes

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

#dac763 Text Font Color

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

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


#dac763 Background Color

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

This div background color is #dac763


#dac763 Border Color

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

This div border color is #dac763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac763


Comments

No comments written yet.

Please login to write comment.