Color Hex Logo

#d77500 Color Hex

#D77500
(215,117,0)
0 Favorites   0 Comments

Color spaces of #d77500

RGB 2151170
HSL0.091.000.42
HSV33°100°84°
CMYK 0.000.461.00   0.16
XYZ34.385627.16973.4319
Yxy27.16970.52910.4181
Hunter Lab52.124626.535132.5835
CIE-Lab59.131132.432066.3599

#d77500 color RGB value is (215,117,0).

#d77500 hex color red value is 215, green value is 117 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d77500 hue: 0.09 , saturation: 1.00 and the lightness value of d77500 is 0.42.

The process color (four color CMYK) of #d77500 color hex is 0.00, 0.46, 1.00, 0.16. Web safe color of #d77500 is #cc6600. Color #d77500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 00000000
Octal 327 165 0
Decimal 215 117 0
Hex D7 75 0

RGB Percentages of Color #d77500

%64.76
%35.24
%0.00

CMYK Percentages of Color #d77500

%0
%46
%100
%16

Triadic Colors of #d77500

#d77500 #00d775 #7500d7

Analogous Colors of #d77500

#d77500 #ced700 #d70a00

Monochromatic Colors of #d77500

#d77500

Complementary Color

#d77500 #0062d7

#d77500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77500 Color CSS Codes

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

#d77500 Text Font Color

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

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


#d77500 Background Color

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

This div background color is #d77500


#d77500 Border Color

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

This div border color is #d77500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,117,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d77500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d77500;
  -webkit-box-shadow: 1px 1px 3px 2px #d77500;
  box-shadow:         1px 1px 3px 2px #d77500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,117,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77500


Comments

No comments written yet.

Please login to write comment.