Color Hex Logo

#da722e Color Hex

#DA722E
(218,114,46)
0 Favorites   0 Comments

Color spaces of #da722e

RGB 21811446
HSL0.070.700.52
HSV24°79°85°
CMYK 0.000.480.79   0.15
XYZ35.423927.13735.9557
Yxy27.13730.51700.3961
Hunter Lab52.093530.217629.6870
CIE-Lab59.101236.111353.5652

#da722e color RGB value is (218,114,46).

#da722e hex color red value is 218, green value is 114 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da722e hue: 0.07 , saturation: 0.70 and the lightness value of da722e is 0.52.

The process color (four color CMYK) of #da722e color hex is 0.00, 0.48, 0.79, 0.15. Web safe color of #da722e is #cc6633. Color #da722e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 00101110
Octal 332 162 56
Decimal 218 114 46
Hex DA 72 2E

RGB Percentages of Color #da722e

%57.67
%30.16
%12.17

CMYK Percentages of Color #da722e

%0
%48
%79
%15

Triadic Colors of #da722e

#da722e #2eda72 #722eda

Analogous Colors of #da722e

#da722e #dac82e #da2e40

Monochromatic Colors of #da722e

#da722e

Complementary Color

#da722e #2e96da

#da722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da722e Color CSS Codes

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

#da722e Text Font Color

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

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


#da722e Background Color

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

This div background color is #da722e


#da722e Border Color

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

This div border color is #da722e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da722e


Comments

No comments written yet.

Please login to write comment.