COLOR #D6B83F

HEX: #D6B83F
RGB: (214,184,63)

Renk bilgisi

#D6B83F contains mainly red and green colors. #D6B83F ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D6B83F color RGB value is (214,184,63).

  • kırmız ton 214;
  • yeşil ton 184;
  • mavi ton 63.
RGB:
(214,184,63)
(84%,72%,25%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 184 of 255 = 72%
B 63 of 255 = 25%

214
184
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 184 + 63 = 461 (100%)
R 214 of 461 ~ 46.42%
G 184 of 461 ~ 39.91%
B 63 of 461 ~ 13.67%

%46.42
%39.91
%13.67

CMYK RENK MODELİ

#D6B83F rengi CMYK tonu (0,14,71,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.02%
  • sarı tonu 70.56%
  • ana renk tonu 16.08%
CMYK:
(0,14,71,16)
C0M14Y71K16 
(0%,14%,71%,16%)
(0.00/0.14/0.71/0.16)	

CMYK yüzdeleri

%0
%14.02
%70.56
%16.08

Codes

Color #D6B83F in popluar color models

D6B83F
RGB21418463
HSL48°64.81%54.31%
HSB/HSV48°70.56%83.92%
CMYK0.00%14.02%70.56%
16.08%

Color #D6B83F in popluar number systems.

HEXD6B83F
Decimal21418463
Binary1101011010111000111111
Octal32627077

Shades and tints

Shades of #D6B83F

#D6B83F
(214,184,63)
#C3A83A
(195,168,58)
#B09835
(176,152,53)
#9D8830
(157,136,48)
#8A782B
(138,120,43)
#776826
(119,104,38)
#645821
(100,88,33)
#51481C
(81,72,28)
#3E3817
(62,56,23)
#2B2812
(43,40,18)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #D6B83F

#D6B83F
(214,184,63)
#D9BE50
(217,190,80)
#DCC461
(220,196,97)
#DFCA72
(223,202,114)
#E2D083
(226,208,131)
#E5D694
(229,214,148)
#E8DCA5
(232,220,165)
#EBE2B6
(235,226,182)
#EEE8C7
(238,232,199)
#F1EED8
(241,238,216)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B83F color. Also use rgb(214,184,63) instead hex code.

Text Font Color

.myTextColor { color: #D6B83F; }

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

This text font color is #D6B83F.


Background Color

.myBgColor { background-color: #D6B83F; }

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

This div background color is #D6B83F.


Border color

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

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

This div border color is #D6B83F.


Opacity

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

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

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

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

This text has shadow with #D6B83F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B83F on black background.


Color preview on white background

This text has color #D6B83F on white background.



Black color preview on #D6B83F background

This text has black color on #D6B83F background.


White color preview on #D6B83F background

This text has white color on #D6B83F background.