Color Hex Logo

#d09864 Color Hex

#D09864
(208,152,100)
0 Favorites   0 Comments

Color spaces of #d09864

RGB 208152100
HSL0.080.530.60
HSV29°52°82°
CMYK 0.000.270.52   0.18
XYZ39.540936.786517.0731
Yxy36.78650.42330.3939
Hunter Lab60.651910.229125.7666
CIE-Lab67.116514.994435.4559

#d09864 color RGB value is (208,152,100).

#d09864 hex color red value is 208, green value is 152 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d09864 hue: 0.08 , saturation: 0.53 and the lightness value of d09864 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 01100100
Octal 320 230 144
Decimal 208 152 100
Hex D0 98 64

RGB Percentages of Color #d09864

%45.22
%33.04
%21.74

CMYK Percentages of Color #d09864

%0
%27
%52
%18

Triadic Colors of #d09864

#d09864 #64d098 #9864d0

Analogous Colors of #d09864

#d09864 #d0ce64 #d06466

Monochromatic Colors of #d09864

#d09864

Complementary Color

#d09864 #649cd0

#d09864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09864 Color CSS Codes

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

#d09864 Text Font Color

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

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


#d09864 Background Color

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

This div background color is #d09864


#d09864 Border Color

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

This div border color is #d09864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,152,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d09864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d09864;
  -webkit-box-shadow: 1px 1px 3px 2px #d09864;
  box-shadow:         1px 1px 3px 2px #d09864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,152,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09864


Comments

No comments written yet.

Please login to write comment.