color codes Logo

#d1672c color codes

#D1672C
(209,103,44)
0 Favorites   0 Comments

Color spaces of #d1672c

RGB 20910344
HSL0.060.650.50
HSV21°79°82°
CMYK 0.000.510.79   0.18
XYZ31.599423.43775.2413
Yxy23.43770.52420.3888
Hunter Lab48.412531.787227.4698
CIE-Lab55.520438.100550.5570

#d1672c color RGB value is (209,103,44).

#d1672c hex color red value is 209, green value is 103 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d1672c hue: 0.06 , saturation: 0.65 and the lightness value of d1672c is 0.50.

The process color (four color CMYK) of #d1672c color code is 0.00, 0.51, 0.79, 0.18. Web safe color of #d1672c is #cc6633. Color #d1672c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 00101100
Octal 321 147 54
Decimal 209 103 44
Hex D1 67 2C

RGB Percentages of Color #d1672c

%58.71
%28.93
%12.36

CMYK Percentages of Color #d1672c

%0
%51
%79
%18

Triadic Colors of #d1672c

#d1672c #2cd167 #672cd1

Analogous Colors of #d1672c

#d1672c #d1ba2c #d12c43

Monochromatic Colors of #d1672c

#d1672c

Complementary Color

#d1672c #2c96d1

#d1672c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1672c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1672c Color CSS Codes

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

#d1672c Text Font Color

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

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


#d1672c Background Color

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

This div background color is #d1672c


#d1672c Border Color

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

This div border color is #d1672c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1672c


Comments

No comments written yet.

Please login to write comment.