Color Hex Logo

#d09750 Color Hex

#D09750
(208,151,80)
0 Favorites   0 Comments

Color spaces of #d09750

RGB 20815180
HSL0.090.580.56
HSV33°62°82°
CMYK 0.000.270.62   0.18
XYZ38.527036.122312.5311
Yxy36.12230.44190.4143
Hunter Lab60.10189.245429.7094
CIE-Lab66.613313.945745.1530

#d09750 color RGB value is (208,151,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010111 01010000
Octal 320 227 120
Decimal 208 151 80
Hex D0 97 50

RGB Percentages of Color #d09750

%47.38
%34.40
%18.22

CMYK Percentages of Color #d09750

%0
%27
%62
%18

Triadic Colors of #d09750

#d09750 #50d097 #9750d0

Analogous Colors of #d09750

#d09750 #c9d050 #d05750

Monochromatic Colors of #d09750

#d09750

Complementary Color

#d09750 #5089d0

#d09750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09750 Color CSS Codes

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

#d09750 Text Font Color

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

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


#d09750 Background Color

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

This div background color is #d09750


#d09750 Border Color

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

This div border color is #d09750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,151,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 #d09750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09750


Comments

No comments written yet.

Please login to write comment.