Color Hex Logo

#d76720 Color Hex

#D76720
(215,103,32)
0 Favorites   0 Comments

Color spaces of #d76720

RGB 21510332
HSL0.060.740.48
HSV23°85°84°
CMYK 0.000.520.85   0.16
XYZ33.135324.25194.3012
Yxy24.25190.53710.3931
Hunter Lab49.246233.922829.2939
CIE-Lab56.339140.094756.6081

#d76720 color RGB value is (215,103,32).

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

The process color (four color CMYK) of #d76720 color hex is 0.00, 0.52, 0.85, 0.16. Web safe color of #d76720 is #cc6633. Color #d76720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100111 00100000
Octal 327 147 40
Decimal 215 103 32
Hex D7 67 20

RGB Percentages of Color #d76720

%61.43
%29.43
%9.14

CMYK Percentages of Color #d76720

%0
%52
%85
%16

Triadic Colors of #d76720

#d76720 #20d767 #6720d7

Analogous Colors of #d76720

#d76720 #d7c320 #d72034

Monochromatic Colors of #d76720

#d76720

Complementary Color

#d76720 #2090d7

#d76720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76720 Color CSS Codes

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

#d76720 Text Font Color

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

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


#d76720 Background Color

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

This div background color is #d76720


#d76720 Border Color

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

This div border color is #d76720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76720


Comments

No comments written yet.

Please login to write comment.