Color Hex Logo

#da985b Color Hex

#DA985B
(218,152,91)
0 Favorites   0 Comments

Color spaces of #da985b

RGB 21815291
HSL0.080.630.61
HSV29°58°85°
CMYK 0.000.300.58   0.15
XYZ42.030038.117215.0397
Yxy38.11720.44160.4004
Hunter Lab61.739113.473528.7743
CIE-Lab68.106918.398941.6272

#da985b color RGB value is (218,152,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01011011
Octal 332 230 133
Decimal 218 152 91
Hex DA 98 5B

RGB Percentages of Color #da985b

%47.29
%32.97
%19.74

CMYK Percentages of Color #da985b

%0
%30
%58
%15

Triadic Colors of #da985b

#da985b #5bda98 #985bda

Analogous Colors of #da985b

#da985b #dad85b #da5b5d

Monochromatic Colors of #da985b

#da985b

Complementary Color

#da985b #5b9dda

#da985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da985b Color CSS Codes

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

#da985b Text Font Color

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

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


#da985b Background Color

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

This div background color is #da985b


#da985b Border Color

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

This div border color is #da985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da985b


Comments

No comments written yet.

Please login to write comment.