Color Hex Logo

#da9261 Color Hex

#DA9261
(218,146,97)
0 Favorites   0 Comments

Color spaces of #da9261

RGB 21814697
HSL0.070.620.62
HSV24°56°85°
CMYK 0.000.330.56   0.15
XYZ41.350036.326316.1415
Yxy36.32630.44070.3872
Hunter Lab60.271316.987726.3112
CIE-Lab66.768522.102436.8542

#da9261 color RGB value is (218,146,97).

#da9261 hex color red value is 218, green value is 146 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #da9261 hue: 0.07 , saturation: 0.62 and the lightness value of da9261 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 01100001
Octal 332 222 141
Decimal 218 146 97
Hex DA 92 61

RGB Percentages of Color #da9261

%47.29
%31.67
%21.04

CMYK Percentages of Color #da9261

%0
%33
%56
%15

Triadic Colors of #da9261

#da9261 #61da92 #9261da

Analogous Colors of #da9261

#da9261 #dacf61 #da616d

Monochromatic Colors of #da9261

#da9261

Complementary Color

#da9261 #61a9da

#da9261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9261 Color CSS Codes

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

#da9261 Text Font Color

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

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


#da9261 Background Color

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

This div background color is #da9261


#da9261 Border Color

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

This div border color is #da9261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9261


Comments

No comments written yet.

Please login to write comment.