COLOR #D7980C

HEX: #D7980C
RGB: (215,152,12)

Renk bilgisi

#D7980C contains mainly red color. #D7980C ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D7980C color RGB value is (215,152,12).

  • kırmız ton 215;
  • yeşil ton 152;
  • mavi ton 12.
RGB:
(215,152,12)
(84%,60%,5%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 152 of 255 = 60%
B 12 of 255 = 5%

215
152
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 152 + 12 = 379 (100%)
R 215 of 379 ~ 56.73%
G 152 of 379 ~ 40.11%
B 12 of 379 ~ 3.17%

%56.73
%40.11

CMYK RENK MODELİ

#D7980C rengi CMYK tonu (0,29,94,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.30%
  • sarı tonu 94.42%
  • ana renk tonu 15.69%
CMYK:
(0,29,94,16)
C0M29Y94K16 
(0%,29%,94%,16%)
(0.00/0.29/0.94/0.16)	

CMYK yüzdeleri

%0
%29.3
%94.42
%15.69

Codes

Color #D7980C in popluar color models

D7980C
RGB21515212
HSL41°89.43%44.51%
HSB/HSV41°94.42%84.31%
CMYK0.00%29.30%94.42%
15.69%

Color #D7980C in popluar number systems.

HEXD7980C
Decimal21515212
Binary11010111100110001100
Octal32723014

Shades and tints

Shades of #D7980C

#D7980C
(215,152,12)
#C48B0B
(196,139,11)
#B17E0A
(177,126,10)
#9E7109
(158,113,9)
#8B6408
(139,100,8)
#785707
(120,87,7)
#654A06
(101,74,6)
#523D05
(82,61,5)
#3F3004
(63,48,4)
#2C2303
(44,35,3)
#191602
(25,22,2)
#000000
(0,0,0)

Tints of #D7980C

#D7980C
(215,152,12)
#DAA122
(218,161,34)
#DDAA38
(221,170,56)
#E0B34E
(224,179,78)
#E3BC64
(227,188,100)
#E6C57A
(230,197,122)
#E9CE90
(233,206,144)
#ECD7A6
(236,215,166)
#EFE0BC
(239,224,188)
#F2E9D2
(242,233,210)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7980C color. Also use rgb(215,152,12) instead hex code.

Text Font Color

.myTextColor { color: #D7980C; }

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

This text font color is #D7980C.


Background Color

.myBgColor { background-color: #D7980C; }

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

This div background color is #D7980C.


Border color

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

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

This div border color is #D7980C.


Opacity

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

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

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

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

This text has shadow with #D7980C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7980C on black background.


Color preview on white background

This text has color #D7980C on white background.



Black color preview on #D7980C background

This text has black color on #D7980C background.


White color preview on #D7980C background

This text has white color on #D7980C background.