Color Hex Logo

#d1772f Color Hex

#D1772F
(209,119,47)
0 Favorites   0 Comments

Color spaces of #d1772f

RGB 20911947
HSL0.070.640.50
HSV27°78°82°
CMYK 0.000.430.78   0.18
XYZ33.404426.95426.1314
Yxy26.95420.50240.4054
Hunter Lab51.917423.993929.3401
CIE-Lab58.931929.869052.5339

#d1772f color RGB value is (209,119,47).

#d1772f hex color red value is 209, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d1772f hue: 0.07 , saturation: 0.64 and the lightness value of d1772f is 0.50.

The process color (four color CMYK) of #d1772f color hex is 0.00, 0.43, 0.78, 0.18. Web safe color of #d1772f is #cc6633. Color #d1772f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110111 00101111
Octal 321 167 57
Decimal 209 119 47
Hex D1 77 2F

RGB Percentages of Color #d1772f

%55.73
%31.73
%12.53

CMYK Percentages of Color #d1772f

%0
%43
%78
%18

Triadic Colors of #d1772f

#d1772f #2fd177 #772fd1

Analogous Colors of #d1772f

#d1772f #d1c82f #d12f38

Monochromatic Colors of #d1772f

#d1772f

Complementary Color

#d1772f #2f89d1

#d1772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1772f Color CSS Codes

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

#d1772f Text Font Color

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

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


#d1772f Background Color

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

This div background color is #d1772f


#d1772f Border Color

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

This div border color is #d1772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1772f


Comments

No comments written yet.

Please login to write comment.