Color Hex Logo

#d09549 Color Hex

#D09549
(208,149,73)
0 Favorites   0 Comments

Color spaces of #d09549

RGB 20814973
HSL0.090.590.55
HSV34°65°82°
CMYK 0.000.280.65   0.18
XYZ37.962535.385811.1326
Yxy35.38580.44940.4189
Hunter Lab59.48609.813930.5442
CIE-Lab66.047914.566347.9410

#d09549 color RGB value is (208,149,73).

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

The process color (four color CMYK) of #d09549 color hex is 0.00, 0.28, 0.65, 0.18. Web safe color of #d09549 is #cc9933. Color #d09549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 01001001
Octal 320 225 111
Decimal 208 149 73
Hex D0 95 49

RGB Percentages of Color #d09549

%48.37
%34.65
%16.98

CMYK Percentages of Color #d09549

%0
%28
%65
%18

Triadic Colors of #d09549

#d09549 #49d095 #9549d0

Analogous Colors of #d09549

#d09549 #c8d049 #d05249

Monochromatic Colors of #d09549

#d09549

Complementary Color

#d09549 #4984d0

#d09549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09549 Color CSS Codes

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

#d09549 Text Font Color

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

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


#d09549 Background Color

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

This div background color is #d09549


#d09549 Border Color

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

This div border color is #d09549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09549


Comments

No comments written yet.

Please login to write comment.