Color Hex Logo

#da824d Color Hex

#DA824D
(218,130,77)
0 Favorites   0 Comments

Color spaces of #da824d

RGB 21813077
HSL0.060.660.58
HSV23°65°85°
CMYK 0.000.400.65   0.15
XYZ38.235631.406511.0680
Yxy31.40650.47370.3891
Hunter Lab56.041523.713127.5195
CIE-Lab62.849329.234442.6074

#da824d color RGB value is (218,130,77).

#da824d hex color red value is 218, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da824d hue: 0.06 , saturation: 0.66 and the lightness value of da824d is 0.58.

The process color (four color CMYK) of #da824d color hex is 0.00, 0.40, 0.65, 0.15. Web safe color of #da824d is #cc9966. Color #da824d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 01001101
Octal 332 202 115
Decimal 218 130 77
Hex DA 82 4D

RGB Percentages of Color #da824d

%51.29
%30.59
%18.12

CMYK Percentages of Color #da824d

%0
%40
%65
%15

Triadic Colors of #da824d

#da824d #4dda82 #824dda

Analogous Colors of #da824d

#da824d #dac94d #da4d5f

Monochromatic Colors of #da824d

#da824d

Complementary Color

#da824d #4da5da

#da824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da824d Color CSS Codes

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

#da824d Text Font Color

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

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


#da824d Background Color

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

This div background color is #da824d


#da824d Border Color

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

This div border color is #da824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da824d


Comments

No comments written yet.

Please login to write comment.