COLOR #D5C16E

HEX: #D5C16E
RGB: (213,193,110)

Renk bilgisi

#D5C16E contains mainly red and green colors. #D5C16E ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D5C16E color RGB value is (213,193,110).

  • kırmız ton 213;
  • yeşil ton 193;
  • mavi ton 110.
RGB:
(213,193,110)
(84%,76%,43%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 193 of 255 = 76%
B 110 of 255 = 43%

213
193
110

R + G + B ~ 68%. #D5C16E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 193 + 110 = 516 (100%)
R 213 of 516 ~ 41.28%
G 193 of 516 ~ 37.4%
B 110 of 516 ~ 21.32%

%41.28
%37.4
%21.32

CMYK RENK MODELİ

#D5C16E rengi CMYK tonu (0,9,48,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.39%
  • sarı tonu 48.36%
  • ana renk tonu 16.47%
CMYK:
(0,9,48,16)
C0M9Y48K16 
(0%,9%,48%,16%)
(0.00/0.09/0.48/0.16)	

CMYK yüzdeleri

%0
%9.39
%48.36
%16.47

Codes

Color #D5C16E in popluar color models

D5C16E
RGB213193110
HSL48°55.08%63.33%
HSB/HSV48°48.36%83.53%
CMYK0.00%9.39%48.36%
16.47%

Color #D5C16E in popluar number systems.

HEXD5C16E
Decimal213193110
Binary11010101110000011101110
Octal325301156

Shades and tints

Shades of #D5C16E

#D5C16E
(213,193,110)
#C2B064
(194,176,100)
#AF9F5A
(175,159,90)
#9C8E50
(156,142,80)
#897D46
(137,125,70)
#766C3C
(118,108,60)
#635B32
(99,91,50)
#504A28
(80,74,40)
#3D391E
(61,57,30)
#2A2814
(42,40,20)
#17170A
(23,23,10)
#000000
(0,0,0)

Tints of #D5C16E

#D5C16E
(213,193,110)
#D8C67B
(216,198,123)
#DBCB88
(219,203,136)
#DED095
(222,208,149)
#E1D5A2
(225,213,162)
#E4DAAF
(228,218,175)
#E7DFBC
(231,223,188)
#EAE4C9
(234,228,201)
#EDE9D6
(237,233,214)
#F0EEE3
(240,238,227)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C16E color. Also use rgb(213,193,110) instead hex code.

Text Font Color

.myTextColor { color: #D5C16E; }

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

This text font color is #D5C16E.


Background Color

.myBgColor { background-color: #D5C16E; }

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

This div background color is #D5C16E.


Border color

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

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

This div border color is #D5C16E.


Opacity

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

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

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

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

This text has shadow with #D5C16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C16E on black background.


Color preview on white background

This text has color #D5C16E on white background.



Black color preview on #D5C16E background

This text has black color on #D5C16E background.


White color preview on #D5C16E background

This text has white color on #D5C16E background.