Color Hex Logo

#d49829 Color Hex

#D49829
(212,152,41)
0 Favorites   0 Comments

Color spaces of #d49829

RGB 21215241
HSL0.110.680.50
HSV39°81°83°
CMYK 0.000.280.81   0.17
XYZ38.779936.61367.1210
Yxy36.61360.47000.4437
Hunter Lab60.50928.508335.3789
CIE-Lab66.986113.146562.5002

#d49829 color RGB value is (212,152,41).

#d49829 hex color red value is 212, green value is 152 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d49829 hue: 0.11 , saturation: 0.68 and the lightness value of d49829 is 0.50.

The process color (four color CMYK) of #d49829 color hex is 0.00, 0.28, 0.81, 0.17. Web safe color of #d49829 is #cc9933. Color #d49829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 00101001
Octal 324 230 51
Decimal 212 152 41
Hex D4 98 29

RGB Percentages of Color #d49829

%52.35
%37.53
%10.12

CMYK Percentages of Color #d49829

%0
%28
%81
%17

Triadic Colors of #d49829

#d49829 #29d498 #9829d4

Analogous Colors of #d49829

#d49829 #bbd429 #d44229

Monochromatic Colors of #d49829

#d49829

Complementary Color

#d49829 #2965d4

#d49829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49829 Color CSS Codes

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

#d49829 Text Font Color

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

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


#d49829 Background Color

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

This div background color is #d49829


#d49829 Border Color

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

This div border color is #d49829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49829


Comments

No comments written yet.

Please login to write comment.