COLOR #D4C219

HEX: #D4C219
RGB: (212,194,25)

Renk bilgisi

#D4C219 contains mainly red and green colors. #D4C219 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#D4C219 color RGB value is (212,194,25).

  • kırmız ton 212;
  • yeşil ton 194;
  • mavi ton 25.
RGB:
(212,194,25)
(83%,76%,10%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 194 of 255 = 76%
B 25 of 255 = 10%

212
194
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 194 + 25 = 431 (100%)
R 212 of 431 ~ 49.19%
G 194 of 431 ~ 45.01%
B 25 of 431 ~ 5.8%

%49.19
%45.01

CMYK RENK MODELİ

#D4C219 rengi CMYK tonu (0,8,88,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.49%
  • sarı tonu 88.21%
  • ana renk tonu 16.86%
CMYK:
(0,8,88,17)
C0M8Y88K17 
(0%,8%,88%,17%)
(0.00/0.08/0.88/0.17)	

CMYK yüzdeleri

%0
%8.49
%88.21
%16.86

Codes

Color #D4C219 in popluar color models

D4C219
RGB21219425
HSL54°78.90%46.47%
HSB/HSV54°88.21%83.14%
CMYK0.00%8.49%88.21%
16.86%

Color #D4C219 in popluar number systems.

HEXD4C219
Decimal21219425
Binary110101001100001011001
Octal32430231

Shades and tints

Shades of #D4C219

#D4C219
(212,194,25)
#C1B117
(193,177,23)
#AEA015
(174,160,21)
#9B8F13
(155,143,19)
#887E11
(136,126,17)
#756D0F
(117,109,15)
#625C0D
(98,92,13)
#4F4B0B
(79,75,11)
#3C3A09
(60,58,9)
#292907
(41,41,7)
#161805
(22,24,5)
#000000
(0,0,0)

Tints of #D4C219

#D4C219
(212,194,25)
#D7C72D
(215,199,45)
#DACC41
(218,204,65)
#DDD155
(221,209,85)
#E0D669
(224,214,105)
#E3DB7D
(227,219,125)
#E6E091
(230,224,145)
#E9E5A5
(233,229,165)
#ECEAB9
(236,234,185)
#EFEFCD
(239,239,205)
#F2F4E1
(242,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C219 color. Also use rgb(212,194,25) instead hex code.

Text Font Color

.myTextColor { color: #D4C219; }

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

This text font color is #D4C219.


Background Color

.myBgColor { background-color: #D4C219; }

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

This div background color is #D4C219.


Border color

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

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

This div border color is #D4C219.


Opacity

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

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

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

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

This text has shadow with #D4C219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C219 on black background.


Color preview on white background

This text has color #D4C219 on white background.



Black color preview on #D4C219 background

This text has black color on #D4C219 background.


White color preview on #D4C219 background

This text has white color on #D4C219 background.