Color Hex Logo

#d09842 Color Hex

#D09842
(208,152,66)
0 Favorites   0 Comments

Color spaces of #d09842

RGB 20815266
HSL0.100.600.54
HSV36°68°82°
CMYK 0.000.270.68   0.18
XYZ38.224036.259710.1385
Yxy36.25970.45170.4285
Hunter Lab60.21607.930432.1686
CIE-Lab66.717912.522251.9670

#d09842 color RGB value is (208,152,66).

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

The process color (four color CMYK) of #d09842 color hex is 0.00, 0.27, 0.68, 0.18. Web safe color of #d09842 is #cc9933. Color #d09842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 01000010
Octal 320 230 102
Decimal 208 152 66
Hex D0 98 42

RGB Percentages of Color #d09842

%48.83
%35.68
%15.49

CMYK Percentages of Color #d09842

%0
%27
%68
%18

Triadic Colors of #d09842

#d09842 #42d098 #9842d0

Analogous Colors of #d09842

#d09842 #c1d042 #d05142

Monochromatic Colors of #d09842

#d09842

Complementary Color

#d09842 #427ad0

#d09842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09842 Color CSS Codes

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

#d09842 Text Font Color

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

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


#d09842 Background Color

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

This div background color is #d09842


#d09842 Border Color

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

This div border color is #d09842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09842

#d09842 Color Palettes


Comments

No comments written yet.

Please login to write comment.