Color Hex Logo

#d9844a Color Hex

#D9844A
(217,132,74)
0 Favorites   0 Comments

Color spaces of #d9844a

RGB 21713274
HSL0.070.650.57
HSV24°66°85°
CMYK 0.000.390.66   0.15
XYZ38.102631.748710.5984
Yxy31.74870.47360.3946
Hunter Lab56.346022.100828.2900
CIE-Lab63.134627.576044.4386

#d9844a color RGB value is (217,132,74).

#d9844a hex color red value is 217, green value is 132 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d9844a hue: 0.07 , saturation: 0.65 and the lightness value of d9844a is 0.57.

The process color (four color CMYK) of #d9844a color hex is 0.00, 0.39, 0.66, 0.15. Web safe color of #d9844a is #cc9933. Color #d9844a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 01001010
Octal 331 204 112
Decimal 217 132 74
Hex D9 84 4A

RGB Percentages of Color #d9844a

%51.30
%31.21
%17.49

CMYK Percentages of Color #d9844a

%0
%39
%66
%15

Triadic Colors of #d9844a

#d9844a #4ad984 #844ad9

Analogous Colors of #d9844a

#d9844a #d9cc4a #d94a57

Monochromatic Colors of #d9844a

#d9844a

Complementary Color

#d9844a #4a9fd9

#d9844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9844a Color CSS Codes

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

#d9844a Text Font Color

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

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


#d9844a Background Color

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

This div background color is #d9844a


#d9844a Border Color

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

This div border color is #d9844a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,132,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9844a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9844a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9844a;
  box-shadow:         1px 1px 3px 2px #d9844a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,132,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9844a


Comments

No comments written yet.

Please login to write comment.