Color Hex Logo

#da844f Color Hex

#DA844F
(218,132,79)
0 Favorites   0 Comments

Color spaces of #da844f

RGB 21813279
HSL0.060.650.58
HSV23°64°85°
CMYK 0.000.390.64   0.15
XYZ38.576031.972511.5353
Yxy31.97250.47000.3895
Hunter Lab56.544222.825127.4855
CIE-Lab63.320128.297042.1236

#da844f color RGB value is (218,132,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 01001111
Octal 332 204 117
Decimal 218 132 79
Hex DA 84 4F

RGB Percentages of Color #da844f

%50.82
%30.77
%18.41

CMYK Percentages of Color #da844f

%0
%39
%64
%15

Triadic Colors of #da844f

#da844f #4fda84 #844fda

Analogous Colors of #da844f

#da844f #daca4f #da4f5f

Monochromatic Colors of #da844f

#da844f

Complementary Color

#da844f #4fa5da

#da844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da844f Color CSS Codes

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

#da844f Text Font Color

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

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


#da844f Background Color

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

This div background color is #da844f


#da844f Border Color

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

This div border color is #da844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da844f


Comments

No comments written yet.

Please login to write comment.