Color Hex Logo

#d7994d Color Hex

#D7994D
(215,153,77)
0 Favorites   0 Comments

Color spaces of #d7994d

RGB 21515377
HSL0.090.630.57
HSV33°64°84°
CMYK 0.000.290.64   0.16
XYZ40.755137.765412.1626
Yxy37.76540.44940.4165
Hunter Lab61.453610.834931.2831
CIE-Lab67.847415.626548.2439

#d7994d color RGB value is (215,153,77).

#d7994d hex color red value is 215, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d7994d hue: 0.09 , saturation: 0.63 and the lightness value of d7994d is 0.57.

The process color (four color CMYK) of #d7994d color hex is 0.00, 0.29, 0.64, 0.16. Web safe color of #d7994d is #cc9966. Color #d7994d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 01001101
Octal 327 231 115
Decimal 215 153 77
Hex D7 99 4D

RGB Percentages of Color #d7994d

%48.31
%34.38
%17.30

CMYK Percentages of Color #d7994d

%0
%29
%64
%16

Triadic Colors of #d7994d

#d7994d #4dd799 #994dd7

Analogous Colors of #d7994d

#d7994d #d0d74d #d7544d

Monochromatic Colors of #d7994d

#d7994d

Complementary Color

#d7994d #4d8bd7

#d7994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7994d Color CSS Codes

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

#d7994d Text Font Color

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

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


#d7994d Background Color

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

This div background color is #d7994d


#d7994d Border Color

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

This div border color is #d7994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7994d


Comments

No comments written yet.

Please login to write comment.