Color Hex Logo

#daa365 Color Hex

#DAA365
(218,163,101)
0 Favorites   0 Comments

Color spaces of #daa365

RGB 218163101
HSL0.090.610.63
HSV32°54°85°
CMYK 0.000.250.54   0.15
XYZ44.359642.039418.0883
Yxy42.03940.42450.4023
Hunter Lab64.83788.656928.8459
CIE-Lab70.898113.279839.8792

#daa365 color RGB value is (218,163,101).

#daa365 hex color red value is 218, green value is 163 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #daa365 hue: 0.09 , saturation: 0.61 and the lightness value of daa365 is 0.63.

The process color (four color CMYK) of #daa365 color hex is 0.00, 0.25, 0.54, 0.15. Web safe color of #daa365 is #cc9966. Color #daa365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01100101
Octal 332 243 145
Decimal 218 163 101
Hex DA A3 65

RGB Percentages of Color #daa365

%45.23
%33.82
%20.95

CMYK Percentages of Color #daa365

%0
%25
%54
%15

Triadic Colors of #daa365

#daa365 #65daa3 #a365da

Analogous Colors of #daa365

#daa365 #d7da65 #da6965

Monochromatic Colors of #daa365

#daa365

Complementary Color

#daa365 #659cda

#daa365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa365 Color CSS Codes

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

#daa365 Text Font Color

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

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


#daa365 Background Color

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

This div background color is #daa365


#daa365 Border Color

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

This div border color is #daa365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa365


Comments

No comments written yet.

Please login to write comment.