COLOR #D5B05D

HEX: #D5B05D
RGB: (213,176,93)

Renk bilgisi

#D5B05D contains mainly red and green colors. #D5B05D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D5B05D color RGB value is (213,176,93).

  • kırmız ton 213;
  • yeşil ton 176;
  • mavi ton 93.
RGB:
(213,176,93)
(84%,69%,36%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 176 of 255 = 69%
B 93 of 255 = 36%

213
176
93

R + G + B ~ 63%. #D5B05D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 176 + 93 = 482 (100%)
R 213 of 482 ~ 44.19%
G 176 of 482 ~ 36.51%
B 93 of 482 ~ 19.29%

%44.19
%36.51
%19.29

CMYK RENK MODELİ

#D5B05D rengi CMYK tonu (0,17,56,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.37%
  • sarı tonu 56.34%
  • ana renk tonu 16.47%
CMYK:
(0,17,56,16)
C0M17Y56K16 
(0%,17%,56%,16%)
(0.00/0.17/0.56/0.16)	

CMYK yüzdeleri

%0
%17.37
%56.34
%16.47

Codes

Color #D5B05D in popluar color models

D5B05D
RGB21317693
HSL42°58.82%60.00%
HSB/HSV42°56.34%83.53%
CMYK0.00%17.37%56.34%
16.47%

Color #D5B05D in popluar number systems.

HEXD5B05D
Decimal21317693
Binary11010101101100001011101
Octal325260135

Shades and tints

Shades of #D5B05D

#D5B05D
(213,176,93)
#C2A055
(194,160,85)
#AF904D
(175,144,77)
#9C8045
(156,128,69)
#89703D
(137,112,61)
#766035
(118,96,53)
#63502D
(99,80,45)
#504025
(80,64,37)
#3D301D
(61,48,29)
#2A2015
(42,32,21)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #D5B05D

#D5B05D
(213,176,93)
#D8B76B
(216,183,107)
#DBBE79
(219,190,121)
#DEC587
(222,197,135)
#E1CC95
(225,204,149)
#E4D3A3
(228,211,163)
#E7DAB1
(231,218,177)
#EAE1BF
(234,225,191)
#EDE8CD
(237,232,205)
#F0EFDB
(240,239,219)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B05D color. Also use rgb(213,176,93) instead hex code.

Text Font Color

.myTextColor { color: #D5B05D; }

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

This text font color is #D5B05D.


Background Color

.myBgColor { background-color: #D5B05D; }

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

This div background color is #D5B05D.


Border color

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

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

This div border color is #D5B05D.


Opacity

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

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

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

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

This text has shadow with #D5B05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B05D on black background.


Color preview on white background

This text has color #D5B05D on white background.



Black color preview on #D5B05D background

This text has black color on #D5B05D background.


White color preview on #D5B05D background

This text has white color on #D5B05D background.