Color Hex Logo

#da9c5b Color Hex

#DA9C5B
(218,156,91)
0 Favorites   0 Comments

Color spaces of #da9c5b

RGB 21815691
HSL0.090.630.61
HSV31°58°85°
CMYK 0.000.280.58   0.15
XYZ42.690239.437715.2597
Yxy39.43770.43840.4050
Hunter Lab62.799411.442829.5527
CIE-Lab69.067116.244142.7811

#da9c5b color RGB value is (218,156,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 01011011
Octal 332 234 133
Decimal 218 156 91
Hex DA 9C 5B

RGB Percentages of Color #da9c5b

%46.88
%33.55
%19.57

CMYK Percentages of Color #da9c5b

%0
%28
%58
%15

Triadic Colors of #da9c5b

#da9c5b #5bda9c #9c5bda

Analogous Colors of #da9c5b

#da9c5b #d9da5b #da5d5b

Monochromatic Colors of #da9c5b

#da9c5b

Complementary Color

#da9c5b #5b99da

#da9c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9c5b Color CSS Codes

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

#da9c5b Text Font Color

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

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


#da9c5b Background Color

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

This div background color is #da9c5b


#da9c5b Border Color

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

This div border color is #da9c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9c5b


Comments

No comments written yet.

Please login to write comment.