Color Hex Logo

#d8892a Color Hex

#D8892A
(216,137,42)
0 Favorites   0 Comments

Color spaces of #d8892a

RGB 21613742
HSL0.090.690.51
HSV33°81°85°
CMYK 0.000.370.81   0.15
XYZ37.682532.65746.5079
Yxy32.65740.49040.4250
Hunter Lab57.146717.696233.2507
CIE-Lab63.882522.992459.5315

#d8892a color RGB value is (216,137,42).

#d8892a hex color red value is 216, green value is 137 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d8892a hue: 0.09 , saturation: 0.69 and the lightness value of d8892a is 0.51.

The process color (four color CMYK) of #d8892a color hex is 0.00, 0.37, 0.81, 0.15. Web safe color of #d8892a is #cc9933. Color #d8892a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 00101010
Octal 330 211 52
Decimal 216 137 42
Hex D8 89 2A

RGB Percentages of Color #d8892a

%54.68
%34.68
%10.63

CMYK Percentages of Color #d8892a

%0
%37
%81
%15

Triadic Colors of #d8892a

#d8892a #2ad889 #892ad8

Analogous Colors of #d8892a

#d8892a #d0d82a #d8322a

Monochromatic Colors of #d8892a

#d8892a

Complementary Color

#d8892a #2a79d8

#d8892a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8892a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8892a Color CSS Codes

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

#d8892a Text Font Color

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

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


#d8892a Background Color

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

This div background color is #d8892a


#d8892a Border Color

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

This div border color is #d8892a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8892a


Comments

No comments written yet.

Please login to write comment.