Color Hex Logo

#dab75a Color Hex

#DAB75A
(218,183,90)
0 Favorites   0 Comments

Color spaces of #dab75a

RGB 21818390
HSL0.120.630.60
HSV44°59°85°
CMYK 0.000.160.59   0.15
XYZ47.692449.510616.7157
Yxy49.51060.41870.4346
Hunter Lab70.3638-2.149735.1696
CIE-Lab75.76791.768651.1299

#dab75a color RGB value is (218,183,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01011010
Octal 332 267 132
Decimal 218 183 90
Hex DA B7 5A

RGB Percentages of Color #dab75a

%44.40
%37.27
%18.33

CMYK Percentages of Color #dab75a

%0
%16
%59
%15

Triadic Colors of #dab75a

#dab75a #5adab7 #b75ada

Analogous Colors of #dab75a

#dab75a #bdda5a #da775a

Monochromatic Colors of #dab75a

#dab75a

Complementary Color

#dab75a #5a7dda

#dab75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab75a Color CSS Codes

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

#dab75a Text Font Color

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

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


#dab75a Background Color

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

This div background color is #dab75a


#dab75a Border Color

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

This div border color is #dab75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab75a


Comments

No comments written yet.

Please login to write comment.