COLOR #D4C60A

HEX: #D4C60A RGB: (212,198,10)

Color info

#D4C60A contains mainly red and green colors. Web safe color of #D4C60A is #CCCC00 (or #CC0).

RGB color model

#D4C60A color RGB value is (212,198,10).

RGB: (212,198,10) (83%, 78%, 4%)

RGB channels and saturation

R 212 of 255 = 83%
G 198 of 255 = 78%
B 10 of 255 = 4%

212
198
10

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

Portions of RGB colors in percentages

R + G + B = 212 + 198 + 10 = 420 (100%)
R 212 of 420 ~ 50.48%
G 198 of 420 ~ 47.14%
B 10 of 420 ~ 2.38'%

%50.48
%47.14

CMYK color model

#D4C60A color CMYK value is (0,7,95,17).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 95.28%
  • key color value is 16.86%

CMYK: (0,7,95,17)
C0M7Y95K17 (0%, 7%, 95%, 17%)
(0.00 / 0.07 / 0.95 / 0.17)

CMYK percentages

%0
%6.6
%95.28
%16.86

Codes

Color #D4C60A in popluar color models

D4 C6 0A
RGB 212 198 10
HSL 56° 90.99% 43.53%
HSB/HSV 56° 95.28% 83.14%
CMYK 0.00% 6.60% 95.28%
16.86%

Color #D4C60A in popluar number systems.

HEX D4 C6 0A
Decimal 212 198 10
Binary 11010100 11000110 1010
Octal 324 306 12

Shades and tints

Shades of #D4C60A

#D4C60A
(212,198,10)
#C1B40A
(193,180,10)
#AEA20A
(174,162,10)
#9B900A
(155,144,10)
#887E0A
(136,126,10)
#756C0A
(117,108,10)
#625A0A
(98,90,10)
#4F480A
(79,72,10)
#3C360A
(60,54,10)
#29240A
(41,36,10)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #D4C60A

#D4C60A
(212,198,10)
#D7CB20
(215,203,32)
#DAD036
(218,208,54)
#DDD54C
(221,213,76)
#E0DA62
(224,218,98)
#E3DF78
(227,223,120)
#E6E48E
(230,228,142)
#E9E9A4
(233,233,164)
#ECEEBA
(236,238,186)
#EFF3D0
(239,243,208)
#F2F8E6
(242,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C60A color. Also use rgb(212,198,10) instead hex code.

Text Font Color

.myTextColor { color: #D4C60A; }

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

This text font color is #D4C60A.

Background Color

.myBgColor { background-color: #D4C60A; }

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

This div background color is #D4C60A.

Border color

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

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

This div border color is #D4C60A.

Opacity

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

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

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

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

This text has shadow with #D4C60A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C60A.

Preview

Color preview on black background

This text has color #D4C60A on black background.


Color preview on white background

This text has color #D4C60A on white background.


Black color preview on #D4C60A background

This text has black color on #D4C60A background.


White color preview on #D4C60A background

This text has white color on #D4C60A background.


Related colors

Complementary color

Complementary color for #hex is #2B39F5.


I love getcolorcode.com

Triadic colors

1 #0AD4C6 and #C60AD4 with #D4C60A are triadic colors.

2 #0AC6D4 and #C6D40A with #D4C60A are triadic colors.