Color Hex Logo

#d8853a Color Hex

#D8853A
(216,133,58)
0 Favorites   0 Comments

Color spaces of #d8853a

RGB 21613358
HSL0.080.670.54
HSV28°73°85°
CMYK 0.000.380.73   0.15
XYZ37.470231.67958.1428
Yxy31.67950.48480.4099
Hunter Lab56.284520.334530.8216
CIE-Lab63.077125.773052.0773

#d8853a color RGB value is (216,133,58).

#d8853a hex color red value is 216, green value is 133 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d8853a hue: 0.08 , saturation: 0.67 and the lightness value of d8853a is 0.54.

The process color (four color CMYK) of #d8853a color hex is 0.00, 0.38, 0.73, 0.15. Web safe color of #d8853a is #cc9933. Color #d8853a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000101 00111010
Octal 330 205 72
Decimal 216 133 58
Hex D8 85 3A

RGB Percentages of Color #d8853a

%53.07
%32.68
%14.25

CMYK Percentages of Color #d8853a

%0
%38
%73
%15

Triadic Colors of #d8853a

#d8853a #3ad885 #853ad8

Analogous Colors of #d8853a

#d8853a #d8d43a #d83a3e

Monochromatic Colors of #d8853a

#d8853a

Complementary Color

#d8853a #3a8dd8

#d8853a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8853a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8853a Color CSS Codes

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

#d8853a Text Font Color

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

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


#d8853a Background Color

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

This div background color is #d8853a


#d8853a Border Color

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

This div border color is #d8853a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8853a


Comments

No comments written yet.

Please login to write comment.