Color Hex Logo

#da8553 Color Hex

#DA8553
(218,133,83)
0 Favorites   0 Comments

Color spaces of #da8553

RGB 21813383
HSL0.060.650.59
HSV22°62°85°
CMYK 0.000.390.62   0.15
XYZ38.862332.305012.3708
Yxy32.30500.46520.3867
Hunter Lab56.837522.582726.8816
CIE-Lab63.594228.029540.3643

#da8553 color RGB value is (218,133,83).

#da8553 hex color red value is 218, green value is 133 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #da8553 hue: 0.06 , saturation: 0.65 and the lightness value of da8553 is 0.59.

The process color (four color CMYK) of #da8553 color hex is 0.00, 0.39, 0.62, 0.15. Web safe color of #da8553 is #cc9966. Color #da8553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 01010011
Octal 332 205 123
Decimal 218 133 83
Hex DA 85 53

RGB Percentages of Color #da8553

%50.23
%30.65
%19.12

CMYK Percentages of Color #da8553

%0
%39
%62
%15

Triadic Colors of #da8553

#da8553 #53da85 #8553da

Analogous Colors of #da8553

#da8553 #dac953 #da5365

Monochromatic Colors of #da8553

#da8553

Complementary Color

#da8553 #53a8da

#da8553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8553 Color CSS Codes

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

#da8553 Text Font Color

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

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


#da8553 Background Color

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

This div background color is #da8553


#da8553 Border Color

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

This div border color is #da8553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8553


Comments

No comments written yet.

Please login to write comment.