COLOR #D2C770

HEX: #D2C770 RGB: (210,199,112)

Color info

#D2C770 contains mainly red and green colors. Web safe color of #D2C770 is #CCCC66 (or #CC6).

RGB color model

#D2C770 color RGB value is (210,199,112).

RGB: (210,199,112) (82%, 78%, 44%)

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 112 of 255 = 44%

210
199
112

R + G + B ~ 68%. #D2C770 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 199 + 112 = 521 (100%)
R 210 of 521 ~ 40.31%
G 199 of 521 ~ 38.2%
B 112 of 521 ~ 21.5'%

%40.31
%38.2
%21.5

CMYK color model

#D2C770 color CMYK value is (0,5,47,18).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 46.67%
  • key color value is 17.65%

CMYK: (0,5,47,18)
C0M5Y47K18 (0%, 5%, 47%, 18%)
(0.00 / 0.05 / 0.47 / 0.18)

CMYK percentages

%0
%5.24
%46.67
%17.65

Codes

Color #D2C770 in popluar color models

D2 C7 70
RGB 210 199 112
HSL 53° 52.13% 63.14%
HSB/HSV 53° 46.67% 82.35%
CMYK 0.00% 5.24% 46.67%
17.65%

Color #D2C770 in popluar number systems.

HEX D2 C7 70
Decimal 210 199 112
Binary 11010010 11000111 1110000
Octal 322 307 160

Shades and tints

Shades of #D2C770

#D2C770
(210,199,112)
#BFB566
(191,181,102)
#ACA35C
(172,163,92)
#999152
(153,145,82)
#867F48
(134,127,72)
#736D3E
(115,109,62)
#605B34
(96,91,52)
#4D492A
(77,73,42)
#3A3720
(58,55,32)
#272516
(39,37,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #D2C770

#D2C770
(210,199,112)
#D6CC7D
(214,204,125)
#DAD18A
(218,209,138)
#DED697
(222,214,151)
#E2DBA4
(226,219,164)
#E6E0B1
(230,224,177)
#EAE5BE
(234,229,190)
#EEEACB
(238,234,203)
#F2EFD8
(242,239,216)
#F6F4E5
(246,244,229)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C770 color. Also use rgb(210,199,112) instead hex code.

Text Font Color

.myTextColor { color: #D2C770; }

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

This text font color is #D2C770.

Background Color

.myBgColor { background-color: #D2C770; }

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

This div background color is #D2C770.

Border color

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

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

This div border color is #D2C770.

Opacity

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

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

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

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

This text has shadow with #D2C770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C770.

Preview

Color preview on black background

This text has color #D2C770 on black background.


Color preview on white background

This text has color #D2C770 on white background.


Black color preview on #D2C770 background

This text has black color on #D2C770 background.


White color preview on #D2C770 background

This text has white color on #D2C770 background.


Related colors

Complementary color

Complementary color for #hex is #2D388F.


I love getcolorcode.com

Triadic colors

1 #70D2C7 and #C770D2 with #D2C770 are triadic colors.

2 #70C7D2 and #C7D270 with #D2C770 are triadic colors.