Color Hex Logo

#da9956 Color Hex

#DA9956
(218,153,86)
0 Favorites   0 Comments

Color spaces of #da9956

RGB 21815386
HSL0.080.640.60
HSV30°61°85°
CMYK 0.000.300.61   0.15
XYZ41.984438.359813.9955
Yxy38.35980.44500.4066
Hunter Lab61.935312.614029.9570
CIE-Lab68.285017.493644.3844

#da9956 color RGB value is (218,153,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01010110
Octal 332 231 126
Decimal 218 153 86
Hex DA 99 56

RGB Percentages of Color #da9956

%47.70
%33.48
%18.82

CMYK Percentages of Color #da9956

%0
%30
%61
%15

Triadic Colors of #da9956

#da9956 #56da99 #9956da

Analogous Colors of #da9956

#da9956 #d9da56 #da5756

Monochromatic Colors of #da9956

#da9956

Complementary Color

#da9956 #5697da

#da9956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9956 Color CSS Codes

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

#da9956 Text Font Color

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

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


#da9956 Background Color

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

This div background color is #da9956


#da9956 Border Color

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

This div border color is #da9956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9956


Comments

No comments written yet.

Please login to write comment.