Color Hex Logo

#da984d Color Hex

#DA984D
(218,152,77)
0 Favorites   0 Comments

Color spaces of #da984d

RGB 21815277
HSL0.090.660.58
HSV32°65°85°
CMYK 0.000.300.65   0.15
XYZ41.481237.897712.1499
Yxy37.89770.45320.4141
Hunter Lab61.561112.545231.3911
CIE-Lab67.945117.430948.4460

#da984d color RGB value is (218,152,77).

#da984d hex color red value is 218, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da984d hue: 0.09 , saturation: 0.66 and the lightness value of da984d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01001101
Octal 332 230 115
Decimal 218 152 77
Hex DA 98 4D

RGB Percentages of Color #da984d

%48.77
%34.00
%17.23

CMYK Percentages of Color #da984d

%0
%30
%65
%15

Triadic Colors of #da984d

#da984d #4dda98 #984dda

Analogous Colors of #da984d

#da984d #d6da4d #da514d

Monochromatic Colors of #da984d

#da984d

Complementary Color

#da984d #4d8fda

#da984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da984d Color CSS Codes

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

#da984d Text Font Color

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

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


#da984d Background Color

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

This div background color is #da984d


#da984d Border Color

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

This div border color is #da984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da984d


Comments

No comments written yet.

Please login to write comment.