COLOR #D7C380

HEX: #D7C380
RGB: (215,195,128)

Renk bilgisi

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

RGB renk modeli

#D7C380 color RGB value is (215,195,128).

  • kırmız ton 215;
  • yeşil ton 195;
  • mavi ton 128.
RGB:
(215,195,128)
(84%,76%,50%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 195 of 255 = 76%
B 128 of 255 = 50%

215
195
128

R + G + B ~ 70%. #D7C380 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 195 + 128 = 538 (100%)
R 215 of 538 ~ 39.96%
G 195 of 538 ~ 36.25%
B 128 of 538 ~ 23.79%

%39.96
%36.25
%23.79

CMYK RENK MODELİ

#D7C380 rengi CMYK tonu (0,9,40,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.30%
  • sarı tonu 40.47%
  • ana renk tonu 15.69%
CMYK:
(0,9,40,16)
C0M9Y40K16 
(0%,9%,40%,16%)
(0.00/0.09/0.40/0.16)	

CMYK yüzdeleri

%0
%9.3
%40.47
%15.69

Codes

Color #D7C380 in popluar color models

D7C380
RGB215195128
HSL46°52.10%67.25%
HSB/HSV46°40.47%84.31%
CMYK0.00%9.30%40.47%
15.69%

Color #D7C380 in popluar number systems.

HEXD7C380
Decimal215195128
Binary110101111100001110000000
Octal327303200

Shades and tints

Shades of #D7C380

#D7C380
(215,195,128)
#C4B275
(196,178,117)
#B1A16A
(177,161,106)
#9E905F
(158,144,95)
#8B7F54
(139,127,84)
#786E49
(120,110,73)
#655D3E
(101,93,62)
#524C33
(82,76,51)
#3F3B28
(63,59,40)
#2C2A1D
(44,42,29)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #D7C380

#D7C380
(215,195,128)
#DAC88B
(218,200,139)
#DDCD96
(221,205,150)
#E0D2A1
(224,210,161)
#E3D7AC
(227,215,172)
#E6DCB7
(230,220,183)
#E9E1C2
(233,225,194)
#ECE6CD
(236,230,205)
#EFEBD8
(239,235,216)
#F2F0E3
(242,240,227)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C380 color. Also use rgb(215,195,128) instead hex code.

Text Font Color

.myTextColor { color: #D7C380; }

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

This text font color is #D7C380.


Background Color

.myBgColor { background-color: #D7C380; }

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

This div background color is #D7C380.


Border color

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

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

This div border color is #D7C380.


Opacity

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

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

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

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

This text has shadow with #D7C380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C380 on black background.


Color preview on white background

This text has color #D7C380 on white background.



Black color preview on #D7C380 background

This text has black color on #D7C380 background.


White color preview on #D7C380 background

This text has white color on #D7C380 background.