Color Hex Logo

#d09765 Color Hex

#D09765
(208,151,101)
0 Favorites   0 Comments

Color spaces of #d09765

RGB 208151101
HSL0.080.530.61
HSV28°51°82°
CMYK 0.000.270.51   0.18
XYZ39.428036.482717.2757
Yxy36.48270.42310.3915
Hunter Lab60.400910.818125.3227
CIE-Lab66.887115.627834.6354

#d09765 color RGB value is (208,151,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010111 01100101
Octal 320 227 145
Decimal 208 151 101
Hex D0 97 65

RGB Percentages of Color #d09765

%45.22
%32.83
%21.96

CMYK Percentages of Color #d09765

%0
%27
%51
%18

Triadic Colors of #d09765

#d09765 #65d097 #9765d0

Analogous Colors of #d09765

#d09765 #d0cd65 #d06569

Monochromatic Colors of #d09765

#d09765

Complementary Color

#d09765 #659ed0

#d09765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09765 Color CSS Codes

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

#d09765 Text Font Color

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

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


#d09765 Background Color

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

This div background color is #d09765


#d09765 Border Color

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

This div border color is #d09765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09765


Comments

No comments written yet.

Please login to write comment.