Color Hex Logo

#d6762d Color Hex

#D6762D
(214,118,45)
0 Favorites   0 Comments

Color spaces of #d6762d

RGB 21411845
HSL0.070.670.51
HSV26°79°84°
CMYK 0.000.450.79   0.16
XYZ34.683627.44255.9515
Yxy27.44250.50950.4031
Hunter Lab52.385626.507029.9340
CIE-Lab59.381732.378054.0666

#d6762d color RGB value is (214,118,45).

#d6762d hex color red value is 214, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d6762d hue: 0.07 , saturation: 0.67 and the lightness value of d6762d is 0.51.

The process color (four color CMYK) of #d6762d color hex is 0.00, 0.45, 0.79, 0.16. Web safe color of #d6762d is #cc6633. Color #d6762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110110 00101101
Octal 326 166 55
Decimal 214 118 45
Hex D6 76 2D

RGB Percentages of Color #d6762d

%56.76
%31.30
%11.94

CMYK Percentages of Color #d6762d

%0
%45
%79
%16

Triadic Colors of #d6762d

#d6762d #2dd676 #762dd6

Analogous Colors of #d6762d

#d6762d #d6cb2d #d62d39

Monochromatic Colors of #d6762d

#d6762d

Complementary Color

#d6762d #2d8dd6

#d6762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6762d Color CSS Codes

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

#d6762d Text Font Color

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

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


#d6762d Background Color

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

This div background color is #d6762d


#d6762d Border Color

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

This div border color is #d6762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6762d


Comments

No comments written yet.

Please login to write comment.