Color Hex Logo

#d29545 Color Hex

#D29545
(210,149,69)
0 Favorites   0 Comments

Color spaces of #d29545

RGB 21014969
HSL0.090.610.55
HSV34°67°82°
CMYK 0.000.290.67   0.18
XYZ38.400035.626210.4829
Yxy35.62620.45440.4216
Hunter Lab59.687710.384331.3683
CIE-Lab66.233315.176450.1165

#d29545 color RGB value is (210,149,69).

#d29545 hex color red value is 210, green value is 149 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d29545 hue: 0.09 , saturation: 0.61 and the lightness value of d29545 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010101 01000101
Octal 322 225 105
Decimal 210 149 69
Hex D2 95 45

RGB Percentages of Color #d29545

%49.07
%34.81
%16.12

CMYK Percentages of Color #d29545

%0
%29
%67
%18

Triadic Colors of #d29545

#d29545 #45d295 #9545d2

Analogous Colors of #d29545

#d29545 #c9d245 #d24f45

Monochromatic Colors of #d29545

#d29545

Complementary Color

#d29545 #4582d2

#d29545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29545 Color CSS Codes

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

#d29545 Text Font Color

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

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


#d29545 Background Color

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

This div background color is #d29545


#d29545 Border Color

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

This div border color is #d29545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29545


Comments

No comments written yet.

Please login to write comment.