Color Hex Logo

#d96520 Color Hex

#D96520
(217,101,32)
0 Favorites   0 Comments

Color spaces of #d96520

RGB 21710132
HSL0.060.740.49
HSV22°85°85°
CMYK 0.000.530.85   0.15
XYZ33.529724.16344.2633
Yxy24.16340.54120.3900
Hunter Lab49.156335.732129.2672
CIE-Lab56.251041.865156.6568

#d96520 color RGB value is (217,101,32).

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

The process color (four color CMYK) of #d96520 color hex is 0.00, 0.53, 0.85, 0.15. Web safe color of #d96520 is #cc6633. Color #d96520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 00100000
Octal 331 145 40
Decimal 217 101 32
Hex D9 65 20

RGB Percentages of Color #d96520

%62.00
%28.86
%9.14

CMYK Percentages of Color #d96520

%0
%53
%85
%15

Triadic Colors of #d96520

#d96520 #20d965 #6520d9

Analogous Colors of #d96520

#d96520 #d9c220 #d92038

Monochromatic Colors of #d96520

#d96520

Complementary Color

#d96520 #2094d9

#d96520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96520 Color CSS Codes

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

#d96520 Text Font Color

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

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


#d96520 Background Color

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

This div background color is #d96520


#d96520 Border Color

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

This div border color is #d96520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,101,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 #d96520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96520


Comments

No comments written yet.

Please login to write comment.