Color Hex Logo

#d5c99b Color Hex

#D5C99B
(213,201,155)
0 Favorites   0 Comments

Color spaces of #d5c99b

RGB 213201155
HSL0.130.410.72
HSV48°27°84°
CMYK 0.000.060.27   0.16
XYZ54.243658.286039.4017
Yxy58.28600.35700.3836
Hunter Lab76.3453-6.779322.8422
CIE-Lab80.8975-2.924224.5428

#d5c99b color RGB value is (213,201,155).

#d5c99b hex color red value is 213, green value is 201 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d5c99b hue: 0.13 , saturation: 0.41 and the lightness value of d5c99b is 0.72.

The process color (four color CMYK) of #d5c99b color hex is 0.00, 0.06, 0.27, 0.16. Web safe color of #d5c99b is #cccc99. Color #d5c99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001001 10011011
Octal 325 311 233
Decimal 213 201 155
Hex D5 C9 9B

RGB Percentages of Color #d5c99b

%37.43
%35.33
%27.24

CMYK Percentages of Color #d5c99b

%0
%6
%27
%16

Triadic Colors of #d5c99b

#d5c99b #9bd5c9 #c99bd5

Analogous Colors of #d5c99b

#d5c99b #c4d59b #d5ac9b

Monochromatic Colors of #d5c99b

#d5c99b

Complementary Color

#d5c99b #9ba7d5

#d5c99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c99b Color CSS Codes

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

#d5c99b Text Font Color

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

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


#d5c99b Background Color

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

This div background color is #d5c99b


#d5c99b Border Color

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

This div border color is #d5c99b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,201,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c99b


Comments

No comments written yet.

Please login to write comment.