Color Hex Logo

#dabd5d Color Hex

#DABD5D
(218,189,93)
0 Favorites   0 Comments

Color spaces of #dabd5d

RGB 21818993
HSL0.130.630.61
HSV46°57°85°
CMYK 0.000.130.57   0.15
XYZ49.086852.090917.8233
Yxy52.09090.41250.4377
Hunter Lab72.1740-4.903635.8802
CIE-Lab77.3352-1.151851.5171

#dabd5d color RGB value is (218,189,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01011101
Octal 332 275 135
Decimal 218 189 93
Hex DA BD 5D

RGB Percentages of Color #dabd5d

%43.60
%37.80
%18.60

CMYK Percentages of Color #dabd5d

%0
%13
%57
%15

Triadic Colors of #dabd5d

#dabd5d #5ddabd #bd5dda

Analogous Colors of #dabd5d

#dabd5d #b9da5d #da7f5d

Monochromatic Colors of #dabd5d

#dabd5d

Complementary Color

#dabd5d #5d7ada

#dabd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd5d Color CSS Codes

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

#dabd5d Text Font Color

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

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


#dabd5d Background Color

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

This div background color is #dabd5d


#dabd5d Border Color

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

This div border color is #dabd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd5d


Comments

No comments written yet.

Please login to write comment.