Color Hex Logo

#d16613 Color Hex

#D16613
(209,102,19)
0 Favorites   0 Comments

Color spaces of #d16613

RGB 20910219
HSL0.070.830.45
HSV26°91°82°
CMYK 0.000.510.91   0.18
XYZ31.163423.10513.4333
Yxy23.10510.54010.4004
Hunter Lab48.067831.606929.4126
CIE-Lab55.180437.965259.5399

#d16613 color RGB value is (209,102,19).

#d16613 hex color red value is 209, green value is 102 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d16613 hue: 0.07 , saturation: 0.83 and the lightness value of d16613 is 0.45.

The process color (four color CMYK) of #d16613 color hex is 0.00, 0.51, 0.91, 0.18. Web safe color of #d16613 is #cc6600. Color #d16613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 00010011
Octal 321 146 23
Decimal 209 102 19
Hex D1 66 13

RGB Percentages of Color #d16613

%63.33
%30.91
%5.76

CMYK Percentages of Color #d16613

%0
%51
%91
%18

Triadic Colors of #d16613

#d16613 #13d166 #6613d1

Analogous Colors of #d16613

#d16613 #d1c513 #d1131f

Monochromatic Colors of #d16613

#d16613

Complementary Color

#d16613 #137ed1

#d16613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16613 Color CSS Codes

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

#d16613 Text Font Color

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

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


#d16613 Background Color

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

This div background color is #d16613


#d16613 Border Color

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

This div border color is #d16613


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,102,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16613


Comments

No comments written yet.

Please login to write comment.