COLOR #D0997A

HEX: #D0997A RGB: (208,153,122)

Color info

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

RGB color model

#D0997A color RGB value is (208,153,122).

RGB: (208,153,122) (82%, 60%, 48%)

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 122 of 255 = 48%

208
153
122

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

Portions of RGB colors in percentages

R + G + B = 208 + 153 + 122 = 483 (100%)
R 208 of 483 ~ 43.06%
G 153 of 483 ~ 31.68%
B 122 of 483 ~ 25.26'%

%43.06
%31.68
%25.26

CMYK color model

#D0997A color CMYK value is (0,26,41,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 41.35%
  • key color value is 18.43%

CMYK: (0,26,41,18)
C0M26Y41K18 (0%, 26%, 41%, 18%)
(0.00 / 0.26 / 0.41 / 0.18)

CMYK percentages

%0
%26.44
%41.35
%18.43

Codes

Color #D0997A in popluar color models

D0 99 7A
RGB 208 153 122
HSL 22° 47.78% 64.71%
HSB/HSV 22° 41.35% 81.57%
CMYK 0.00% 26.44% 41.35%
18.43%

Color #D0997A in popluar number systems.

HEX D0 99 7A
Decimal 208 153 122
Binary 11010000 10011001 1111010
Octal 320 231 172

Shades and tints

Shades of #D0997A

#D0997A
(208,153,122)
#BE8C6F
(190,140,111)
#AC7F64
(172,127,100)
#9A7259
(154,114,89)
#88654E
(136,101,78)
#765843
(118,88,67)
#644B38
(100,75,56)
#523E2D
(82,62,45)
#403122
(64,49,34)
#2E2417
(46,36,23)
#1C170C
(28,23,12)
#000000
(0,0,0)

Tints of #D0997A

#D0997A
(208,153,122)
#D4A286
(212,162,134)
#D8AB92
(216,171,146)
#DCB49E
(220,180,158)
#E0BDAA
(224,189,170)
#E4C6B6
(228,198,182)
#E8CFC2
(232,207,194)
#ECD8CE
(236,216,206)
#F0E1DA
(240,225,218)
#F4EAE6
(244,234,230)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0997A color. Also use rgb(208,153,122) instead hex code.

Text Font Color

.myTextColor { color: #D0997A; }

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

This text font color is #D0997A.

Background Color

.myBgColor { background-color: #D0997A; }

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

This div background color is #D0997A.

Border color

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

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

This div border color is #D0997A.

Opacity

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

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

Text with #D0997A 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 #D0997A;}

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

This text has shadow with #D0997A color.


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

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

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


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

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

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

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D0997A;
-webkit-box-shadow: 1px 1px 3px 2px #D0997A;
box-shadow: 1px 1px 3px 2px #D0997A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0997A; -webkit-box-shadow: 1px 1px 3px 2px #D0997A; box-shadow:1px 1px 3px 2px #D0997A;">
Div content here
</div>

This div box has shadow with color #D0997A.

Preview

Color preview on black background

This text has color #D0997A on black background.


Color preview on white background

This text has color #D0997A on white background.


Black color preview on #D0997A background

This text has black color on #D0997A background.


White color preview on #D0997A background

This text has white color on #D0997A background.


Related colors

Complementary color

Complementary color for #hex is #2F6685.


I love getcolorcode.com

Triadic colors

1 #7AD099 and #997AD0 with #D0997A are triadic colors.

2 #7A99D0 and #99D07A with #D0997A are triadic colors.