Color Hex Logo

#d89524 Color Hex

#D89524
(216,149,36)
0 Favorites   0 Comments

Color spaces of #d89524

RGB 21614936
HSL0.100.710.49
HSV38°83°85°
CMYK 0.000.310.83   0.15
XYZ39.384836.22126.5847
Yxy36.22120.47920.4407
Hunter Lab60.184111.489435.6420
CIE-Lab66.688616.347264.0631

#d89524 color RGB value is (216,149,36).

#d89524 hex color red value is 216, green value is 149 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d89524 hue: 0.10 , saturation: 0.71 and the lightness value of d89524 is 0.49.

The process color (four color CMYK) of #d89524 color hex is 0.00, 0.31, 0.83, 0.15. Web safe color of #d89524 is #cc9933. Color #d89524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 00100100
Octal 330 225 44
Decimal 216 149 36
Hex D8 95 24

RGB Percentages of Color #d89524

%53.87
%37.16
%8.98

CMYK Percentages of Color #d89524

%0
%31
%83
%15

Triadic Colors of #d89524

#d89524 #24d895 #9524d8

Analogous Colors of #d89524

#d89524 #c1d824 #d83b24

Monochromatic Colors of #d89524

#d89524

Complementary Color

#d89524 #2467d8

#d89524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89524 Color CSS Codes

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

#d89524 Text Font Color

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

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


#d89524 Background Color

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

This div background color is #d89524


#d89524 Border Color

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

This div border color is #d89524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89524


Comments

No comments written yet.

Please login to write comment.