Color Hex Logo

#da712d Color Hex

#DA712D
(218,113,45)
0 Favorites   0 Comments

Color spaces of #da712d

RGB 21811345
HSL0.070.700.52
HSV24°79°85°
CMYK 0.000.480.79   0.15
XYZ35.292226.90515.8157
Yxy26.90510.51890.3956
Hunter Lab51.870130.677929.6615
CIE-Lab58.886436.590753.7944

#da712d color RGB value is (218,113,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 00101101
Octal 332 161 55
Decimal 218 113 45
Hex DA 71 2D

RGB Percentages of Color #da712d

%57.98
%30.05
%11.97

CMYK Percentages of Color #da712d

%0
%48
%79
%15

Triadic Colors of #da712d

#da712d #2dda71 #712dda

Analogous Colors of #da712d

#da712d #dac82d #da2d40

Monochromatic Colors of #da712d

#da712d

Complementary Color

#da712d #2d96da

#da712d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da712d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da712d Color CSS Codes

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

#da712d Text Font Color

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

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


#da712d Background Color

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

This div background color is #da712d


#da712d Border Color

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

This div border color is #da712d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da712d


Comments

No comments written yet.

Please login to write comment.