COLOR #D7DD92

HEX: #D7DD92 RGB: (215,221,146)

Color info

#D7DD92 contains mainly red and green colors. Web safe color of #D7DD92 is #CCCC99 (or #CC9).

RGB color model

#D7DD92 color RGB value is (215,221,146).

RGB: (215,221,146) (84%, 87%, 57%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 146 of 255 = 57%

215
221
146

R + G + B ~ 76%. #D7DD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 221 + 146 = 582 (100%)
R 215 of 582 ~ 36.94%
G 221 of 582 ~ 37.97%
B 146 of 582 ~ 25.09'%

%36.94
%37.97
%25.09

CMYK color model

#D7DD92 color CMYK value is (3,0,34,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%

CMYK: (3,0,34,13)
C3M0Y34K13 (3%, 0%, 34%, 13%)
(0.03 / 0.00 / 0.34 / 0.13)

CMYK percentages

%2.71
%0
%33.94
%13.33

Codes

Color #D7DD92 in popluar color models

D7 DD 92
RGB 215 221 146
HSL 65° 52.45% 71.96%
HSB/HSV 65° 33.94% 86.67%
CMYK 2.71% 0.00% 33.94%
13.33%

Color #D7DD92 in popluar number systems.

HEX D7 DD 92
Decimal 215 221 146
Binary 11010111 11011101 10010010
Octal 327 335 222

Shades and tints

Shades of #D7DD92

#D7DD92
(215,221,146)
#C4C985
(196,201,133)
#B1B578
(177,181,120)
#9EA16B
(158,161,107)
#8B8D5E
(139,141,94)
#787951
(120,121,81)
#656544
(101,101,68)
#525137
(82,81,55)
#3F3D2A
(63,61,42)
#2C291D
(44,41,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D7DD92

#D7DD92
(215,221,146)
#DAE09B
(218,224,155)
#DDE3A4
(221,227,164)
#E0E6AD
(224,230,173)
#E3E9B6
(227,233,182)
#E6ECBF
(230,236,191)
#E9EFC8
(233,239,200)
#ECF2D1
(236,242,209)
#EFF5DA
(239,245,218)
#F2F8E3
(242,248,227)
#F5FBEC
(245,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DD92 color. Also use rgb(215,221,146) instead hex code.

Text Font Color

.myTextColor { color: #D7DD92; }

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

This text font color is #D7DD92.

Background Color

.myBgColor { background-color: #D7DD92; }

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

This div background color is #D7DD92.

Border color

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

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

This div border color is #D7DD92.

Opacity

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

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

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

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

This text has shadow with #D7DD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DD92.

Preview

Color preview on black background

This text has color #D7DD92 on black background.


Color preview on white background

This text has color #D7DD92 on white background.


Black color preview on #D7DD92 background

This text has black color on #D7DD92 background.


White color preview on #D7DD92 background

This text has white color on #D7DD92 background.


Related colors

Complementary color

Complementary color for #hex is #28226D.


I love getcolorcode.com

Triadic colors

1 #92D7DD and #DD92D7 with #D7DD92 are triadic colors.

2 #92DDD7 and #DDD792 with #D7DD92 are triadic colors.