Color Hex Logo

#da803b Color Hex

#DA803B
(218,128,59)
0 Favorites   0 Comments

Color spaces of #da803b

RGB 21812859
HSL0.070.680.54
HSV26°73°85°
CMYK 0.000.410.73   0.15
XYZ37.422030.65958.0832
Yxy30.65950.49130.4025
Hunter Lab55.371023.738330.1044
CIE-Lab62.219129.313950.8041

#da803b color RGB value is (218,128,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 00111011
Octal 332 200 73
Decimal 218 128 59
Hex DA 80 3B

RGB Percentages of Color #da803b

%53.83
%31.60
%14.57

CMYK Percentages of Color #da803b

%0
%41
%73
%15

Triadic Colors of #da803b

#da803b #3bda80 #803bda

Analogous Colors of #da803b

#da803b #dad03b #da3b45

Monochromatic Colors of #da803b

#da803b

Complementary Color

#da803b #3b95da

#da803b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da803b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da803b Color CSS Codes

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

#da803b Text Font Color

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

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


#da803b Background Color

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

This div background color is #da803b


#da803b Border Color

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

This div border color is #da803b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da803b


Comments

No comments written yet.

Please login to write comment.