COLOR #D1C123

HEX: #D1C123
RGB: (209,193,35)

Color info

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

RGB color model

#D1C123 color RGB value is (209,193,35).

  • red value is 209;
  • green value is 193;
  • blue value is 35.
RGB:
(209,193,35)
(82%,76%,14%)

RGB channels and saturation

R 209 of 255 = 82%
G 193 of 255 = 76%
B 35 of 255 = 14%

209
193
35

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

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 35 = 437 (100%)
R 209 of 437 ~ 47.83%
G 193 of 437 ~ 44.16%
B 35 of 437 ~ 8.01%

%47.83
%44.16

CMYK color model

#D1C123 color CMYK value is (0,8,83,18).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 83.25%
  • key color value is 18.04%
CMYK:
(0,8,83,18)
C0M8Y83K18 
(0%,8%,83%,18%)
(0.00/0.08/0.83/0.18)	

CMYK percentages

%0
%7.66
%83.25
%18.04

Codes

Color #D1C123 in popluar color models

D1C123
RGB20919335
HSL54°71.31%47.84%
HSB/HSV54°83.25%81.96%
CMYK0.00%7.66%83.25%
18.04%

Color #D1C123 in popluar number systems.

HEXD1C123
Decimal20919335
Binary1101000111000001100011
Octal32130143

Shades and tints

Shades of #D1C123

#D1C123
(209,193,35)
#BEB020
(190,176,32)
#AB9F1D
(171,159,29)
#988E1A
(152,142,26)
#857D17
(133,125,23)
#726C14
(114,108,20)
#5F5B11
(95,91,17)
#4C4A0E
(76,74,14)
#39390B
(57,57,11)
#262808
(38,40,8)
#131705
(19,23,5)
#000000
(0,0,0)

Tints of #D1C123

#D1C123
(209,193,35)
#D5C637
(213,198,55)
#D9CB4B
(217,203,75)
#DDD05F
(221,208,95)
#E1D573
(225,213,115)
#E5DA87
(229,218,135)
#E9DF9B
(233,223,155)
#EDE4AF
(237,228,175)
#F1E9C3
(241,233,195)
#F5EED7
(245,238,215)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C123 color. Also use rgb(209,193,35) instead hex code.

Text Font Color

.myTextColor { color: #D1C123; }

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

This text font color is #D1C123.


Background Color

.myBgColor { background-color: #D1C123; }

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

This div background color is #D1C123.


Border color

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

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

This div border color is #D1C123.


Opacity

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

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

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

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

This text has shadow with #D1C123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C123 on black background.


Color preview on white background

This text has color #D1C123 on white background.



Black color preview on #D1C123 background

This text has black color on #D1C123 background.


White color preview on #D1C123 background

This text has white color on #D1C123 background.