COLOR #D0977C

HEX: #D0977C
RGB: (208,151,124)

Color info

#D0977C contains mainly red and green colors. Web safe color of #D0977C is #CC9966 (or #C96).

RGB color model

#D0977C color RGB value is (208,151,124).

  • red value is 208;
  • green value is 151;
  • blue value is 124.
RGB: (208,151,124) (82%,59%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 124 of 255 = 49%

208
151
124

R + G + B ~ 63%. #D0977C is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 151 + 124 = 483 (100%)
R 208 of 483 ~ 43.06%
G 151 of 483 ~ 31.26%
B 124 of 483 ~ 25.67%

%43.06
%31.26
%25.67

CMYK color model

#D0977C color CMYK value is (0,27,40,18).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 40.38%
  • key color value is 18.43%
CMYK: (0,27,40,18) C0M27Y40K18 (0%,27%,40%,18%) (0.00/0.27/0.40/0.18)

CMYK percentages

%0
%27.4
%40.38
%18.43

Codes

Color #D0977C in popluar color models

D0977C
RGB208151124
HSL19°47.19%65.10%
HSB/HSV19°40.38%81.57%
CMYK0.00%27.40%40.38%
18.43%

Color #D0977C in popluar number systems.

HEXD0977C
Decimal208151124
Binary11010000100101111111100
Octal320227174

Shades and tints

Shades of #D0977C

#D0977C
(208,151,124)
#BE8A71
(190,138,113)
#AC7D66
(172,125,102)
#9A705B
(154,112,91)
#886350
(136,99,80)
#765645
(118,86,69)
#64493A
(100,73,58)
#523C2F
(82,60,47)
#402F24
(64,47,36)
#2E2219
(46,34,25)
#1C150E
(28,21,14)
#000000
(0,0,0)

Tints of #D0977C

#D0977C
(208,151,124)
#D4A087
(212,160,135)
#D8A992
(216,169,146)
#DCB29D
(220,178,157)
#E0BBA8
(224,187,168)
#E4C4B3
(228,196,179)
#E8CDBE
(232,205,190)
#ECD6C9
(236,214,201)
#F0DFD4
(240,223,212)
#F4E8DF
(244,232,223)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0977C color. Also use rgb(208,151,124) instead hex code.

Text Font Color

.myTextColor { color: #D0977C; }

<p style="color:#D0977C">This sample text font color is #D0977C.</p>

This text font color is #D0977C.


Background Color

.myBgColor { background-color: #D0977C; }

<div style="background-color:#D0977C">Inner text</div>

This div background color is #D0977C.


Border color

.myBorderColor { border: 1px solid #D0977C; }

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

This div border color is #D0977C.


Opacity

.myOpacity80 { color: #D0977C; opacity: 0.8; }

<p style="color:#D0977C;opacity:0.8;">80%</p>

Text with #D0977C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D0977C;}

<p style="text-shadow: 3px 3px 1px #D0977C">Text here.</p>

This text has shadow with #D0977C color.

.textShadow {text-shadow: 3px 3px 1px #D0977C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D0977C, 5px 5px 20px red">Text here.</p>

This text has shadow with #D0977C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0977C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D0977C, Direction=45, Strength=4)">Text</p>

This text has shadow with #D0977C and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D0977C; -webkit-box-shadow:	1px 1px 3px 2px #D0977C; box-shadow:	1px 1px 3px 2px #D0977C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D0977C; -webkit-box-shadow: 1px 1px 3px 2px #D0977C; box-shadow:1px 1px 3px 2px #D0977C;">
Div content here</div>
This div box has shadow with color #D0977C.

Preview

Color preview on black background

This text has color #D0977C on black background.


Color preview on white background

This text has color #D0977C on white background.



Black color preview on #D0977C background

This text has black color on #D0977C background.


White color preview on #D0977C background

This text has white color on #D0977C background.