Color Hex Logo

#d0a396 Color Hex

#D0A396
(208,163,150)
0 Favorites   0 Comments

Color spaces of #d0a396

RGB 208163150
HSL0.040.380.70
HSV13°28°82°
CMYK 0.000.220.28   0.18
XYZ44.614641.806334.5721
Yxy41.80630.36870.3455
Hunter Lab64.657810.015913.5585
CIE-Lab70.737214.715113.1036

#d0a396 color RGB value is (208,163,150).

#d0a396 hex color red value is 208, green value is 163 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d0a396 hue: 0.04 , saturation: 0.38 and the lightness value of d0a396 is 0.70.

The process color (four color CMYK) of #d0a396 color hex is 0.00, 0.22, 0.28, 0.18. Web safe color of #d0a396 is #cc9999. Color #d0a396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100011 10010110
Octal 320 243 226
Decimal 208 163 150
Hex D0 A3 96

RGB Percentages of Color #d0a396

%39.92
%31.29
%28.79

CMYK Percentages of Color #d0a396

%0
%22
%28
%18

Triadic Colors of #d0a396

#d0a396 #96d0a3 #a396d0

Analogous Colors of #d0a396

#d0a396 #d0c096 #d096a6

Monochromatic Colors of #d0a396

#d0a396

Complementary Color

#d0a396 #96c3d0

#d0a396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a396 Color CSS Codes

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

#d0a396 Text Font Color

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

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


#d0a396 Background Color

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

This div background color is #d0a396


#d0a396 Border Color

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

This div border color is #d0a396


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,163,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0a396; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0a396;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a396;
  box-shadow:         1px 1px 3px 2px #d0a396; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,163,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a396


Comments

No comments written yet.

Please login to write comment.