Color Hex Logo

#d3d699 Color Hex

#D3D699
(211,214,153)
0 Favorites   0 Comments

Color spaces of #d3d699

RGB 211214153
HSL0.170.430.72
HSV63°29°84°
CMYK 0.010.000.29   0.16
XYZ56.660364.241939.5506
Yxy64.24190.35310.4004
Hunter Lab80.1510-14.079326.8490
CIE-Lab84.0916-10.621629.8704

#d3d699 color RGB value is (211,214,153).

#d3d699 hex color red value is 211, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d3d699 hue: 0.17 , saturation: 0.43 and the lightness value of d3d699 is 0.72.

The process color (four color CMYK) of #d3d699 color hex is 0.01, 0.00, 0.29, 0.16. Web safe color of #d3d699 is #cccc99. Color #d3d699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010110 10011001
Octal 323 326 231
Decimal 211 214 153
Hex D3 D6 99

RGB Percentages of Color #d3d699

%36.51
%37.02
%26.47

CMYK Percentages of Color #d3d699

%1
%0
%29
%16

Triadic Colors of #d3d699

#d3d699 #99d3d6 #d699d3

Analogous Colors of #d3d699

#d3d699 #b5d699 #d6bb99

Monochromatic Colors of #d3d699

#d3d699

Complementary Color

#d3d699 #9c99d6

#d3d699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d699 Color CSS Codes

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

#d3d699 Text Font Color

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

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


#d3d699 Background Color

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

This div background color is #d3d699


#d3d699 Border Color

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

This div border color is #d3d699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,214,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3d699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3d699;
  -webkit-box-shadow: 1px 1px 3px 2px #d3d699;
  box-shadow:         1px 1px 3px 2px #d3d699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,214,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d699

#d3d699 Color Palettes


Comments

No comments written yet.

Please login to write comment.