Color Hex Logo

#d29642 Color Hex

#D29642
(210,150,66)
0 Favorites   0 Comments

Color spaces of #d29642

RGB 21015066
HSL0.100.620.54
HSV35°69°82°
CMYK 0.000.290.69   0.18
XYZ38.468135.907710.0576
Yxy35.90770.45560.4253
Hunter Lab59.92309.724331.9948
CIE-Lab66.449314.463651.7458

#d29642 color RGB value is (210,150,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010110 01000010
Octal 322 226 102
Decimal 210 150 66
Hex D2 96 42

RGB Percentages of Color #d29642

%49.30
%35.21
%15.49

CMYK Percentages of Color #d29642

%0
%29
%69
%18

Triadic Colors of #d29642

#d29642 #42d296 #9642d2

Analogous Colors of #d29642

#d29642 #c6d242 #d24e42

Monochromatic Colors of #d29642

#d29642

Complementary Color

#d29642 #427ed2

#d29642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29642 Color CSS Codes

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

#d29642 Text Font Color

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

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


#d29642 Background Color

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

This div background color is #d29642


#d29642 Border Color

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

This div border color is #d29642


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,150,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 #d29642">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29642


Comments

No comments written yet.

Please login to write comment.