Color Hex Logo

#d09353 Color Hex

#D09353
(208,147,83)
0 Favorites   0 Comments

Color spaces of #d09353

RGB 20814783
HSL0.090.570.57
HSV31°60°82°
CMYK 0.000.290.60   0.18
XYZ38.007534.901912.9171
Yxy34.90190.44280.4067
Hunter Lab59.077811.451128.3910
CIE-Lab65.672216.331242.5417

#d09353 color RGB value is (208,147,83).

#d09353 hex color red value is 208, green value is 147 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d09353 hue: 0.09 , saturation: 0.57 and the lightness value of d09353 is 0.57.

The process color (four color CMYK) of #d09353 color hex is 0.00, 0.29, 0.60, 0.18. Web safe color of #d09353 is #cc9966. Color #d09353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 01010011
Octal 320 223 123
Decimal 208 147 83
Hex D0 93 53

RGB Percentages of Color #d09353

%47.49
%33.56
%18.95

CMYK Percentages of Color #d09353

%0
%29
%60
%18

Triadic Colors of #d09353

#d09353 #53d093 #9353d0

Analogous Colors of #d09353

#d09353 #cfd053 #d05553

Monochromatic Colors of #d09353

#d09353

Complementary Color

#d09353 #5390d0

#d09353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09353 Color CSS Codes

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

#d09353 Text Font Color

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

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


#d09353 Background Color

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

This div background color is #d09353


#d09353 Border Color

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

This div border color is #d09353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09353


Comments

No comments written yet.

Please login to write comment.