Color Hex Logo

#d98820 Color Hex

#D98820
(217,136,32)
0 Favorites   0 Comments

Color spaces of #d98820

RGB 21713632
HSL0.090.740.49
HSV34°85°85°
CMYK 0.000.370.85   0.15
XYZ37.680132.46435.6468
Yxy32.46430.49720.4283
Hunter Lab56.977518.334434.0082
CIE-Lab63.724823.664662.8728

#d98820 color RGB value is (217,136,32).

#d98820 hex color red value is 217, green value is 136 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d98820 hue: 0.09 , saturation: 0.74 and the lightness value of d98820 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001000 00100000
Octal 331 210 40
Decimal 217 136 32
Hex D9 88 20

RGB Percentages of Color #d98820

%56.36
%35.32
%8.31

CMYK Percentages of Color #d98820

%0
%37
%85
%15

Triadic Colors of #d98820

#d98820 #20d988 #8820d9

Analogous Colors of #d98820

#d98820 #ced920 #d92c20

Monochromatic Colors of #d98820

#d98820

Complementary Color

#d98820 #2071d9

#d98820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98820 Color CSS Codes

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

#d98820 Text Font Color

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

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


#d98820 Background Color

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

This div background color is #d98820


#d98820 Border Color

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

This div border color is #d98820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,136,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d98820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d98820;
  -webkit-box-shadow: 1px 1px 3px 2px #d98820;
  box-shadow:         1px 1px 3px 2px #d98820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,136,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98820


Comments

No comments written yet.

Please login to write comment.