Color Hex Logo

#d09932 Color Hex

#D09932
(208,153,50)
0 Favorites   0 Comments

Color spaces of #d09932

RGB 20815350
HSL0.110.630.51
HSV39°76°82°
CMYK 0.000.260.76   0.18
XYZ37.979436.42278.0462
Yxy36.42270.46060.4418
Hunter Lab60.35126.716534.3411
CIE-Lab66.841611.199858.9024

#d09932 color RGB value is (208,153,50).

#d09932 hex color red value is 208, green value is 153 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d09932 hue: 0.11 , saturation: 0.63 and the lightness value of d09932 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 00110010
Octal 320 231 62
Decimal 208 153 50
Hex D0 99 32

RGB Percentages of Color #d09932

%50.61
%37.23
%12.17

CMYK Percentages of Color #d09932

%0
%26
%76
%18

Triadic Colors of #d09932

#d09932 #32d099 #9932d0

Analogous Colors of #d09932

#d09932 #b8d032 #d04a32

Monochromatic Colors of #d09932

#d09932

Complementary Color

#d09932 #3269d0

#d09932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09932 Color CSS Codes

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

#d09932 Text Font Color

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

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


#d09932 Background Color

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

This div background color is #d09932


#d09932 Border Color

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

This div border color is #d09932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09932


Comments

No comments written yet.

Please login to write comment.