COLOR #D1CC48

HEX: #D1CC48
RGB: (209,204,72)

Color info

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

RGB color model

#D1CC48 color RGB value is (209,204,72).

  • red value is 209;
  • green value is 204;
  • blue value is 72.
RGB:
(209,204,72)
(82%,80%,28%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 72 of 255 = 28%

209
204
72

R + G + B ~ 63%. #D1CC48 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 204 + 72 = 485 (100%)
R 209 of 485 ~ 43.09%
G 204 of 485 ~ 42.06%
B 72 of 485 ~ 14.85%

%43.09
%42.06
%14.85

CMYK color model

#D1CC48 color CMYK value is (0,2,66,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 65.55%
  • key color value is 18.04%
CMYK:
(0,2,66,18)
C0M2Y66K18 
(0%,2%,66%,18%)
(0.00/0.02/0.66/0.18)	

CMYK percentages

%0
%2.39
%65.55
%18.04

Codes

Color #D1CC48 in popluar color models

D1CC48
RGB20920472
HSL58°59.83%55.10%
HSB/HSV58°65.55%81.96%
CMYK0.00%2.39%65.55%
18.04%

Color #D1CC48 in popluar number systems.

HEXD1CC48
Decimal20920472
Binary11010001110011001001000
Octal321314110

Shades and tints

Shades of #D1CC48

#D1CC48
(209,204,72)
#BEBA42
(190,186,66)
#ABA83C
(171,168,60)
#989636
(152,150,54)
#858430
(133,132,48)
#72722A
(114,114,42)
#5F6024
(95,96,36)
#4C4E1E
(76,78,30)
#393C18
(57,60,24)
#262A12
(38,42,18)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #D1CC48

#D1CC48
(209,204,72)
#D5D058
(213,208,88)
#D9D468
(217,212,104)
#DDD878
(221,216,120)
#E1DC88
(225,220,136)
#E5E098
(229,224,152)
#E9E4A8
(233,228,168)
#EDE8B8
(237,232,184)
#F1ECC8
(241,236,200)
#F5F0D8
(245,240,216)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CC48 color. Also use rgb(209,204,72) instead hex code.

Text Font Color

.myTextColor { color: #D1CC48; }

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

This text font color is #D1CC48.


Background Color

.myBgColor { background-color: #D1CC48; }

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

This div background color is #D1CC48.


Border color

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

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

This div border color is #D1CC48.


Opacity

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

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

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

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

This text has shadow with #D1CC48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CC48 on black background.


Color preview on white background

This text has color #D1CC48 on white background.



Black color preview on #D1CC48 background

This text has black color on #D1CC48 background.


White color preview on #D1CC48 background

This text has white color on #D1CC48 background.