Color Hex Logo

#da790d Color Hex

#DA790D
(218,121,13)
0 Favorites   0 Comments

Color spaces of #da790d

RGB 21812113
HSL0.090.890.45
HSV32°94°85°
CMYK 0.000.440.94   0.15
XYZ35.823528.60924.0148
Yxy28.60920.52340.4180
Hunter Lab53.487625.947832.9910
CIE-Lab60.435231.709365.2169

#da790d color RGB value is (218,121,13).

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

The process color (four color CMYK) of #da790d color hex is 0.00, 0.44, 0.94, 0.15. Web safe color of #da790d is #cc6600. Color #da790d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 00001101
Octal 332 171 15
Decimal 218 121 13
Hex DA 79 D

RGB Percentages of Color #da790d

%61.93
%34.38
%3.69

CMYK Percentages of Color #da790d

%0
%44
%94
%15

Triadic Colors of #da790d

#da790d #0dda79 #790dda

Analogous Colors of #da790d

#da790d #d5da0d #da130d

Monochromatic Colors of #da790d

#da790d

Complementary Color

#da790d #0d6eda

#da790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da790d Color CSS Codes

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

#da790d Text Font Color

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

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


#da790d Background Color

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

This div background color is #da790d


#da790d Border Color

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

This div border color is #da790d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,121,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 #da790d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da790d


Comments

No comments written yet.

Please login to write comment.