Color Hex Logo

#d6801c Color Hex

#D6801C
(214,128,28)
0 Favorites   0 Comments

Color spaces of #d6801c

RGB 21412828
HSL0.090.770.47
HSV32°87°84°
CMYK 0.000.400.87   0.16
XYZ35.660329.81834.9746
Yxy29.81830.50620.4232
Hunter Lab54.606121.007932.8230
CIE-Lab61.497126.582662.1174

#d6801c color RGB value is (214,128,28).

#d6801c hex color red value is 214, green value is 128 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d6801c hue: 0.09 , saturation: 0.77 and the lightness value of d6801c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 00011100
Octal 326 200 34
Decimal 214 128 28
Hex D6 80 1C

RGB Percentages of Color #d6801c

%57.84
%34.59
%7.57

CMYK Percentages of Color #d6801c

%0
%40
%87
%16

Triadic Colors of #d6801c

#d6801c #1cd680 #801cd6

Analogous Colors of #d6801c

#d6801c #cfd61c #d6231c

Monochromatic Colors of #d6801c

#d6801c

Complementary Color

#d6801c #1c72d6

#d6801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6801c Color CSS Codes

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

#d6801c Text Font Color

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

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


#d6801c Background Color

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

This div background color is #d6801c


#d6801c Border Color

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

This div border color is #d6801c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6801c


Comments

No comments written yet.

Please login to write comment.