Color Hex Logo

#da821d Color Hex

#DA821D
(218,130,29)
0 Favorites   0 Comments

Color spaces of #da821d

RGB 21813029
HSL0.090.770.48
HSV32°87°85°
CMYK 0.000.400.87   0.15
XYZ37.117830.95945.1818
Yxy30.95940.50670.4226
Hunter Lab55.641221.703933.4272
CIE-Lab62.473327.222462.8213

#da821d color RGB value is (218,130,29).

#da821d hex color red value is 218, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #da821d hue: 0.09 , saturation: 0.77 and the lightness value of da821d is 0.48.

The process color (four color CMYK) of #da821d color hex is 0.00, 0.40, 0.87, 0.15. Web safe color of #da821d is #cc9933. Color #da821d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 00011101
Octal 332 202 35
Decimal 218 130 29
Hex DA 82 1D

RGB Percentages of Color #da821d

%57.82
%34.48
%7.69

CMYK Percentages of Color #da821d

%0
%40
%87
%15

Triadic Colors of #da821d

#da821d #1dda82 #821dda

Analogous Colors of #da821d

#da821d #d4da1d #da241d

Monochromatic Colors of #da821d

#da821d

Complementary Color

#da821d #1d75da

#da821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da821d Color CSS Codes

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

#da821d Text Font Color

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

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


#da821d Background Color

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

This div background color is #da821d


#da821d Border Color

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

This div border color is #da821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da821d


Comments

No comments written yet.

Please login to write comment.