Color Hex Logo

#dab93d Color Hex

#DAB93D
(218,185,61)
0 Favorites   0 Comments

Color spaces of #dab93d

RGB 21818561
HSL0.130.680.55
HSV47°72°85°
CMYK 0.000.150.72   0.15
XYZ47.104749.940311.5716
Yxy49.94030.43370.4598
Hunter Lab70.6685-4.689039.7595
CIE-Lab76.0326-1.011263.9425

#dab93d color RGB value is (218,185,61).

#dab93d hex color red value is 218, green value is 185 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dab93d hue: 0.13 , saturation: 0.68 and the lightness value of dab93d is 0.55.

The process color (four color CMYK) of #dab93d color hex is 0.00, 0.15, 0.72, 0.15. Web safe color of #dab93d is #cccc33. Color #dab93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00111101
Octal 332 271 75
Decimal 218 185 61
Hex DA B9 3D

RGB Percentages of Color #dab93d

%46.98
%39.87
%13.15

CMYK Percentages of Color #dab93d

%0
%15
%72
%15

Triadic Colors of #dab93d

#dab93d #3ddab9 #b93dda

Analogous Colors of #dab93d

#dab93d #adda3d #da6b3d

Monochromatic Colors of #dab93d

#dab93d

Complementary Color

#dab93d #3d5eda

#dab93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab93d Color CSS Codes

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

#dab93d Text Font Color

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

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


#dab93d Background Color

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

This div background color is #dab93d


#dab93d Border Color

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

This div border color is #dab93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab93d


Comments

No comments written yet.

Please login to write comment.