Color Hex Logo

#dab759 Color Hex

#DAB759
(218,183,89)
0 Favorites   0 Comments

Color spaces of #dab759

RGB 21818389
HSL0.120.640.60
HSV44°59°85°
CMYK 0.000.160.59   0.15
XYZ47.650149.493716.4930
Yxy49.49370.41930.4355
Hunter Lab70.3518-2.215435.3465
CIE-Lab75.75741.696151.5896

#dab759 color RGB value is (218,183,89).

#dab759 hex color red value is 218, green value is 183 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dab759 hue: 0.12 , saturation: 0.64 and the lightness value of dab759 is 0.60.

The process color (four color CMYK) of #dab759 color hex is 0.00, 0.16, 0.59, 0.15. Web safe color of #dab759 is #cccc66. Color #dab759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01011001
Octal 332 267 131
Decimal 218 183 89
Hex DA B7 59

RGB Percentages of Color #dab759

%44.49
%37.35
%18.16

CMYK Percentages of Color #dab759

%0
%16
%59
%15

Triadic Colors of #dab759

#dab759 #59dab7 #b759da

Analogous Colors of #dab759

#dab759 #bdda59 #da7759

Monochromatic Colors of #dab759

#dab759

Complementary Color

#dab759 #597cda

#dab759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab759 Color CSS Codes

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

#dab759 Text Font Color

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

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


#dab759 Background Color

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

This div background color is #dab759


#dab759 Border Color

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

This div border color is #dab759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab759


Comments

No comments written yet.

Please login to write comment.