Color Hex Logo

#d6802c Color Hex

#D6802C
(214,128,44)
0 Favorites   0 Comments

Color spaces of #d6802c

RGB 21412844
HSL0.080.670.51
HSV30°79°84°
CMYK 0.000.400.79   0.16
XYZ35.905429.91636.2649
Yxy29.91630.49810.4150
Hunter Lab54.695821.459831.4959
CIE-Lab61.581927.041456.5506

#d6802c color RGB value is (214,128,44).

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

The process color (four color CMYK) of #d6802c color hex is 0.00, 0.40, 0.79, 0.16. Web safe color of #d6802c is #cc9933. Color #d6802c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 00101100
Octal 326 200 54
Decimal 214 128 44
Hex D6 80 2C

RGB Percentages of Color #d6802c

%55.44
%33.16
%11.40

CMYK Percentages of Color #d6802c

%0
%40
%79
%16

Triadic Colors of #d6802c

#d6802c #2cd680 #802cd6

Analogous Colors of #d6802c

#d6802c #d6d52c #d62c2d

Monochromatic Colors of #d6802c

#d6802c

Complementary Color

#d6802c #2c82d6

#d6802c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6802c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6802c Color CSS Codes

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

#d6802c Text Font Color

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

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


#d6802c Background Color

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

This div background color is #d6802c


#d6802c Border Color

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

This div border color is #d6802c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,128,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6802c


Comments

No comments written yet.

Please login to write comment.