Color Hex Logo

#dad561 Color Hex

#DAD561
(218,213,97)
0 Favorites   0 Comments

Color spaces of #dad561

RGB 21821397
HSL0.160.620.62
HSV58°56°85°
CMYK 0.000.020.56   0.15
XYZ54.865463.357020.6467
Yxy63.35700.39510.4562
Hunter Lab79.5971-16.256940.3387
CIE-Lab83.6299-13.122856.8738

#dad561 color RGB value is (218,213,97).

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

The process color (four color CMYK) of #dad561 color hex is 0.00, 0.02, 0.56, 0.15. Web safe color of #dad561 is #cccc66. Color #dad561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01100001
Octal 332 325 141
Decimal 218 213 97
Hex DA D5 61

RGB Percentages of Color #dad561

%41.29
%40.34
%18.37

CMYK Percentages of Color #dad561

%0
%2
%56
%15

Triadic Colors of #dad561

#dad561 #61dad5 #d561da

Analogous Colors of #dad561

#dad561 #a3da61 #da9961

Monochromatic Colors of #dad561

#dad561

Complementary Color

#dad561 #6166da

#dad561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad561 Color CSS Codes

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

#dad561 Text Font Color

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

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


#dad561 Background Color

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

This div background color is #dad561


#dad561 Border Color

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

This div border color is #dad561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad561


Comments

No comments written yet.

Please login to write comment.