COLOR #D2CE61

HEX: #D2CE61
RGB: (210,206,97)

Color info

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

RGB color model

#D2CE61 color RGB value is (210,206,97).

  • red value is 210;
  • green value is 206;
  • blue value is 97.
RGB:
(210,206,97)
(82%,81%,38%)

RGB channels and saturation

R 210 of 255 = 82%
G 206 of 255 = 81%
B 97 of 255 = 38%

210
206
97

R + G + B ~ 67%. #D2CE61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 206 + 97 = 513 (100%)
R 210 of 513 ~ 40.94%
G 206 of 513 ~ 40.16%
B 97 of 513 ~ 18.91%

%40.94
%40.16
%18.91

CMYK color model

#D2CE61 color CMYK value is (0,2,54,18).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 53.81%
  • key color value is 17.65%
CMYK:
(0,2,54,18)
C0M2Y54K18 
(0%,2%,54%,18%)
(0.00/0.02/0.54/0.18)	

CMYK percentages

%0
%1.9
%53.81
%17.65

Codes

Color #D2CE61 in popluar color models

D2CE61
RGB21020697
HSL58°55.67%60.20%
HSB/HSV58°53.81%82.35%
CMYK0.00%1.90%53.81%
17.65%

Color #D2CE61 in popluar number systems.

HEXD2CE61
Decimal21020697
Binary11010010110011101100001
Octal322316141

Shades and tints

Shades of #D2CE61

#D2CE61
(210,206,97)
#BFBC59
(191,188,89)
#ACAA51
(172,170,81)
#999849
(153,152,73)
#868641
(134,134,65)
#737439
(115,116,57)
#606231
(96,98,49)
#4D5029
(77,80,41)
#3A3E21
(58,62,33)
#272C19
(39,44,25)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #D2CE61

#D2CE61
(210,206,97)
#D6D26F
(214,210,111)
#DAD67D
(218,214,125)
#DEDA8B
(222,218,139)
#E2DE99
(226,222,153)
#E6E2A7
(230,226,167)
#EAE6B5
(234,230,181)
#EEEAC3
(238,234,195)
#F2EED1
(242,238,209)
#F6F2DF
(246,242,223)
#FAF6ED
(250,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CE61 color. Also use rgb(210,206,97) instead hex code.

Text Font Color

.myTextColor { color: #D2CE61; }

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

This text font color is #D2CE61.


Background Color

.myBgColor { background-color: #D2CE61; }

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

This div background color is #D2CE61.


Border color

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

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

This div border color is #D2CE61.


Opacity

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

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

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

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

This text has shadow with #D2CE61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CE61 on black background.


Color preview on white background

This text has color #D2CE61 on white background.



Black color preview on #D2CE61 background

This text has black color on #D2CE61 background.


White color preview on #D2CE61 background

This text has white color on #D2CE61 background.