Color Hex Logo

#daad61 Color Hex

#DAAD61
(218,173,97)
0 Favorites   0 Comments

Color spaces of #daad61

RGB 21817397
HSL0.100.620.62
HSV38°56°85°
CMYK 0.000.210.56   0.15
XYZ46.014745.655617.6964
Yxy45.65560.42070.4175
Hunter Lab67.56893.313631.7701
CIE-Lab73.32157.598844.8573

#daad61 color RGB value is (218,173,97).

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

The process color (four color CMYK) of #daad61 color hex is 0.00, 0.21, 0.56, 0.15. Web safe color of #daad61 is #cc9966. Color #daad61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01100001
Octal 332 255 141
Decimal 218 173 97
Hex DA AD 61

RGB Percentages of Color #daad61

%44.67
%35.45
%19.88

CMYK Percentages of Color #daad61

%0
%21
%56
%15

Triadic Colors of #daad61

#daad61 #61daad #ad61da

Analogous Colors of #daad61

#daad61 #cbda61 #da7161

Monochromatic Colors of #daad61

#daad61

Complementary Color

#daad61 #618eda

#daad61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad61 Color CSS Codes

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

#daad61 Text Font Color

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

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


#daad61 Background Color

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

This div background color is #daad61


#daad61 Border Color

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

This div border color is #daad61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad61


Comments

No comments written yet.

Please login to write comment.