COLOR #D7CE20

HEX: #D7CE20
RGB: (215,206,32)

Color info

#D7CE20 contains mainly red and green colors. Web safe color of #D7CE20 is #CCCC33 (or #CC3).

RGB color model

#D7CE20 color RGB value is (215,206,32).

  • red value is 215;
  • green value is 206;
  • blue value is 32.
RGB:
(215,206,32)
(84%,81%,13%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 32 of 255 = 13%

215
206
32

R + G + B ~ 59%. #D7CE20 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
215 + 206 + 32 = 453 (100%)
R 215 of 453 ~ 47.46%
G 206 of 453 ~ 45.47%
B 32 of 453 ~ 7.06%

%47.46
%45.47

CMYK color model

#D7CE20 color CMYK value is (0,4,85,16).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 85.12%
  • key color value is 15.69%
CMYK:
(0,4,85,16)
C0M4Y85K16 
(0%,4%,85%,16%)
(0.00/0.04/0.85/0.16)	

CMYK percentages

%0
%4.19
%85.12
%15.69

Codes

Color #D7CE20 in popluar color models

D7CE20
RGB21520632
HSL57°74.09%48.43%
HSB/HSV57°85.12%84.31%
CMYK0.00%4.19%85.12%
15.69%

Color #D7CE20 in popluar number systems.

HEXD7CE20
Decimal21520632
Binary1101011111001110100000
Octal32731640

Shades and tints

Shades of #D7CE20

#D7CE20
(215,206,32)
#C4BC1E
(196,188,30)
#B1AA1C
(177,170,28)
#9E981A
(158,152,26)
#8B8618
(139,134,24)
#787416
(120,116,22)
#656214
(101,98,20)
#525012
(82,80,18)
#3F3E10
(63,62,16)
#2C2C0E
(44,44,14)
#191A0C
(25,26,12)
#000000
(0,0,0)

Tints of #D7CE20

#D7CE20
(215,206,32)
#DAD234
(218,210,52)
#DDD648
(221,214,72)
#E0DA5C
(224,218,92)
#E3DE70
(227,222,112)
#E6E284
(230,226,132)
#E9E698
(233,230,152)
#ECEAAC
(236,234,172)
#EFEEC0
(239,238,192)
#F2F2D4
(242,242,212)
#F5F6E8
(245,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CE20 color. Also use rgb(215,206,32) instead hex code.

Text Font Color

.myTextColor { color: #D7CE20; }

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

This text font color is #D7CE20.


Background Color

.myBgColor { background-color: #D7CE20; }

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

This div background color is #D7CE20.


Border color

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

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

This div border color is #D7CE20.


Opacity

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

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

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

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

This text has shadow with #D7CE20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CE20 on black background.


Color preview on white background

This text has color #D7CE20 on white background.



Black color preview on #D7CE20 background

This text has black color on #D7CE20 background.


White color preview on #D7CE20 background

This text has white color on #D7CE20 background.