Color Hex Logo

#d5c099 Color Hex

#D5C099
(213,192,153)
0 Favorites   0 Comments

Color spaces of #d5c099

RGB 213192153
HSL0.110.420.72
HSV39°28°84°
CMYK 0.000.100.28   0.16
XYZ52.040054.145337.8453
Yxy54.14530.36130.3759
Hunter Lab73.5835-2.531621.0145
CIE-Lab78.54641.516122.3909

#d5c099 color RGB value is (213,192,153).

#d5c099 hex color red value is 213, green value is 192 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d5c099 hue: 0.11 , saturation: 0.42 and the lightness value of d5c099 is 0.72.

The process color (four color CMYK) of #d5c099 color hex is 0.00, 0.10, 0.28, 0.16. Web safe color of #d5c099 is #cccc99. Color #d5c099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000000 10011001
Octal 325 300 231
Decimal 213 192 153
Hex D5 C0 99

RGB Percentages of Color #d5c099

%38.17
%34.41
%27.42

CMYK Percentages of Color #d5c099

%0
%10
%28
%16

Triadic Colors of #d5c099

#d5c099 #99d5c0 #c099d5

Analogous Colors of #d5c099

#d5c099 #ccd599 #d5a299

Monochromatic Colors of #d5c099

#d5c099

Complementary Color

#d5c099 #99aed5

#d5c099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c099 Color CSS Codes

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

#d5c099 Text Font Color

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

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


#d5c099 Background Color

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

This div background color is #d5c099


#d5c099 Border Color

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

This div border color is #d5c099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,192,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 #d5c099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c099


Comments

No comments written yet.

Please login to write comment.