Color Hex Logo

#d16110 Color Hex

#D16110
(209,97,16)
0 Favorites   0 Comments

Color spaces of #d16110

RGB 2099716
HSL0.070.860.44
HSV25°92°82°
CMYK 0.000.540.92   0.18
XYZ30.662722.14213.1480
Yxy22.14210.54800.3957
Hunter Lab47.055433.969028.9723
CIE-Lab54.177540.431959.6116

#d16110 color RGB value is (209,97,16).

#d16110 hex color red value is 209, green value is 97 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d16110 hue: 0.07 , saturation: 0.86 and the lightness value of d16110 is 0.44.

The process color (four color CMYK) of #d16110 color hex is 0.00, 0.54, 0.92, 0.18. Web safe color of #d16110 is #cc6600. Color #d16110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100001 00010000
Octal 321 141 20
Decimal 209 97 16
Hex D1 61 10

RGB Percentages of Color #d16110

%64.91
%30.12
%4.97

CMYK Percentages of Color #d16110

%0
%54
%92
%18

Triadic Colors of #d16110

#d16110 #10d161 #6110d1

Analogous Colors of #d16110

#d16110 #d1c210 #d11020

Monochromatic Colors of #d16110

#d16110

Complementary Color

#d16110 #1080d1

#d16110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16110 Color CSS Codes

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

#d16110 Text Font Color

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

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


#d16110 Background Color

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

This div background color is #d16110


#d16110 Border Color

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

This div border color is #d16110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16110


Comments

No comments written yet.

Please login to write comment.