Color Hex Logo

#dad761 Color Hex

#DAD761
(218,215,97)
0 Favorites   0 Comments

Color spaces of #dad761

RGB 21821597
HSL0.160.620.62
HSV59°56°85°
CMYK 0.000.010.56   0.15
XYZ55.371564.369420.8154
Yxy64.36940.39390.4580
Hunter Lab80.2305-17.210840.7789
CIE-Lab84.1577-14.121957.4718

#dad761 color RGB value is (218,215,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01100001
Octal 332 327 141
Decimal 218 215 97
Hex DA D7 61

RGB Percentages of Color #dad761

%41.13
%40.57
%18.30

CMYK Percentages of Color #dad761

%0
%1
%56
%15

Triadic Colors of #dad761

#dad761 #61dad7 #d761da

Analogous Colors of #dad761

#dad761 #a1da61 #da9b61

Monochromatic Colors of #dad761

#dad761

Complementary Color

#dad761 #6164da

#dad761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad761 Color CSS Codes

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

#dad761 Text Font Color

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

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


#dad761 Background Color

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

This div background color is #dad761


#dad761 Border Color

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

This div border color is #dad761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad761


Comments

No comments written yet.

Please login to write comment.