color codes Logo

#d19a72 color codes

#D19A72
(209,154,114)
0 Favorites   0 Comments

Color spaces of #d19a72

RGB 209154114
HSL0.070.510.63
HSV25°45°82°
CMYK 0.000.260.45   0.18
XYZ40.887437.881421.0764
Yxy37.88140.40950.3794
Hunter Lab61.547910.872122.7803
CIE-Lab67.933115.664429.0188

#d19a72 color RGB value is (209,154,114).

#d19a72 hex color red value is 209, green value is 154 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d19a72 hue: 0.07 , saturation: 0.51 and the lightness value of d19a72 is 0.63.

The process color (four color CMYK) of #d19a72 color code is 0.00, 0.26, 0.45, 0.18. Web safe color of #d19a72 is #cc9966. Color #d19a72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 01110010
Octal 321 232 162
Decimal 209 154 114
Hex D1 9A 72

RGB Percentages of Color #d19a72

%43.82
%32.29
%23.90

CMYK Percentages of Color #d19a72

%0
%26
%45
%18

Triadic Colors of #d19a72

#d19a72 #72d19a #9a72d1

Analogous Colors of #d19a72

#d19a72 #d1ca72 #d1727a

Monochromatic Colors of #d19a72

#d19a72

Complementary Color

#d19a72 #72a9d1

#d19a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19a72 Color CSS Codes

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

#d19a72 Text Font Color

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

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


#d19a72 Background Color

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

This div background color is #d19a72


#d19a72 Border Color

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

This div border color is #d19a72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19a72


Comments

No comments written yet.

Please login to write comment.