Color Hex Logo

#d18864 Color Hex

#D18864
(209,136,100)
0 Favorites   0 Comments

Color spaces of #d18864

RGB 209136100
HSL0.060.540.61
HSV20°52°82°
CMYK 0.000.350.52   0.18
XYZ37.398932.083716.2782
Yxy32.08370.43610.3741
Hunter Lab56.642518.732522.6107
CIE-Lab63.412024.096830.7692

#d18864 color RGB value is (209,136,100).

#d18864 hex color red value is 209, green value is 136 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d18864 hue: 0.06 , saturation: 0.54 and the lightness value of d18864 is 0.61.

The process color (four color CMYK) of #d18864 color hex is 0.00, 0.35, 0.52, 0.18. Web safe color of #d18864 is #cc9966. Color #d18864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001000 01100100
Octal 321 210 144
Decimal 209 136 100
Hex D1 88 64

RGB Percentages of Color #d18864

%46.97
%30.56
%22.47

CMYK Percentages of Color #d18864

%0
%35
%52
%18

Triadic Colors of #d18864

#d18864 #64d188 #8864d1

Analogous Colors of #d18864

#d18864 #d1bf64 #d16477

Monochromatic Colors of #d18864

#d18864

Complementary Color

#d18864 #64add1

#d18864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18864 Color CSS Codes

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

#d18864 Text Font Color

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

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


#d18864 Background Color

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

This div background color is #d18864


#d18864 Border Color

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

This div border color is #d18864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18864


Comments

No comments written yet.

Please login to write comment.