Color Hex Logo

#da6650 Color Hex

#DA6650
(218,102,80)
0 Favorites   0 Comments

Color spaces of #da6650

RGB 21810280
HSL0.030.650.58
HSV10°63°85°
CMYK 0.000.530.63   0.15
XYZ35.112824.987410.5618
Yxy24.98740.49690.3536
Hunter Lab49.987437.906322.4638
CIE-Lab57.063143.839634.0765

#da6650 color RGB value is (218,102,80).

#da6650 hex color red value is 218, green value is 102 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #da6650 hue: 0.03 , saturation: 0.65 and the lightness value of da6650 is 0.58.

The process color (four color CMYK) of #da6650 color hex is 0.00, 0.53, 0.63, 0.15. Web safe color of #da6650 is #cc6666. Color #da6650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 01010000
Octal 332 146 120
Decimal 218 102 80
Hex DA 66 50

RGB Percentages of Color #da6650

%54.50
%25.50
%20.00

CMYK Percentages of Color #da6650

%0
%53
%63
%15

Triadic Colors of #da6650

#da6650 #50da66 #6650da

Analogous Colors of #da6650

#da6650 #daab50 #da507f

Monochromatic Colors of #da6650

#da6650

Complementary Color

#da6650 #50c4da

#da6650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6650 Color CSS Codes

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

#da6650 Text Font Color

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

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


#da6650 Background Color

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

This div background color is #da6650


#da6650 Border Color

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

This div border color is #da6650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6650


Comments

No comments written yet.

Please login to write comment.