COLOR #D2C149

HEX: #D2C149
RGB: (210,193,73)

Color info

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

RGB color model

#D2C149 color RGB value is (210,193,73).

  • red value is 210;
  • green value is 193;
  • blue value is 73.
RGB:
(210,193,73)
(82%,76%,29%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 73 of 255 = 29%

210
193
73

R + G + B ~ 62%. #D2C149 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 193 + 73 = 476 (100%)
R 210 of 476 ~ 44.12%
G 193 of 476 ~ 40.55%
B 73 of 476 ~ 15.34%

%44.12
%40.55
%15.34

CMYK color model

#D2C149 color CMYK value is (0,8,65,18).

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 65.24%
  • key color value is 17.65%
CMYK:
(0,8,65,18)
C0M8Y65K18 
(0%,8%,65%,18%)
(0.00/0.08/0.65/0.18)	

CMYK percentages

%0
%8.1
%65.24
%17.65

Codes

Color #D2C149 in popluar color models

D2C149
RGB21019373
HSL53°60.35%55.49%
HSB/HSV53°65.24%82.35%
CMYK0.00%8.10%65.24%
17.65%

Color #D2C149 in popluar number systems.

HEXD2C149
Decimal21019373
Binary11010010110000011001001
Octal322301111

Shades and tints

Shades of #D2C149

#D2C149
(210,193,73)
#BFB043
(191,176,67)
#AC9F3D
(172,159,61)
#998E37
(153,142,55)
#867D31
(134,125,49)
#736C2B
(115,108,43)
#605B25
(96,91,37)
#4D4A1F
(77,74,31)
#3A3919
(58,57,25)
#272813
(39,40,19)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #D2C149

#D2C149
(210,193,73)
#D6C659
(214,198,89)
#DACB69
(218,203,105)
#DED079
(222,208,121)
#E2D589
(226,213,137)
#E6DA99
(230,218,153)
#EADFA9
(234,223,169)
#EEE4B9
(238,228,185)
#F2E9C9
(242,233,201)
#F6EED9
(246,238,217)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C149 color. Also use rgb(210,193,73) instead hex code.

Text Font Color

.myTextColor { color: #D2C149; }

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

This text font color is #D2C149.


Background Color

.myBgColor { background-color: #D2C149; }

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

This div background color is #D2C149.


Border color

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

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

This div border color is #D2C149.


Opacity

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

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

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

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

This text has shadow with #D2C149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C149 on black background.


Color preview on white background

This text has color #D2C149 on white background.



Black color preview on #D2C149 background

This text has black color on #D2C149 background.


White color preview on #D2C149 background

This text has white color on #D2C149 background.