Color Hex Logo

#d89314 Color Hex

#D89314
(216,147,20)
0 Favorites   0 Comments

Color spaces of #d89314

RGB 21614720
HSL0.110.830.46
HSV39°91°85°
CMYK 0.000.320.91   0.15
XYZ38.878935.51695.4681
Yxy35.51690.48680.4447
Hunter Lab59.596112.155636.2772
CIE-Lab66.149117.069567.8479

#d89314 color RGB value is (216,147,20).

#d89314 hex color red value is 216, green value is 147 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d89314 hue: 0.11 , saturation: 0.83 and the lightness value of d89314 is 0.46.

The process color (four color CMYK) of #d89314 color hex is 0.00, 0.32, 0.91, 0.15. Web safe color of #d89314 is #cc9900. Color #d89314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010011 00010100
Octal 330 223 24
Decimal 216 147 20
Hex D8 93 14

RGB Percentages of Color #d89314

%56.40
%38.38
%5.22

CMYK Percentages of Color #d89314

%0
%32
%91
%15

Triadic Colors of #d89314

#d89314 #14d893 #9314d8

Analogous Colors of #d89314

#d89314 #bbd814 #d83114

Monochromatic Colors of #d89314

#d89314

Complementary Color

#d89314 #1459d8

#d89314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89314 Color CSS Codes

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

#d89314 Text Font Color

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

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


#d89314 Background Color

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

This div background color is #d89314


#d89314 Border Color

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

This div border color is #d89314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89314


Comments

No comments written yet.

Please login to write comment.