Color Hex Logo

#da774f Color Hex

#DA774F
(218,119,79)
0 Favorites   0 Comments

Color spaces of #da774f

RGB 21811979
HSL0.050.650.58
HSV17°64°85°
CMYK 0.000.450.64   0.15
XYZ36.921628.663610.9838
Yxy28.66360.48220.3743
Hunter Lab53.538429.406525.3131
CIE-Lab60.483635.153938.7659

#da774f color RGB value is (218,119,79).

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

The process color (four color CMYK) of #da774f color hex is 0.00, 0.45, 0.64, 0.15. Web safe color of #da774f is #cc6666. Color #da774f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01001111
Octal 332 167 117
Decimal 218 119 79
Hex DA 77 4F

RGB Percentages of Color #da774f

%52.40
%28.61
%18.99

CMYK Percentages of Color #da774f

%0
%45
%64
%15

Triadic Colors of #da774f

#da774f #4fda77 #774fda

Analogous Colors of #da774f

#da774f #dabd4f #da4f6d

Monochromatic Colors of #da774f

#da774f

Complementary Color

#da774f #4fb2da

#da774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da774f Color CSS Codes

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

#da774f Text Font Color

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

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


#da774f Background Color

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

This div background color is #da774f


#da774f Border Color

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

This div border color is #da774f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da774f


Comments

No comments written yet.

Please login to write comment.