Color Hex Logo

#d09031 Color Hex

#D09031
(208,144,49)
0 Favorites   0 Comments

Color spaces of #d09031

RGB 20814449
HSL0.100.630.50
HSV36°76°82°
CMYK 0.000.310.76   0.18
XYZ36.540133.57827.4611
Yxy33.57820.47100.4328
Hunter Lab57.946711.152032.9286
CIE-Lab64.626416.036257.1687

#d09031 color RGB value is (208,144,49).

#d09031 hex color red value is 208, green value is 144 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d09031 hue: 0.10 , saturation: 0.63 and the lightness value of d09031 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 00110001
Octal 320 220 61
Decimal 208 144 49
Hex D0 90 31

RGB Percentages of Color #d09031

%51.87
%35.91
%12.22

CMYK Percentages of Color #d09031

%0
%31
%76
%18

Triadic Colors of #d09031

#d09031 #31d090 #9031d0

Analogous Colors of #d09031

#d09031 #c1d031 #d04131

Monochromatic Colors of #d09031

#d09031

Complementary Color

#d09031 #3171d0

#d09031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09031 Color CSS Codes

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

#d09031 Text Font Color

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

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


#d09031 Background Color

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

This div background color is #d09031


#d09031 Border Color

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

This div border color is #d09031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09031


Comments

No comments written yet.

Please login to write comment.