Color Hex Logo

#d19955 Color Hex

#D19955
(209,153,85)
0 Favorites   0 Comments

Color spaces of #d19955

RGB 20915385
HSL0.090.570.58
HSV33°59°82°
CMYK 0.000.270.59   0.18
XYZ39.325436.993713.6621
Yxy36.99370.43700.4111
Hunter Lab60.82248.971829.2578
CIE-Lab67.272313.643743.4464

#d19955 color RGB value is (209,153,85).

#d19955 hex color red value is 209, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d19955 hue: 0.09 , saturation: 0.57 and the lightness value of d19955 is 0.58.

The process color (four color CMYK) of #d19955 color hex is 0.00, 0.27, 0.59, 0.18. Web safe color of #d19955 is #cc9966. Color #d19955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 01010101
Octal 321 231 125
Decimal 209 153 85
Hex D1 99 55

RGB Percentages of Color #d19955

%46.76
%34.23
%19.02

CMYK Percentages of Color #d19955

%0
%27
%59
%18

Triadic Colors of #d19955

#d19955 #55d199 #9955d1

Analogous Colors of #d19955

#d19955 #cbd155 #d15b55

Monochromatic Colors of #d19955

#d19955

Complementary Color

#d19955 #558dd1

#d19955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19955 Color CSS Codes

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

#d19955 Text Font Color

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

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


#d19955 Background Color

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

This div background color is #d19955


#d19955 Border Color

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

This div border color is #d19955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19955


Comments

No comments written yet.

Please login to write comment.