Color Hex Logo

#da803d Color Hex

#DA803D
(218,128,61)
0 Favorites   0 Comments

Color spaces of #da803d

RGB 21812861
HSL0.070.680.55
HSV26°72°85°
CMYK 0.000.410.72   0.15
XYZ37.474930.68078.3617
Yxy30.68070.48980.4010
Hunter Lab55.390223.833629.8227
CIE-Lab62.237229.408849.8807

#da803d color RGB value is (218,128,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 00111101
Octal 332 200 75
Decimal 218 128 61
Hex DA 80 3D

RGB Percentages of Color #da803d

%53.56
%31.45
%14.99

CMYK Percentages of Color #da803d

%0
%41
%72
%15

Triadic Colors of #da803d

#da803d #3dda80 #803dda

Analogous Colors of #da803d

#da803d #dacf3d #da3d49

Monochromatic Colors of #da803d

#da803d

Complementary Color

#da803d #3d97da

#da803d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da803d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da803d Color CSS Codes

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

#da803d Text Font Color

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

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


#da803d Background Color

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

This div background color is #da803d


#da803d Border Color

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

This div border color is #da803d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da803d


Comments

No comments written yet.

Please login to write comment.