Color Hex Logo

#da916d Color Hex

#DA916D
(218,145,109)
0 Favorites   0 Comments

Color spaces of #da916d

RGB 218145109
HSL0.060.600.64
HSV20°50°85°
CMYK 0.000.330.50   0.15
XYZ41.799236.260419.2639
Yxy36.26040.42950.3726
Hunter Lab60.216618.526223.1842
CIE-Lab66.718423.685230.3408

#da916d color RGB value is (218,145,109).

#da916d hex color red value is 218, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #da916d hue: 0.06 , saturation: 0.60 and the lightness value of da916d is 0.64.

The process color (four color CMYK) of #da916d color hex is 0.00, 0.33, 0.50, 0.15. Web safe color of #da916d is #cc9966. Color #da916d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 01101101
Octal 332 221 155
Decimal 218 145 109
Hex DA 91 6D

RGB Percentages of Color #da916d

%46.19
%30.72
%23.09

CMYK Percentages of Color #da916d

%0
%33
%50
%15

Triadic Colors of #da916d

#da916d #6dda91 #916dda

Analogous Colors of #da916d

#da916d #dac86d #da6d80

Monochromatic Colors of #da916d

#da916d

Complementary Color

#da916d #6db6da

#da916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da916d Color CSS Codes

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

#da916d Text Font Color

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

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


#da916d Background Color

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

This div background color is #da916d


#da916d Border Color

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

This div border color is #da916d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da916d


Comments

No comments written yet.

Please login to write comment.