Color Hex Logo

#d89126 Color Hex

#D89126
(216,145,38)
0 Favorites   0 Comments

Color spaces of #d89126

RGB 21614538
HSL0.100.700.50
HSV36°82°85°
CMYK 0.000.330.82   0.15
XYZ38.794234.98976.5427
Yxy34.98970.48300.4356
Hunter Lab59.152113.551034.8485
CIE-Lab65.740618.560562.5960

#d89126 color RGB value is (216,145,38).

#d89126 hex color red value is 216, green value is 145 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d89126 hue: 0.10 , saturation: 0.70 and the lightness value of d89126 is 0.50.

The process color (four color CMYK) of #d89126 color hex is 0.00, 0.33, 0.82, 0.15. Web safe color of #d89126 is #cc9933. Color #d89126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010001 00100110
Octal 330 221 46
Decimal 216 145 38
Hex D8 91 26

RGB Percentages of Color #d89126

%54.14
%36.34
%9.52

CMYK Percentages of Color #d89126

%0
%33
%82
%15

Triadic Colors of #d89126

#d89126 #26d891 #9126d8

Analogous Colors of #d89126

#d89126 #c6d826 #d83826

Monochromatic Colors of #d89126

#d89126

Complementary Color

#d89126 #266dd8

#d89126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89126 Color CSS Codes

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

#d89126 Text Font Color

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

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


#d89126 Background Color

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

This div background color is #d89126


#d89126 Border Color

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

This div border color is #d89126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89126


Comments

No comments written yet.

Please login to write comment.