Color Hex Logo

#d77d14 Color Hex

#D77D14
(215,125,20)
0 Favorites   0 Comments

Color spaces of #d77d14

RGB 21512520
HSL0.090.830.46
HSV32°91°84°
CMYK 0.000.420.91   0.16
XYZ35.484229.16484.4210
Yxy29.16480.51370.4222
Hunter Lab54.004422.777632.9494
CIE-Lab60.926828.446463.8913

#d77d14 color RGB value is (215,125,20).

#d77d14 hex color red value is 215, green value is 125 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d77d14 hue: 0.09 , saturation: 0.83 and the lightness value of d77d14 is 0.46.

The process color (four color CMYK) of #d77d14 color hex is 0.00, 0.42, 0.91, 0.16. Web safe color of #d77d14 is #cc6600. Color #d77d14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 00010100
Octal 327 175 24
Decimal 215 125 20
Hex D7 7D 14

RGB Percentages of Color #d77d14

%59.72
%34.72
%5.56

CMYK Percentages of Color #d77d14

%0
%42
%91
%16

Triadic Colors of #d77d14

#d77d14 #14d77d #7d14d7

Analogous Colors of #d77d14

#d77d14 #d0d714 #d71b14

Monochromatic Colors of #d77d14

#d77d14

Complementary Color

#d77d14 #146ed7

#d77d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77d14 Color CSS Codes

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

#d77d14 Text Font Color

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

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


#d77d14 Background Color

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

This div background color is #d77d14


#d77d14 Border Color

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

This div border color is #d77d14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77d14


Comments

No comments written yet.

Please login to write comment.