COLOR #D6B955

HEX: #D6B955
RGB: (214,185,85)

Renk bilgisi

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

RGB renk modeli

#D6B955 color RGB value is (214,185,85).

  • kırmız ton 214;
  • yeşil ton 185;
  • mavi ton 85.
RGB:
(214,185,85)
(84%,73%,33%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 185 of 255 = 73%
B 85 of 255 = 33%

214
185
85

R + G + B ~ 63%. #D6B955 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 185 + 85 = 484 (100%)
R 214 of 484 ~ 44.21%
G 185 of 484 ~ 38.22%
B 85 of 484 ~ 17.56%

%44.21
%38.22
%17.56

CMYK RENK MODELİ

#D6B955 rengi CMYK tonu (0,14,60,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.55%
  • sarı tonu 60.28%
  • ana renk tonu 16.08%
CMYK:
(0,14,60,16)
C0M14Y60K16 
(0%,14%,60%,16%)
(0.00/0.14/0.60/0.16)	

CMYK yüzdeleri

%0
%13.55
%60.28
%16.08

Codes

Color #D6B955 in popluar color models

D6B955
RGB21418585
HSL47°61.14%58.63%
HSB/HSV47°60.28%83.92%
CMYK0.00%13.55%60.28%
16.08%

Color #D6B955 in popluar number systems.

HEXD6B955
Decimal21418585
Binary11010110101110011010101
Octal326271125

Shades and tints

Shades of #D6B955

#D6B955
(214,185,85)
#C3A94E
(195,169,78)
#B09947
(176,153,71)
#9D8940
(157,137,64)
#8A7939
(138,121,57)
#776932
(119,105,50)
#64592B
(100,89,43)
#514924
(81,73,36)
#3E391D
(62,57,29)
#2B2916
(43,41,22)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #D6B955

#D6B955
(214,185,85)
#D9BF64
(217,191,100)
#DCC573
(220,197,115)
#DFCB82
(223,203,130)
#E2D191
(226,209,145)
#E5D7A0
(229,215,160)
#E8DDAF
(232,221,175)
#EBE3BE
(235,227,190)
#EEE9CD
(238,233,205)
#F1EFDC
(241,239,220)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B955 color. Also use rgb(214,185,85) instead hex code.

Text Font Color

.myTextColor { color: #D6B955; }

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

This text font color is #D6B955.


Background Color

.myBgColor { background-color: #D6B955; }

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

This div background color is #D6B955.


Border color

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

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

This div border color is #D6B955.


Opacity

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

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

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

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

This text has shadow with #D6B955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B955 on black background.


Color preview on white background

This text has color #D6B955 on white background.



Black color preview on #D6B955 background

This text has black color on #D6B955 background.


White color preview on #D6B955 background

This text has white color on #D6B955 background.