Color Hex Logo

#da803f Color Hex

#DA803F
(218,128,63)
0 Favorites   0 Comments

Color spaces of #da803f

RGB 21812863
HSL0.070.680.55
HSV25°71°85°
CMYK 0.000.410.71   0.15
XYZ37.529830.70278.6508
Yxy30.70270.48810.3993
Hunter Lab55.410023.932429.5305
CIE-Lab62.255929.507148.9443

#da803f color RGB value is (218,128,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 00111111
Octal 332 200 77
Decimal 218 128 63
Hex DA 80 3F

RGB Percentages of Color #da803f

%53.30
%31.30
%15.40

CMYK Percentages of Color #da803f

%0
%41
%71
%15

Triadic Colors of #da803f

#da803f #3fda80 #803fda

Analogous Colors of #da803f

#da803f #dace3f #da3f4c

Monochromatic Colors of #da803f

#da803f

Complementary Color

#da803f #3f99da

#da803f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da803f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da803f Color CSS Codes

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

#da803f Text Font Color

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

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


#da803f Background Color

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

This div background color is #da803f


#da803f Border Color

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

This div border color is #da803f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da803f


Comments

No comments written yet.

Please login to write comment.