Color Hex Logo

#daba5c Color Hex

#DABA5C
(218,186,92)
0 Favorites   0 Comments

Color spaces of #daba5c

RGB 21818692
HSL0.120.630.61
HSV45°58°85°
CMYK 0.000.150.58   0.15
XYZ48.404150.795917.3786
Yxy50.79590.41520.4357
Hunter Lab71.2712-3.495835.4327
CIE-Lab76.55520.341651.0900

#daba5c color RGB value is (218,186,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01011100
Octal 332 272 134
Decimal 218 186 92
Hex DA BA 5C

RGB Percentages of Color #daba5c

%43.95
%37.50
%18.55

CMYK Percentages of Color #daba5c

%0
%15
%58
%15

Triadic Colors of #daba5c

#daba5c #5cdaba #ba5cda

Analogous Colors of #daba5c

#daba5c #bbda5c #da7b5c

Monochromatic Colors of #daba5c

#daba5c

Complementary Color

#daba5c #5c7cda

#daba5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba5c Color CSS Codes

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

#daba5c Text Font Color

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

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


#daba5c Background Color

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

This div background color is #daba5c


#daba5c Border Color

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

This div border color is #daba5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba5c


Comments

No comments written yet.

Please login to write comment.