Color Hex Logo

#d68339 Color Hex

#D68339
(214,131,57)
0 Favorites   0 Comments

Color spaces of #d68339

RGB 21413157
HSL0.080.660.53
HSV28°73°84°
CMYK 0.000.390.73   0.16
XYZ36.586430.82417.8922
Yxy30.82410.48590.4093
Hunter Lab55.519520.469530.4354
CIE-Lab62.358925.963451.7124

#d68339 color RGB value is (214,131,57).

#d68339 hex color red value is 214, green value is 131 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d68339 hue: 0.08 , saturation: 0.66 and the lightness value of d68339 is 0.53.

The process color (four color CMYK) of #d68339 color hex is 0.00, 0.39, 0.73, 0.16. Web safe color of #d68339 is #cc9933. Color #d68339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 00111001
Octal 326 203 71
Decimal 214 131 57
Hex D6 83 39

RGB Percentages of Color #d68339

%53.23
%32.59
%14.18

CMYK Percentages of Color #d68339

%0
%39
%73
%16

Triadic Colors of #d68339

#d68339 #39d683 #8339d6

Analogous Colors of #d68339

#d68339 #d6d239 #d6393d

Monochromatic Colors of #d68339

#d68339

Complementary Color

#d68339 #398cd6

#d68339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68339 Color CSS Codes

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

#d68339 Text Font Color

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

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


#d68339 Background Color

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

This div background color is #d68339


#d68339 Border Color

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

This div border color is #d68339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68339


Comments

No comments written yet.

Please login to write comment.