Color Hex Logo

#d8836a Color Hex

#D8836A
(216,131,106)
0 Favorites   0 Comments

Color spaces of #d8836a

RGB 216131106
HSL0.040.590.63
HSV14°51°85°
CMYK 0.000.390.51   0.15
XYZ39.036731.872117.7301
Yxy31.87210.44040.3596
Hunter Lab56.455424.628920.8984
CIE-Lab63.237030.123127.4011

#d8836a color RGB value is (216,131,106).

#d8836a hex color red value is 216, green value is 131 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d8836a hue: 0.04 , saturation: 0.59 and the lightness value of d8836a is 0.63.

The process color (four color CMYK) of #d8836a color hex is 0.00, 0.39, 0.51, 0.15. Web safe color of #d8836a is #cc9966. Color #d8836a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000011 01101010
Octal 330 203 152
Decimal 216 131 106
Hex D8 83 6A

RGB Percentages of Color #d8836a

%47.68
%28.92
%23.40

CMYK Percentages of Color #d8836a

%0
%39
%51
%15

Triadic Colors of #d8836a

#d8836a #6ad883 #836ad8

Analogous Colors of #d8836a

#d8836a #d8ba6a #d86a88

Monochromatic Colors of #d8836a

#d8836a

Complementary Color

#d8836a #6abfd8

#d8836a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8836a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8836a Color CSS Codes

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

#d8836a Text Font Color

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

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


#d8836a Background Color

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

This div background color is #d8836a


#d8836a Border Color

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

This div border color is #d8836a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8836a


Comments

No comments written yet.

Please login to write comment.