Color Hex Logo

#d5b555 Color Hex

#D5B555
(213,181,85)
0 Favorites   0 Comments

Color spaces of #d5b555

RGB 21318185
HSL0.130.600.58
HSV45°60°84°
CMYK 0.000.150.60   0.16
XYZ45.604147.849815.4267
Yxy47.84980.41880.4395
Hunter Lab69.1735-3.373935.1990
CIE-Lab74.73010.356052.1672

#d5b555 color RGB value is (213,181,85).

#d5b555 hex color red value is 213, green value is 181 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d5b555 hue: 0.13 , saturation: 0.60 and the lightness value of d5b555 is 0.58.

The process color (four color CMYK) of #d5b555 color hex is 0.00, 0.15, 0.60, 0.16. Web safe color of #d5b555 is #cccc66. Color #d5b555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10110101 01010101
Octal 325 265 125
Decimal 213 181 85
Hex D5 B5 55

RGB Percentages of Color #d5b555

%44.47
%37.79
%17.75

CMYK Percentages of Color #d5b555

%0
%15
%60
%16

Triadic Colors of #d5b555

#d5b555 #55d5b5 #b555d5

Analogous Colors of #d5b555

#d5b555 #b5d555 #d57555

Monochromatic Colors of #d5b555

#d5b555

Complementary Color

#d5b555 #5575d5

#d5b555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b555 Color CSS Codes

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

#d5b555 Text Font Color

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

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


#d5b555 Background Color

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

This div background color is #d5b555


#d5b555 Border Color

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

This div border color is #d5b555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b555


Comments

No comments written yet.

Please login to write comment.