Color Hex Logo

#da840d Color Hex

#DA840D
(218,132,13)
0 Favorites   0 Comments

Color spaces of #da840d

RGB 21813213
HSL0.100.890.45
HSV35°94°85°
CMYK 0.000.390.94   0.15
XYZ37.237431.43704.4861
Yxy31.43700.50900.4297
Hunter Lab56.068720.428534.5043
CIE-Lab62.874825.884166.9141

#da840d color RGB value is (218,132,13).

#da840d hex color red value is 218, green value is 132 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #da840d hue: 0.10 , saturation: 0.89 and the lightness value of da840d is 0.45.

The process color (four color CMYK) of #da840d color hex is 0.00, 0.39, 0.94, 0.15. Web safe color of #da840d is #cc9900. Color #da840d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 00001101
Octal 332 204 15
Decimal 218 132 13
Hex DA 84 D

RGB Percentages of Color #da840d

%60.06
%36.36
%3.58

CMYK Percentages of Color #da840d

%0
%39
%94
%15

Triadic Colors of #da840d

#da840d #0dda84 #840dda

Analogous Colors of #da840d

#da840d #cada0d #da1e0d

Monochromatic Colors of #da840d

#da840d

Complementary Color

#da840d #0d63da

#da840d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da840d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da840d Color CSS Codes

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

#da840d Text Font Color

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

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


#da840d Background Color

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

This div background color is #da840d


#da840d Border Color

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

This div border color is #da840d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da840d


Comments

No comments written yet.

Please login to write comment.