Color Hex Logo

#daa763 Color Hex

#DAA763
(218,167,99)
0 Favorites   0 Comments

Color spaces of #daa763

RGB 21816799
HSL0.100.620.62
HSV34°55°85°
CMYK 0.000.230.55   0.15
XYZ44.984343.443717.8189
Yxy43.44370.42340.4089
Hunter Lab65.91186.479130.1096
CIE-Lab71.855110.966842.0777

#daa763 color RGB value is (218,167,99).

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

The process color (four color CMYK) of #daa763 color hex is 0.00, 0.23, 0.55, 0.15. Web safe color of #daa763 is #cc9966. Color #daa763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01100011
Octal 332 247 143
Decimal 218 167 99
Hex DA A7 63

RGB Percentages of Color #daa763

%45.04
%34.50
%20.45

CMYK Percentages of Color #daa763

%0
%23
%55
%15

Triadic Colors of #daa763

#daa763 #63daa7 #a763da

Analogous Colors of #daa763

#daa763 #d2da63 #da6c63

Monochromatic Colors of #daa763

#daa763

Complementary Color

#daa763 #6396da

#daa763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa763 Color CSS Codes

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

#daa763 Text Font Color

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

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


#daa763 Background Color

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

This div background color is #daa763


#daa763 Border Color

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

This div border color is #daa763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa763


Comments

No comments written yet.

Please login to write comment.