Color Hex Logo

#d0965e Color Hex

#D0965E
(208,150,94)
0 Favorites   0 Comments

Color spaces of #d0965e

RGB 20815094
HSL0.080.550.59
HSV29°55°82°
CMYK 0.000.280.55   0.18
XYZ38.939236.030715.4920
Yxy36.03070.43040.3983
Hunter Lab60.025610.750026.7157
CIE-Lab66.543415.562037.9053

#d0965e color RGB value is (208,150,94).

#d0965e hex color red value is 208, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d0965e hue: 0.08 , saturation: 0.55 and the lightness value of d0965e is 0.59.

The process color (four color CMYK) of #d0965e color hex is 0.00, 0.28, 0.55, 0.18. Web safe color of #d0965e is #cc9966. Color #d0965e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 01011110
Octal 320 226 136
Decimal 208 150 94
Hex D0 96 5E

RGB Percentages of Color #d0965e

%46.02
%33.19
%20.80

CMYK Percentages of Color #d0965e

%0
%28
%55
%18

Triadic Colors of #d0965e

#d0965e #5ed096 #965ed0

Analogous Colors of #d0965e

#d0965e #d0cf5e #d05e5f

Monochromatic Colors of #d0965e

#d0965e

Complementary Color

#d0965e #5e98d0

#d0965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0965e Color CSS Codes

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

#d0965e Text Font Color

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

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


#d0965e Background Color

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

This div background color is #d0965e


#d0965e Border Color

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

This div border color is #d0965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0965e

#d0965e Color Palettes


Comments

No comments written yet.

Please login to write comment.