Color Hex Logo

#d09040 Color Hex

#D09040
(208,144,64)
0 Favorites   0 Comments

Color spaces of #d09040

RGB 20814464
HSL0.090.610.53
HSV33°69°82°
CMYK 0.000.310.69   0.18
XYZ36.911133.72669.4149
Yxy33.72660.46110.4213
Hunter Lab58.074611.820631.0403
CIE-Lab64.745016.751350.7755

#d09040 color RGB value is (208,144,64).

#d09040 hex color red value is 208, green value is 144 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d09040 hue: 0.09 , saturation: 0.61 and the lightness value of d09040 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 01000000
Octal 320 220 100
Decimal 208 144 64
Hex D0 90 40

RGB Percentages of Color #d09040

%50.00
%34.62
%15.38

CMYK Percentages of Color #d09040

%0
%31
%69
%18

Triadic Colors of #d09040

#d09040 #40d090 #9040d0

Analogous Colors of #d09040

#d09040 #c8d040 #d04840

Monochromatic Colors of #d09040

#d09040

Complementary Color

#d09040 #4080d0

#d09040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09040 Color CSS Codes

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

#d09040 Text Font Color

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

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


#d09040 Background Color

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

This div background color is #d09040


#d09040 Border Color

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

This div border color is #d09040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09040


Comments

No comments written yet.

Please login to write comment.