Color Hex Logo

#d9996f Color Hex

#D9996F
(217,153,111)
0 Favorites   0 Comments

Color spaces of #d9996f

RGB 217153111
HSL0.070.580.64
HSV24°49°85°
CMYK 0.000.290.49   0.15
XYZ42.875738.681920.2455
Yxy38.68190.42120.3800
Hunter Lab62.194814.213124.2364
CIE-Lab68.520219.155431.5718

#d9996f color RGB value is (217,153,111).

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

The process color (four color CMYK) of #d9996f color hex is 0.00, 0.29, 0.49, 0.15. Web safe color of #d9996f is #cc9966. Color #d9996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011001 01101111
Octal 331 231 157
Decimal 217 153 111
Hex D9 99 6F

RGB Percentages of Color #d9996f

%45.11
%31.81
%23.08

CMYK Percentages of Color #d9996f

%0
%29
%49
%15

Triadic Colors of #d9996f

#d9996f #6fd999 #996fd9

Analogous Colors of #d9996f

#d9996f #d9ce6f #d96f7a

Monochromatic Colors of #d9996f

#d9996f

Complementary Color

#d9996f #6fafd9

#d9996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9996f Color CSS Codes

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

#d9996f Text Font Color

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

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


#d9996f Background Color

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

This div background color is #d9996f


#d9996f Border Color

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

This div border color is #d9996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9996f


Comments

No comments written yet.

Please login to write comment.