Color Hex Logo

#d06d3e Color Hex

#D06D3E
(208,109,62)
0 Favorites   0 Comments

Color spaces of #d06d3e

RGB 20810962
HSL0.050.610.53
HSV19°70°82°
CMYK 0.000.480.70   0.18
XYZ32.350624.69507.6190
Yxy24.69500.50030.3819
Hunter Lab49.694129.238025.6956
CIE-Lab56.777035.407143.0621

#d06d3e color RGB value is (208,109,62).

#d06d3e hex color red value is 208, green value is 109 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d06d3e hue: 0.05 , saturation: 0.61 and the lightness value of d06d3e is 0.53.

The process color (four color CMYK) of #d06d3e color hex is 0.00, 0.48, 0.70, 0.18. Web safe color of #d06d3e is #cc6633. Color #d06d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101101 00111110
Octal 320 155 76
Decimal 208 109 62
Hex D0 6D 3E

RGB Percentages of Color #d06d3e

%54.88
%28.76
%16.36

CMYK Percentages of Color #d06d3e

%0
%48
%70
%18

Triadic Colors of #d06d3e

#d06d3e #3ed06d #6d3ed0

Analogous Colors of #d06d3e

#d06d3e #d0b63e #d03e58

Monochromatic Colors of #d06d3e

#d06d3e

Complementary Color

#d06d3e #3ea1d0

#d06d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06d3e Color CSS Codes

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

#d06d3e Text Font Color

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

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


#d06d3e Background Color

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

This div background color is #d06d3e


#d06d3e Border Color

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

This div border color is #d06d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,109,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #d06d3e;
  box-shadow:         1px 1px 3px 2px #d06d3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,109,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06d3e


Comments

No comments written yet.

Please login to write comment.