Color Hex Logo

#d19066 Color Hex

#D19066
(209,144,102)
0 Favorites   0 Comments

Color spaces of #d19066

RGB 209144102
HSL0.070.540.61
HSV24°51°82°
CMYK 0.000.310.51   0.18
XYZ38.666034.461117.1841
Yxy34.46110.42810.3816
Hunter Lab58.703614.840523.7367
CIE-Lab65.326919.934832.1371

#d19066 color RGB value is (209,144,102).

#d19066 hex color red value is 209, green value is 144 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d19066 hue: 0.07 , saturation: 0.54 and the lightness value of d19066 is 0.61.

The process color (four color CMYK) of #d19066 color hex is 0.00, 0.31, 0.51, 0.18. Web safe color of #d19066 is #cc9966. Color #d19066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 01100110
Octal 321 220 146
Decimal 209 144 102
Hex D1 90 66

RGB Percentages of Color #d19066

%45.93
%31.65
%22.42

CMYK Percentages of Color #d19066

%0
%31
%51
%18

Triadic Colors of #d19066

#d19066 #66d190 #9066d1

Analogous Colors of #d19066

#d19066 #d1c666 #d16672

Monochromatic Colors of #d19066

#d19066

Complementary Color

#d19066 #66a7d1

#d19066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19066 Color CSS Codes

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

#d19066 Text Font Color

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

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


#d19066 Background Color

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

This div background color is #d19066


#d19066 Border Color

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

This div border color is #d19066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19066


Comments

No comments written yet.

Please login to write comment.