Color Hex Logo

#d89118 Color Hex

#D89118
(216,145,24)
0 Favorites   0 Comments

Color spaces of #d89118

RGB 21614524
HSL0.110.800.47
HSV38°89°85°
CMYK 0.000.330.89   0.15
XYZ38.609234.91575.5686
Yxy34.91570.48810.4414
Hunter Lab59.089513.225635.7752
CIE-Lab65.683018.218566.5949

#d89118 color RGB value is (216,145,24).

#d89118 hex color red value is 216, green value is 145 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d89118 hue: 0.11 , saturation: 0.80 and the lightness value of d89118 is 0.47.

The process color (four color CMYK) of #d89118 color hex is 0.00, 0.33, 0.89, 0.15. Web safe color of #d89118 is #cc9900. Color #d89118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010001 00011000
Octal 330 221 30
Decimal 216 145 24
Hex D8 91 18

RGB Percentages of Color #d89118

%56.10
%37.66
%6.23

CMYK Percentages of Color #d89118

%0
%33
%89
%15

Triadic Colors of #d89118

#d89118 #18d891 #9118d8

Analogous Colors of #d89118

#d89118 #bfd818 #d83118

Monochromatic Colors of #d89118

#d89118

Complementary Color

#d89118 #185fd8

#d89118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89118 Color CSS Codes

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

#d89118 Text Font Color

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

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


#d89118 Background Color

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

This div background color is #d89118


#d89118 Border Color

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

This div border color is #d89118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89118


Comments

No comments written yet.

Please login to write comment.