Color Hex Logo

#d9894f Color Hex

#D9894F
(217,137,79)
0 Favorites   0 Comments

Color spaces of #d9894f

RGB 21713779
HSL0.070.640.58
HSV25°64°85°
CMYK 0.000.370.64   0.15
XYZ38.972233.207511.7528
Yxy33.20750.46430.3956
Hunter Lab57.625919.873428.2460
CIE-Lab64.328625.213443.2712

#d9894f color RGB value is (217,137,79).

#d9894f hex color red value is 217, green value is 137 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d9894f hue: 0.07 , saturation: 0.64 and the lightness value of d9894f is 0.58.

The process color (four color CMYK) of #d9894f color hex is 0.00, 0.37, 0.64, 0.15. Web safe color of #d9894f is #cc9966. Color #d9894f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 01001111
Octal 331 211 117
Decimal 217 137 79
Hex D9 89 4F

RGB Percentages of Color #d9894f

%50.12
%31.64
%18.24

CMYK Percentages of Color #d9894f

%0
%37
%64
%15

Triadic Colors of #d9894f

#d9894f #4fd989 #894fd9

Analogous Colors of #d9894f

#d9894f #d9ce4f #d94f5a

Monochromatic Colors of #d9894f

#d9894f

Complementary Color

#d9894f #4f9fd9

#d9894f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9894f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9894f Color CSS Codes

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

#d9894f Text Font Color

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

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


#d9894f Background Color

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

This div background color is #d9894f


#d9894f Border Color

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

This div border color is #d9894f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9894f


Comments

No comments written yet.

Please login to write comment.