Color Hex Logo

#d9660d Color Hex

#D9660D
(217,102,13)
0 Favorites   0 Comments

Color spaces of #d9660d

RGB 21710213
HSL0.070.890.45
HSV26°94°85°
CMYK 0.000.530.94   0.15
XYZ33.439324.28353.3055
Yxy24.28350.54790.3979
Hunter Lab49.278334.889730.5177
CIE-Lab56.370541.032262.3857

#d9660d color RGB value is (217,102,13).

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

The process color (four color CMYK) of #d9660d color hex is 0.00, 0.53, 0.94, 0.15. Web safe color of #d9660d is #cc6600. Color #d9660d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 00001101
Octal 331 146 15
Decimal 217 102 13
Hex D9 66 D

RGB Percentages of Color #d9660d

%65.36
%30.72
%3.92

CMYK Percentages of Color #d9660d

%0
%53
%94
%15

Triadic Colors of #d9660d

#d9660d #0dd966 #660dd9

Analogous Colors of #d9660d

#d9660d #d9cc0d #d90d1a

Monochromatic Colors of #d9660d

#d9660d

Complementary Color

#d9660d #0d80d9

#d9660d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9660d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9660d Color CSS Codes

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

#d9660d Text Font Color

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

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


#d9660d Background Color

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

This div background color is #d9660d


#d9660d Border Color

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

This div border color is #d9660d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9660d


Comments

No comments written yet.

Please login to write comment.