Color Hex Logo

#d9760e Color Hex

#D9760E
(217,118,14)
0 Favorites   0 Comments

Color spaces of #d9760e

RGB 21711814
HSL0.090.880.45
HSV31°94°85°
CMYK 0.000.460.94   0.15
XYZ35.173027.74033.9161
Yxy27.74030.52630.4151
Hunter Lab52.669127.033532.4600
CIE-Lab59.653432.879664.4190

#d9760e color RGB value is (217,118,14).

#d9760e hex color red value is 217, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d9760e hue: 0.09 , saturation: 0.88 and the lightness value of d9760e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 00001110
Octal 331 166 16
Decimal 217 118 14
Hex D9 76 E

RGB Percentages of Color #d9760e

%62.18
%33.81
%4.01

CMYK Percentages of Color #d9760e

%0
%46
%94
%15

Triadic Colors of #d9760e

#d9760e #0ed976 #760ed9

Analogous Colors of #d9760e

#d9760e #d7d90e #d9110e

Monochromatic Colors of #d9760e

#d9760e

Complementary Color

#d9760e #0e71d9

#d9760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9760e Color CSS Codes

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

#d9760e Text Font Color

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

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


#d9760e Background Color

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

This div background color is #d9760e


#d9760e Border Color

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

This div border color is #d9760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9760e


Comments

No comments written yet.

Please login to write comment.