Color Hex Logo

#d09641 Color Hex

#D09641
(208,150,65)
0 Favorites   0 Comments

Color spaces of #d09641

RGB 20815065
HSL0.100.600.54
HSV36°69°82°
CMYK 0.000.280.69   0.18
XYZ37.872935.60429.8772
Yxy35.60420.45440.4271
Hunter Lab59.66938.875231.9541
CIE-Lab66.216413.550351.8879

#d09641 color RGB value is (208,150,65).

#d09641 hex color red value is 208, green value is 150 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d09641 hue: 0.10 , saturation: 0.60 and the lightness value of d09641 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 01000001
Octal 320 226 101
Decimal 208 150 65
Hex D0 96 41

RGB Percentages of Color #d09641

%49.17
%35.46
%15.37

CMYK Percentages of Color #d09641

%0
%28
%69
%18

Triadic Colors of #d09641

#d09641 #41d096 #9641d0

Analogous Colors of #d09641

#d09641 #c3d041 #d04f41

Monochromatic Colors of #d09641

#d09641

Complementary Color

#d09641 #417bd0

#d09641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09641 Color CSS Codes

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

#d09641 Text Font Color

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

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


#d09641 Background Color

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

This div background color is #d09641


#d09641 Border Color

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

This div border color is #d09641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09641


Comments

No comments written yet.

Please login to write comment.