COLOR #DBC15D

HEX: #DBC15D
RGB: (219,193,93)

Renk bilgisi

#DBC15D contains mainly red and green colors. #DBC15D ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#DBC15D color RGB value is (219,193,93).

  • kırmız ton 219;
  • yeşil ton 193;
  • mavi ton 93.
RGB:
(219,193,93)
(86%,76%,36%)

RGB bağlantıları ve doygunluk

R 219 of 255 = 86%
G 193 of 255 = 76%
B 93 of 255 = 36%

219
193
93

R + G + B ~ 66%. #DBC15D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
219 + 193 + 93 = 505 (100%)
R 219 of 505 ~ 43.37%
G 193 of 505 ~ 38.22%
B 93 of 505 ~ 18.42%

%43.37
%38.22
%18.42

CMYK RENK MODELİ

#DBC15D rengi CMYK tonu (0,12,58,14).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.87%
  • sarı tonu 57.53%
  • ana renk tonu 14.12%
CMYK:
(0,12,58,14)
C0M12Y58K14 
(0%,12%,58%,14%)
(0.00/0.12/0.58/0.14)	

CMYK yüzdeleri

%0
%11.87
%57.53
%14.12

Codes

Color #DBC15D in popluar color models

DBC15D
RGB21919393
HSL48°63.64%61.18%
HSB/HSV48°57.53%85.88%
CMYK0.00%11.87%57.53%
14.12%

Color #DBC15D in popluar number systems.

HEXDBC15D
Decimal21919393
Binary11011011110000011011101
Octal333301135

Shades and tints

Shades of #DBC15D

#DBC15D
(219,193,93)
#C8B055
(200,176,85)
#B59F4D
(181,159,77)
#A28E45
(162,142,69)
#8F7D3D
(143,125,61)
#7C6C35
(124,108,53)
#695B2D
(105,91,45)
#564A25
(86,74,37)
#43391D
(67,57,29)
#302815
(48,40,21)
#1D170D
(29,23,13)
#000000
(0,0,0)

Tints of #DBC15D

#DBC15D
(219,193,93)
#DEC66B
(222,198,107)
#E1CB79
(225,203,121)
#E4D087
(228,208,135)
#E7D595
(231,213,149)
#EADAA3
(234,218,163)
#EDDFB1
(237,223,177)
#F0E4BF
(240,228,191)
#F3E9CD
(243,233,205)
#F6EEDB
(246,238,219)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC15D color. Also use rgb(219,193,93) instead hex code.

Text Font Color

.myTextColor { color: #DBC15D; }

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

This text font color is #DBC15D.


Background Color

.myBgColor { background-color: #DBC15D; }

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

This div background color is #DBC15D.


Border color

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

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

This div border color is #DBC15D.


Opacity

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

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

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

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

This text has shadow with #DBC15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC15D on black background.


Color preview on white background

This text has color #DBC15D on white background.



Black color preview on #DBC15D background

This text has black color on #DBC15D background.


White color preview on #DBC15D background

This text has white color on #DBC15D background.