Color Hex Logo

#d16720 Color Hex

#D16720
(209,103,32)
0 Favorites   0 Comments

Color spaces of #d16720

RGB 20910332
HSL0.070.730.47
HSV24°85°82°
CMYK 0.000.510.85   0.18
XYZ31.405523.36014.2202
Yxy23.36010.53240.3960
Hunter Lab48.332331.404828.6556
CIE-Lab55.441337.731255.4905

#d16720 color RGB value is (209,103,32).

#d16720 hex color red value is 209, green value is 103 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d16720 hue: 0.07 , saturation: 0.73 and the lightness value of d16720 is 0.47.

The process color (four color CMYK) of #d16720 color hex is 0.00, 0.51, 0.85, 0.18. Web safe color of #d16720 is #cc6633. Color #d16720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 00100000
Octal 321 147 40
Decimal 209 103 32
Hex D1 67 20

RGB Percentages of Color #d16720

%60.76
%29.94
%9.30

CMYK Percentages of Color #d16720

%0
%51
%85
%18

Triadic Colors of #d16720

#d16720 #20d167 #6720d1

Analogous Colors of #d16720

#d16720 #d1c020 #d12031

Monochromatic Colors of #d16720

#d16720

Complementary Color

#d16720 #208ad1

#d16720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16720 Color CSS Codes

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

#d16720 Text Font Color

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

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


#d16720 Background Color

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

This div background color is #d16720


#d16720 Border Color

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

This div border color is #d16720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16720


Comments

No comments written yet.

Please login to write comment.