Color Hex Logo

#dab65a Color Hex

#DAB65A
(218,182,90)
0 Favorites   0 Comments

Color spaces of #dab65a

RGB 21818290
HSL0.120.630.60
HSV43°59°85°
CMYK 0.000.170.59   0.15
XYZ47.486949.099516.6472
Yxy49.09950.41940.4336
Hunter Lab70.0710-1.655534.9638
CIE-Lab75.51322.295050.8372

#dab65a color RGB value is (218,182,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 01011010
Octal 332 266 132
Decimal 218 182 90
Hex DA B6 5A

RGB Percentages of Color #dab65a

%44.49
%37.14
%18.37

CMYK Percentages of Color #dab65a

%0
%17
%59
%15

Triadic Colors of #dab65a

#dab65a #5adab6 #b65ada

Analogous Colors of #dab65a

#dab65a #beda5a #da765a

Monochromatic Colors of #dab65a

#dab65a

Complementary Color

#dab65a #5a7eda

#dab65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab65a Color CSS Codes

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

#dab65a Text Font Color

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

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


#dab65a Background Color

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

This div background color is #dab65a


#dab65a Border Color

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

This div border color is #dab65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab65a


Comments

No comments written yet.

Please login to write comment.