Color Hex Logo

#d19c6d Color Hex

#D19C6D
(209,156,109)
0 Favorites   0 Comments

Color spaces of #d19c6d

RGB 209156109
HSL0.080.520.62
HSV28°48°82°
CMYK 0.000.250.48   0.18
XYZ40.943338.436419.7290
Yxy38.43640.41310.3878
Hunter Lab61.99719.387724.5304
CIE-Lab68.341014.078032.2420

#d19c6d color RGB value is (209,156,109).

#d19c6d hex color red value is 209, green value is 156 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d19c6d hue: 0.08 , saturation: 0.52 and the lightness value of d19c6d is 0.62.

The process color (four color CMYK) of #d19c6d color hex is 0.00, 0.25, 0.48, 0.18. Web safe color of #d19c6d is #cc9966. Color #d19c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 01101101
Octal 321 234 155
Decimal 209 156 109
Hex D1 9C 6D

RGB Percentages of Color #d19c6d

%44.09
%32.91
%23.00

CMYK Percentages of Color #d19c6d

%0
%25
%48
%18

Triadic Colors of #d19c6d

#d19c6d #6dd19c #9c6dd1

Analogous Colors of #d19c6d

#d19c6d #d1ce6d #d16d70

Monochromatic Colors of #d19c6d

#d19c6d

Complementary Color

#d19c6d #6da2d1

#d19c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19c6d Color CSS Codes

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

#d19c6d Text Font Color

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

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


#d19c6d Background Color

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

This div background color is #d19c6d


#d19c6d Border Color

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

This div border color is #d19c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19c6d


Comments

No comments written yet.

Please login to write comment.