COLOR #D6D283

HEX: #D6D283 RGB: (214,210,131)

Color info

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

RGB color model

#D6D283 color RGB value is (214,210,131).

RGB: (214,210,131) (84%, 82%, 51%)

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 131 of 255 = 51%

214
210
131

R + G + B ~ 72%. #D6D283 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 210 + 131 = 555 (100%)
R 214 of 555 ~ 38.56%
G 210 of 555 ~ 37.84%
B 131 of 555 ~ 23.6'%

%38.56
%37.84
%23.6

CMYK color model

#D6D283 color CMYK value is (0,2,39,16).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 38.79%
  • key color value is 16.08%
CMYK: (0,2,39,16) C0M2Y39K16 (0%,2%,39%,16%) (0.00/0.02/0.39/0.16) 

CMYK percentages

%0
%1.87
%38.79
%16.08

Codes

Color #D6D283 in popluar color models

D6 D2 83
RGB 214 210 131
HSL 57° 50.30% 67.65%
HSB/HSV 57° 38.79% 83.92%
CMYK 0.00% 1.87% 38.79%
16.08%

Color #D6D283 in popluar number systems.

HEX D6 D2 83
Decimal 214 210 131
Binary 11010110 11010010 10000011
Octal 326 322 203

Shades and tints

Shades of #D6D283

#D6D283
(214,210,131)
#C3BF78
(195,191,120)
#B0AC6D
(176,172,109)
#9D9962
(157,153,98)
#8A8657
(138,134,87)
#77734C
(119,115,76)
#646041
(100,96,65)
#514D36
(81,77,54)
#3E3A2B
(62,58,43)
#2B2720
(43,39,32)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #D6D283

#D6D283
(214,210,131)
#D9D68E
(217,214,142)
#DCDA99
(220,218,153)
#DFDEA4
(223,222,164)
#E2E2AF
(226,226,175)
#E5E6BA
(229,230,186)
#E8EAC5
(232,234,197)
#EBEED0
(235,238,208)
#EEF2DB
(238,242,219)
#F1F6E6
(241,246,230)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D283 color. Also use rgb(214,210,131) instead hex code.

Text Font Color

.myTextColor { color: #D6D283; }

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

This text font color is #D6D283.

Background Color

.myBgColor { background-color: #D6D283; }

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

This div background color is #D6D283.

Border color

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

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

This div border color is #D6D283.

Opacity

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

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

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

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

This text has shadow with #D6D283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D283.

Preview

Color preview on black background

This text has color #D6D283 on black background.


Color preview on white background

This text has color #D6D283 on white background.


Black color preview on #D6D283 background

This text has black color on #D6D283 background.


White color preview on #D6D283 background

This text has white color on #D6D283 background.


Related colors

Complementary color

Complementary color for #hex is #292D7C.


I love getcolorcode.com

Triadic colors

1 #83D6D2 and #D283D6 with #D6D283 are triadic colors.

2 #83D2D6 and #D2D683 with #D6D283 are triadic colors.