Color Hex Logo

#da984f Color Hex

#DA984F
(218,152,79)
0 Favorites   0 Comments

Color spaces of #da984f

RGB 21815279
HSL0.090.650.58
HSV32°64°85°
CMYK 0.000.300.64   0.15
XYZ41.553037.926412.5276
Yxy37.92640.45160.4122
Hunter Lab61.584412.667031.0482
CIE-Lab67.966317.558347.4950

#da984f color RGB value is (218,152,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01001111
Octal 332 230 117
Decimal 218 152 79
Hex DA 98 4F

RGB Percentages of Color #da984f

%48.55
%33.85
%17.59

CMYK Percentages of Color #da984f

%0
%30
%64
%15

Triadic Colors of #da984f

#da984f #4fda98 #984fda

Analogous Colors of #da984f

#da984f #d7da4f #da534f

Monochromatic Colors of #da984f

#da984f

Complementary Color

#da984f #4f91da

#da984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da984f Color CSS Codes

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

#da984f Text Font Color

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

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


#da984f Background Color

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

This div background color is #da984f


#da984f Border Color

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

This div border color is #da984f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da984f


Comments

No comments written yet.

Please login to write comment.