COLOR #D7A340

HEX: #D7A340
RGB: (215,163,64)

Renk bilgisi

#D7A340 contains mainly red and green colors. #D7A340 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D7A340 color RGB value is (215,163,64).

  • kırmız ton 215;
  • yeşil ton 163;
  • mavi ton 64.
RGB:
(215,163,64)
(84%,64%,25%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 163 of 255 = 64%
B 64 of 255 = 25%

215
163
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 163 + 64 = 442 (100%)
R 215 of 442 ~ 48.64%
G 163 of 442 ~ 36.88%
B 64 of 442 ~ 14.48%

%48.64
%36.88
%14.48

CMYK RENK MODELİ

#D7A340 rengi CMYK tonu (0,24,70,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.19%
  • sarı tonu 70.23%
  • ana renk tonu 15.69%
CMYK:
(0,24,70,16)
C0M24Y70K16 
(0%,24%,70%,16%)
(0.00/0.24/0.70/0.16)	

CMYK yüzdeleri

%0
%24.19
%70.23
%15.69

Codes

Color #D7A340 in popluar color models

D7A340
RGB21516364
HSL39°65.37%54.71%
HSB/HSV39°70.23%84.31%
CMYK0.00%24.19%70.23%
15.69%

Color #D7A340 in popluar number systems.

HEXD7A340
Decimal21516364
Binary11010111101000111000000
Octal327243100

Shades and tints

Shades of #D7A340

#D7A340
(215,163,64)
#C4953B
(196,149,59)
#B18736
(177,135,54)
#9E7931
(158,121,49)
#8B6B2C
(139,107,44)
#785D27
(120,93,39)
#654F22
(101,79,34)
#52411D
(82,65,29)
#3F3318
(63,51,24)
#2C2513
(44,37,19)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #D7A340

#D7A340
(215,163,64)
#DAAB51
(218,171,81)
#DDB362
(221,179,98)
#E0BB73
(224,187,115)
#E3C384
(227,195,132)
#E6CB95
(230,203,149)
#E9D3A6
(233,211,166)
#ECDBB7
(236,219,183)
#EFE3C8
(239,227,200)
#F2EBD9
(242,235,217)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A340 color. Also use rgb(215,163,64) instead hex code.

Text Font Color

.myTextColor { color: #D7A340; }

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

This text font color is #D7A340.


Background Color

.myBgColor { background-color: #D7A340; }

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

This div background color is #D7A340.


Border color

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

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

This div border color is #D7A340.


Opacity

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

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

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

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

This text has shadow with #D7A340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A340 on black background.


Color preview on white background

This text has color #D7A340 on white background.



Black color preview on #D7A340 background

This text has black color on #D7A340 background.


White color preview on #D7A340 background

This text has white color on #D7A340 background.