COLOR #D6B00C

HEX: #D6B00C
RGB: (214,176,12)

Renk bilgisi

#D6B00C contains mainly red and green colors. #D6B00C ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D6B00C color RGB value is (214,176,12).

  • kırmız ton 214;
  • yeşil ton 176;
  • mavi ton 12.
RGB:
(214,176,12)
(84%,69%,5%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 176 of 255 = 69%
B 12 of 255 = 5%

214
176
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 176 + 12 = 402 (100%)
R 214 of 402 ~ 53.23%
G 176 of 402 ~ 43.78%
B 12 of 402 ~ 2.99%

%53.23
%43.78

CMYK RENK MODELİ

#D6B00C rengi CMYK tonu (0,18,94,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.76%
  • sarı tonu 94.39%
  • ana renk tonu 16.08%
CMYK:
(0,18,94,16)
C0M18Y94K16 
(0%,18%,94%,16%)
(0.00/0.18/0.94/0.16)	

CMYK yüzdeleri

%0
%17.76
%94.39
%16.08

Codes

Color #D6B00C in popluar color models

D6B00C
RGB21417612
HSL49°89.38%44.31%
HSB/HSV49°94.39%83.92%
CMYK0.00%17.76%94.39%
16.08%

Color #D6B00C in popluar number systems.

HEXD6B00C
Decimal21417612
Binary11010110101100001100
Octal32626014

Shades and tints

Shades of #D6B00C

#D6B00C
(214,176,12)
#C3A00B
(195,160,11)
#B0900A
(176,144,10)
#9D8009
(157,128,9)
#8A7008
(138,112,8)
#776007
(119,96,7)
#645006
(100,80,6)
#514005
(81,64,5)
#3E3004
(62,48,4)
#2B2003
(43,32,3)
#181002
(24,16,2)
#000000
(0,0,0)

Tints of #D6B00C

#D6B00C
(214,176,12)
#D9B722
(217,183,34)
#DCBE38
(220,190,56)
#DFC54E
(223,197,78)
#E2CC64
(226,204,100)
#E5D37A
(229,211,122)
#E8DA90
(232,218,144)
#EBE1A6
(235,225,166)
#EEE8BC
(238,232,188)
#F1EFD2
(241,239,210)
#F4F6E8
(244,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B00C color. Also use rgb(214,176,12) instead hex code.

Text Font Color

.myTextColor { color: #D6B00C; }

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

This text font color is #D6B00C.


Background Color

.myBgColor { background-color: #D6B00C; }

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

This div background color is #D6B00C.


Border color

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

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

This div border color is #D6B00C.


Opacity

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

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

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

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

This text has shadow with #D6B00C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B00C on black background.


Color preview on white background

This text has color #D6B00C on white background.



Black color preview on #D6B00C background

This text has black color on #D6B00C background.


White color preview on #D6B00C background

This text has white color on #D6B00C background.