Color Hex Logo

#d9b955 Color Hex

#D9B955
(217,185,85)
0 Favorites   0 Comments

Color spaces of #d9b955

RGB 21718585
HSL0.130.630.59
HSV45°61°85°
CMYK 0.000.150.61   0.15
XYZ47.603950.105515.7567
Yxy50.10550.41950.4416
Hunter Lab70.7852-3.830836.3518
CIE-Lab76.1340-0.055353.8495

#d9b955 color RGB value is (217,185,85).

#d9b955 hex color red value is 217, green value is 185 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d9b955 hue: 0.13 , saturation: 0.63 and the lightness value of d9b955 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111001 01010101
Octal 331 271 125
Decimal 217 185 85
Hex D9 B9 55

RGB Percentages of Color #d9b955

%44.56
%37.99
%17.45

CMYK Percentages of Color #d9b955

%0
%15
%61
%15

Triadic Colors of #d9b955

#d9b955 #55d9b9 #b955d9

Analogous Colors of #d9b955

#d9b955 #b7d955 #d97755

Monochromatic Colors of #d9b955

#d9b955

Complementary Color

#d9b955 #5575d9

#d9b955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b955 Color CSS Codes

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

#d9b955 Text Font Color

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

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


#d9b955 Background Color

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

This div background color is #d9b955


#d9b955 Border Color

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

This div border color is #d9b955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b955


Comments

No comments written yet.

Please login to write comment.