Color Hex Logo

#d29967 Color Hex

#D29967
(210,153,103)
0 Favorites   0 Comments

Color spaces of #d29967

RGB 210153103
HSL0.080.540.61
HSV28°51°82°
CMYK 0.000.270.51   0.18
XYZ40.417837.463417.9329
Yxy37.46340.42180.3910
Hunter Lab61.207410.758225.4740
CIE-Lab67.623315.549434.5487

#d29967 color RGB value is (210,153,103).

#d29967 hex color red value is 210, green value is 153 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d29967 hue: 0.08 , saturation: 0.54 and the lightness value of d29967 is 0.61.

The process color (four color CMYK) of #d29967 color hex is 0.00, 0.27, 0.51, 0.18. Web safe color of #d29967 is #cc9966. Color #d29967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011001 01100111
Octal 322 231 147
Decimal 210 153 103
Hex D2 99 67

RGB Percentages of Color #d29967

%45.06
%32.83
%22.10

CMYK Percentages of Color #d29967

%0
%27
%51
%18

Triadic Colors of #d29967

#d29967 #67d299 #9967d2

Analogous Colors of #d29967

#d29967 #d2cf67 #d2676b

Monochromatic Colors of #d29967

#d29967

Complementary Color

#d29967 #67a0d2

#d29967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29967 Color CSS Codes

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

#d29967 Text Font Color

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

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


#d29967 Background Color

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

This div background color is #d29967


#d29967 Border Color

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

This div border color is #d29967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29967


Comments

No comments written yet.

Please login to write comment.