Color Hex Logo

#da983e Color Hex

#DA983E
(218,152,62)
0 Favorites   0 Comments

Color spaces of #da983e

RGB 21815262
HSL0.100.680.55
HSV35°72°85°
CMYK 0.000.300.72   0.15
XYZ41.011237.70979.6746
Yxy37.70970.46400.4266
Hunter Lab61.408211.746033.6449
CIE-Lab67.806116.592355.2475

#da983e color RGB value is (218,152,62).

#da983e hex color red value is 218, green value is 152 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da983e hue: 0.10 , saturation: 0.68 and the lightness value of da983e is 0.55.

The process color (four color CMYK) of #da983e color hex is 0.00, 0.30, 0.72, 0.15. Web safe color of #da983e is #cc9933. Color #da983e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 00111110
Octal 332 230 76
Decimal 218 152 62
Hex DA 98 3E

RGB Percentages of Color #da983e

%50.46
%35.19
%14.35

CMYK Percentages of Color #da983e

%0
%30
%72
%15

Triadic Colors of #da983e

#da983e #3eda98 #983eda

Analogous Colors of #da983e

#da983e #ceda3e #da4a3e

Monochromatic Colors of #da983e

#da983e

Complementary Color

#da983e #3e80da

#da983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da983e Color CSS Codes

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

#da983e Text Font Color

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

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


#da983e Background Color

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

This div background color is #da983e


#da983e Border Color

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

This div border color is #da983e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da983e


Comments

No comments written yet.

Please login to write comment.