Color Hex Logo

#d19961 Color Hex

#D19961
(209,153,97)
0 Favorites   0 Comments

Color spaces of #d19961

RGB 20915397
HSL0.080.550.60
HSV30°54°82°
CMYK 0.000.270.54   0.18
XYZ39.843437.200816.3898
Yxy37.20080.42640.3982
Hunter Lab60.99259.868526.7624
CIE-Lab67.427414.603937.4503

#d19961 color RGB value is (209,153,97).

#d19961 hex color red value is 209, green value is 153 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d19961 hue: 0.08 , saturation: 0.55 and the lightness value of d19961 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 01100001
Octal 321 231 141
Decimal 209 153 97
Hex D1 99 61

RGB Percentages of Color #d19961

%45.53
%33.33
%21.13

CMYK Percentages of Color #d19961

%0
%27
%54
%18

Triadic Colors of #d19961

#d19961 #61d199 #9961d1

Analogous Colors of #d19961

#d19961 #d1d161 #d16161

Monochromatic Colors of #d19961

#d19961

Complementary Color

#d19961 #6199d1

#d19961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19961 Color CSS Codes

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

#d19961 Text Font Color

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

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


#d19961 Background Color

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

This div background color is #d19961


#d19961 Border Color

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

This div border color is #d19961


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,153,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19961


Comments

No comments written yet.

Please login to write comment.