Color Hex Logo

#d9976b Color Hex

#D9976B
(217,151,107)
0 Favorites   0 Comments

Color spaces of #d9976b

RGB 217151107
HSL0.070.590.64
HSV24°51°85°
CMYK 0.000.300.51   0.15
XYZ42.335737.946519.0030
Yxy37.94650.42640.3822
Hunter Lab61.600714.874624.8303
CIE-Lab67.981219.862233.0271

#d9976b color RGB value is (217,151,107).

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

The process color (four color CMYK) of #d9976b color hex is 0.00, 0.30, 0.51, 0.15. Web safe color of #d9976b is #cc9966. Color #d9976b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 01101011
Octal 331 227 153
Decimal 217 151 107
Hex D9 97 6B

RGB Percentages of Color #d9976b

%45.68
%31.79
%22.53

CMYK Percentages of Color #d9976b

%0
%30
%51
%15

Triadic Colors of #d9976b

#d9976b #6bd997 #976bd9

Analogous Colors of #d9976b

#d9976b #d9ce6b #d96b76

Monochromatic Colors of #d9976b

#d9976b

Complementary Color

#d9976b #6badd9

#d9976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9976b Color CSS Codes

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

#d9976b Text Font Color

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

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


#d9976b Background Color

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

This div background color is #d9976b


#d9976b Border Color

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

This div border color is #d9976b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9976b


Comments

No comments written yet.

Please login to write comment.