Color Hex Logo

#d09650 Color Hex

#D09650
(208,150,80)
0 Favorites   0 Comments

Color spaces of #d09650

RGB 20815080
HSL0.090.580.56
HSV33°62°82°
CMYK 0.000.280.62   0.18
XYZ38.366735.801812.4777
Yxy35.80180.44280.4132
Hunter Lab59.83469.745929.5201
CIE-Lab66.368214.488144.8689

#d09650 color RGB value is (208,150,80).

#d09650 hex color red value is 208, green value is 150 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d09650 hue: 0.09 , saturation: 0.58 and the lightness value of d09650 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 01010000
Octal 320 226 120
Decimal 208 150 80
Hex D0 96 50

RGB Percentages of Color #d09650

%47.49
%34.25
%18.26

CMYK Percentages of Color #d09650

%0
%28
%62
%18

Triadic Colors of #d09650

#d09650 #50d096 #9650d0

Analogous Colors of #d09650

#d09650 #cad050 #d05650

Monochromatic Colors of #d09650

#d09650

Complementary Color

#d09650 #508ad0

#d09650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09650 Color CSS Codes

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

#d09650 Text Font Color

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

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


#d09650 Background Color

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

This div background color is #d09650


#d09650 Border Color

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

This div border color is #d09650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09650


Comments

No comments written yet.

Please login to write comment.