COLOR #D2C725

HEX: #D2C725
RGB: (210,199,37)

Color info

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

RGB color model

#D2C725 color RGB value is (210,199,37).

  • red value is 210;
  • green value is 199;
  • blue value is 37.
RGB:
(210,199,37)
(82%,78%,15%)

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 37 of 255 = 15%

210
199
37

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

Portions of RGB colors in percentages

R + G + B =
210 + 199 + 37 = 446 (100%)
R 210 of 446 ~ 47.09%
G 199 of 446 ~ 44.62%
B 37 of 446 ~ 8.3%

%47.09
%44.62

CMYK color model

#D2C725 color CMYK value is (0,5,82,18).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 82.38%
  • key color value is 17.65%
CMYK:
(0,5,82,18)
C0M5Y82K18 
(0%,5%,82%,18%)
(0.00/0.05/0.82/0.18)	

CMYK percentages

%0
%5.24
%82.38
%17.65

Codes

Color #D2C725 in popluar color models

D2C725
RGB21019937
HSL56°70.04%48.43%
HSB/HSV56°82.38%82.35%
CMYK0.00%5.24%82.38%
17.65%

Color #D2C725 in popluar number systems.

HEXD2C725
Decimal21019937
Binary1101001011000111100101
Octal32230745

Shades and tints

Shades of #D2C725

#D2C725
(210,199,37)
#BFB522
(191,181,34)
#ACA31F
(172,163,31)
#99911C
(153,145,28)
#867F19
(134,127,25)
#736D16
(115,109,22)
#605B13
(96,91,19)
#4D4910
(77,73,16)
#3A370D
(58,55,13)
#27250A
(39,37,10)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #D2C725

#D2C725
(210,199,37)
#D6CC38
(214,204,56)
#DAD14B
(218,209,75)
#DED65E
(222,214,94)
#E2DB71
(226,219,113)
#E6E084
(230,224,132)
#EAE597
(234,229,151)
#EEEAAA
(238,234,170)
#F2EFBD
(242,239,189)
#F6F4D0
(246,244,208)
#FAF9E3
(250,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C725; }

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

This text font color is #D2C725.


Background Color

.myBgColor { background-color: #D2C725; }

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

This div background color is #D2C725.


Border color

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

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

This div border color is #D2C725.


Opacity

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

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

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

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

This text has shadow with #D2C725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C725 on black background.


Color preview on white background

This text has color #D2C725 on white background.



Black color preview on #D2C725 background

This text has black color on #D2C725 background.


White color preview on #D2C725 background

This text has white color on #D2C725 background.