Color Hex Logo

#d9caa3 Color Hex

#D9CAA3
(217,202,163)
0 Favorites   0 Comments

Color spaces of #d9caa3

RGB 217202163
HSL0.120.420.75
HSV43°25°85°
CMYK 0.000.070.25   0.15
XYZ56.346759.637143.1917
Yxy59.63710.35400.3747
Hunter Lab77.2251-4.902620.8969
CIE-Lab81.6405-0.834721.3933

#d9caa3 color RGB value is (217,202,163).

#d9caa3 hex color red value is 217, green value is 202 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #d9caa3 hue: 0.12 , saturation: 0.42 and the lightness value of d9caa3 is 0.75.

The process color (four color CMYK) of #d9caa3 color hex is 0.00, 0.07, 0.25, 0.15. Web safe color of #d9caa3 is #cccc99. Color #d9caa3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 10100011
Octal 331 312 243
Decimal 217 202 163
Hex D9 CA A3

RGB Percentages of Color #d9caa3

%37.29
%34.71
%28.01

CMYK Percentages of Color #d9caa3

%0
%7
%25
%15

Triadic Colors of #d9caa3

#d9caa3 #a3d9ca #caa3d9

Analogous Colors of #d9caa3

#d9caa3 #cdd9a3 #d9afa3

Monochromatic Colors of #d9caa3

#d9caa3

Complementary Color

#d9caa3 #a3b2d9

#d9caa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9caa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9caa3 Color CSS Codes

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

#d9caa3 Text Font Color

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

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


#d9caa3 Background Color

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

This div background color is #d9caa3


#d9caa3 Border Color

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

This div border color is #d9caa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9caa3


Comments

No comments written yet.

Please login to write comment.