COLOR #D5B646

HEX: #D5B646
RGB: (213,182,70)

Renk bilgisi

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

RGB renk modeli

#D5B646 color RGB value is (213,182,70).

  • kırmız ton 213;
  • yeşil ton 182;
  • mavi ton 70.
RGB:
(213,182,70)
(84%,71%,27%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 182 of 255 = 71%
B 70 of 255 = 27%

213
182
70

R + G + B ~ 61%. #D5B646 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 182 + 70 = 465 (100%)
R 213 of 465 ~ 45.81%
G 182 of 465 ~ 39.14%
B 70 of 465 ~ 15.05%

%45.81
%39.14
%15.05

CMYK RENK MODELİ

#D5B646 rengi CMYK tonu (0,15,67,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.55%
  • sarı tonu 67.14%
  • ana renk tonu 16.47%
CMYK:
(0,15,67,16)
C0M15Y67K16 
(0%,15%,67%,16%)
(0.00/0.15/0.67/0.16)	

CMYK yüzdeleri

%0
%14.55
%67.14
%16.47

Codes

Color #D5B646 in popluar color models

D5B646
RGB21318270
HSL47°63.00%55.49%
HSB/HSV47°67.14%83.53%
CMYK0.00%14.55%67.14%
16.47%

Color #D5B646 in popluar number systems.

HEXD5B646
Decimal21318270
Binary11010101101101101000110
Octal325266106

Shades and tints

Shades of #D5B646

#D5B646
(213,182,70)
#C2A640
(194,166,64)
#AF963A
(175,150,58)
#9C8634
(156,134,52)
#89762E
(137,118,46)
#766628
(118,102,40)
#635622
(99,86,34)
#50461C
(80,70,28)
#3D3616
(61,54,22)
#2A2610
(42,38,16)
#17160A
(23,22,10)
#000000
(0,0,0)

Tints of #D5B646

#D5B646
(213,182,70)
#D8BC56
(216,188,86)
#DBC266
(219,194,102)
#DEC876
(222,200,118)
#E1CE86
(225,206,134)
#E4D496
(228,212,150)
#E7DAA6
(231,218,166)
#EAE0B6
(234,224,182)
#EDE6C6
(237,230,198)
#F0ECD6
(240,236,214)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B646 color. Also use rgb(213,182,70) instead hex code.

Text Font Color

.myTextColor { color: #D5B646; }

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

This text font color is #D5B646.


Background Color

.myBgColor { background-color: #D5B646; }

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

This div background color is #D5B646.


Border color

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

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

This div border color is #D5B646.


Opacity

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

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

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

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

This text has shadow with #D5B646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B646 on black background.


Color preview on white background

This text has color #D5B646 on white background.



Black color preview on #D5B646 background

This text has black color on #D5B646 background.


White color preview on #D5B646 background

This text has white color on #D5B646 background.